You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed inconsistent behaviour with basilisp.core/with body (#982)
Hi,
could you please consider patch to fix the inconsistent behaviour of the
`basilisp.core/with` `body` argument. It fixes#981.
Tests added.
Thanks
---------
Co-authored-by: ikappaki <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
* Improved on the nREPL server exception messages by matching that of the REPL user friendly format (#968)
13
13
* Types created via `deftype` and `reify` may declare supertypes as abstract (taking precedence over true `abc.ABC` types) and specify their member list using `^:abstract-members` metadata (#942)
14
14
15
+
### Fixed
16
+
* Fixed inconsistent behavior with `basilisp.core/with` when the `body` contains more than one form (#981)
17
+
15
18
### Removed
16
19
* Removed `python-dateutil` and `readerwriterlock` as dependencies, switching to standard library components instead (#976)
0 commit comments