Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:global doesn't work in .subst in Rakudo #1545

Closed
p6rt opened this issue Feb 26, 2010 · 5 comments
Closed

:global doesn't work in .subst in Rakudo #1545

p6rt opened this issue Feb 26, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Feb 26, 2010

Migrated from rt.perl.org#73120 (status was 'resolved')

Searchable as RT73120$

@p6rt
Copy link
Author

p6rt commented Feb 26, 2010

From @masak

<jaffa4> what about g in ?
<jaffa4> regular expressions?
<pmichaud> rakudo​: say "peer".subst(/e/, 'o', :global);
<p6eval> rakudo 403afe​: OUTPUT«poer␤»
<pmichaud> looks like nyi
* masak submits rakuodbug

@p6rt
Copy link
Author

p6rt commented Mar 9, 2010

From @moritz

On Fri Feb 26 06​:24​:28 2010, masak wrote​:

<jaffa4> what about g in ?
<jaffa4> regular expressions?
<pmichaud> rakudo​: say "peer".subst(/e/, 'o', :global);
<p6eval> rakudo 403afe​: OUTPUT«poer␤»
<pmichaud> looks like nyi
* masak submits rakuodbug

Fixed in de996e92de87f8f968f57b0afb8b1d8ab21a1708 - waits for tests.

@p6rt
Copy link
Author

p6rt commented Mar 9, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 9, 2010

From @moritz

There's now a test in S05-substitution/subst.t (which is now also run by
Rakudo).

@p6rt
Copy link
Author

p6rt commented Mar 9, 2010

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 9, 2010
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant