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

Support Ripper::Lexer::State #550

Merged
merged 1 commit into from
Nov 8, 2017
Merged

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Nov 8, 2017

In 60665 of Ruby repository, Ripper::Lexer::State is added. It has #== and #& and #|, so the Ripper::Lexer::State objects must be placed at left operand, and new value as lex_state must be created as a instance of the class.

This fixes CI failure on ruby-head, for example https://travis-ci.org/ruby/rdoc/jobs/299223813.

In 60665 of Ruby repository, Ripper::Lexer::State is added. It has #==
and #& and #|, so the Ripper::Lexer::State objects must be placed at left
operand, and new value as lex_state must be created as a instance of the
class.
@hsbt hsbt merged commit 06382ed into ruby:master Nov 8, 2017
@aycabta aycabta deleted the support-ripper-lexer-state branch November 9, 2017 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants