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

Address MRI 2.2 warnings (possible reference to past scope). #703

Merged
merged 1 commit into from
Dec 29, 2014

Conversation

myronmarston
Copy link
Member

From ruby/ruby@f5f6218.
It causes 280 warnings in our spec suite :(. The fix is to change the names of
variables and/or let definitions so they do not clash.

See https://bugs.ruby-lang.org/issues/10661 for more discussion.

From ruby/ruby@f5f6218.
It causes 280 warnings in our spec suite :(. The fix is to change the names of
variables and/or `let` definitions so they do not clash.

See https://bugs.ruby-lang.org/issues/10661 for more discussion.
@myronmarston
Copy link
Member Author

This is ready for a review and hopefully a merge. The build in question is here:

https://travis-ci.org/rspec/rspec-expectations/jobs/45315736

Note that it's failing due to an rspec-core issue that is addressed by rspec/rspec-core#1818.

@myronmarston
Copy link
Member Author

(/cc @rspec/rspec)

@myronmarston
Copy link
Member Author

Merging so I can open new PRs that build against 2.2.

myronmarston added a commit that referenced this pull request Dec 29, 2014
Address MRI 2.2 warnings (possible reference to past scope).
@myronmarston myronmarston merged commit f5fd2c7 into master Dec 29, 2014
@myronmarston myronmarston deleted the address-2.2-issues branch December 29, 2014 23:11
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.

None yet

1 participant