On Tue, 06 Dec 2016 19:54:27 -0800, m...@0branch.com wrote:
> S/// with the global adverb returns an empty Slip on match failure. This is
> demonstrated in the first case below,
> 
> > S:g/d// given 'abc'
> ()
> > S:g/d// given 'abcd'
> abc
> 
> Non-global replacement works as expected,
> 
> > S/d// given 'abc'
> abc
> > S/d// given 'abcd'
> abc
> 
> AlexDaniel ran bisectable in #perl6 and determined b7201a8f223 to be the
> underlying cause.
> 
> Best,
> Marc


Thank you for the report. This is now fixed!

Fix: 
https://github.com/rakudo/rakudo/commit/5476d60d09ec31690161eac1d9a876b2886e5ee0
Tests: https://github.com/perl6/roast/commit/12b7712f94



Reply via email to