Skip to content

Release v0.2.1

Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 29 Aug 17:43
· 117 commits to main since this release
abaf009

Changed

  • Exceptions occurring during inlining during macroexpansion are no longer obscured by the outer macroexpansion exception (#1013)

Fixed

  • Fix the behaviour of nil with several collection functions (#1011)
  • Fix a bug where keys and vals did not yield keys and values from sequences of map entries (#1018)
  • Fix a bug where set and vec do not produce collections of map entries when called on map arguments (#1020)
  • Fix lazy sequences not propagating AttributeError (#1019)

Full Changelog: v0.2.0...v0.2.1