Added
- Added support for the
:decorators
meta key in anonymousfn
s (#1178)
Changed
import
now returns nil instead of the last module's string representation (#1174)- The
:decorators
key now works indefn
when passed as a metadata name key, expanding its support todefn
-derived macros likedefasync
(#1178). - Change Python import machinery to be centered around Python code, rather than Basilisp namespaces (#1155, #1165)
Fixed
- Fix a bug in
defn
where theattr-map?
and function metdata were merged into a seq instead of a map, causingmacroexpand
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