Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: "uname" not found #181

Closed
micha opened this issue Apr 3, 2015 · 1 comment
Closed

Windows: "uname" not found #181

micha opened this issue Apr 3, 2015 · 1 comment
Milestone

Comments

@micha
Copy link
Contributor

micha commented Apr 3, 2015

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.

@micha micha added this to the rc14 milestone Apr 3, 2015
micha added a commit that referenced this issue Apr 5, 2015
@micha
Copy link
Contributor Author

micha commented Apr 5, 2015

Fixed by e6aa798.

@micha micha closed this as completed Apr 5, 2015
micha added a commit that referenced this issue Apr 11, 2015
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant