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

Update regexes.pod6 fix reversed suppress capture operators ".&" #2112

Merged
merged 1 commit into from Jun 21, 2018

Conversation

ronaldxs
Copy link
Contributor

The problem

I believe that an update to fix #2087 reversed the connection between "." for suppressing capture with grammars/methods and "&" to suppress capture with lexical rules.

Solution provided

Rewrote relevant sentence.

@ronaldxs ronaldxs requested a review from JJ June 21, 2018 19:27
Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it makes sense.

@JJ JJ merged commit a3753c0 into Raku:master Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regex Subrules confusion between suppressing capture for method <. and lexical token<&
2 participants