Skip to content

v0.1.3

Compare
Choose a tag to compare
@krassowski krassowski released this 07 Jan 15:13
· 65 commits to master since this release

Fixes:

  • a regression introduced in 0.1.2 which rendered jumping to the definition of variables used in self-overwriting assignments incorrect.
  • an issue with arguments passed to a function call when using default arguments, which sometimes was mistakenly interpreted as tuples.

Implements tests for tuple and self-overwriting assignments.
Enables systematic testing of CodeJumpers in the future.