Skip to content

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’ve 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.

1 participant