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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.2 #4986

Merged
merged 4 commits into from Feb 22, 2018
Merged

2.2.2 #4986

merged 4 commits into from Feb 22, 2018

Conversation

GeoffreyBooth
Copy link
Collaborator

This wraps up all bugfix PRs; the next release will be 2.3.0, with the currently open enhancement PRs. Once again we鈥檝e closed all open bugs thanks to @zdenko 馃弲

  • Bugfix for regression in 2.2.0 where a range with a by (step) value that increments or decrements in the opposite direction as the range was returning an array containing the first value of the range, whereas it should be returning an empty array. In other words, x for x in [2..1] by 1 should equal [], not [2] (because the step value is positive 1, counting up, whereas the range goes from 2 to 1, counting down).
  • Bugfixes for allowing backslashes in import and export statements and lines that trigger the start of an indented block, like an if statement.

@GeoffreyBooth GeoffreyBooth merged commit e0833c2 into jashkenas:master Feb 22, 2018
@GeoffreyBooth GeoffreyBooth deleted the 2.2.2 branch February 22, 2018 08:31
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