Skip to content

Release v0.3.8

Latest
Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 13 Apr 15:28
· 20 commits to main since this release
879817f

Added

  • Added afor and awith macros to support async Python interop (#1179, #1181)

Changed

  • Function parameter names will not be automatically generated with unique suffixes unless the function meta key ^:safe-py-params is provided (#1212)

Fixed

  • Fix an issue where the compiler would generate an illegal return statement for asynchronous generators (#1180)
  • Fix an issue where consecutive reader comment forms would not be ignored (#1207)

Full Changelog: v0.3.7...v0.3.8