github basilisp-lang/basilisp v0.3.6
Release v0.3.6

6 days ago

Added

  • Added support for the :decorators meta key in anonymous fns (#1178)

Changed

  • import now returns nil instead of the last module's string representation (#1174)
  • The :decorators key now works in defn when passed as a metadata name key, expanding its support to defn-derived macros like defasync (#1178).
  • Change Python import machinery to be centered around Python code, rather than Basilisp namespaces (#1155, #1165)

Fixed

  • Fix a bug in defn where the attr-map? and function metdata were merged into a seq instead of a map, causing macroexpand to fail in some cases (#1186)
  • Fix a bug where basilisp.process/exec threw an exception when inheriting the stdout stream from the current process (#1190)
  • Fix a bug where condp threw an exception in certain cases (#1194)

Full Changelog: v0.3.5...v0.3.6

Don't miss a new basilisp release

NewReleases is sending notifications on new releases.