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
Added
=====
- #179 -- The `with-pre-wrap` and `with-post-wrap` macros accept the
fileset binding symbol in an (optional) vector, to accomodate the
Clojure idiom of introducing new bindings within square brackets.
Changed
=======
None.
Fixed
=====
- #180 -- Don't follow symbolic links when deleting files.
- #183 -- Clean up `clojure.core.reducers` classes that were ending up
in boot JAR files and interfering with Clojure 1.7.
- #181 -- Rolled back code that was using `uname` to try to determine
whether boot is running in Cygwin. This caused errors on other Windows
systems that don't have `uname`.
User Interface
==============
- #184 -- Better error messages when boot can't create directories or
write to files.
Exception thrown when invoking boot on windows. It's trying to run the
uname
program, which isn't on the${PATH}
in windows. Also reported in #174.The text was updated successfully, but these errors were encountered: