boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

feat: implement visitFileFailed for mkvisitor #598

Closed thenonameguy closed 7 years ago

thenonameguy commented 7 years ago

Reason: This project does a treewalk on our project structure, which contains folders/files that cannot be opened by the boot process, this causes the process to exit. This PR fixes this issue by ignoring these files/directories.

arichiardi commented 7 years ago

Looks good

alandipert commented 7 years ago

This looks good. @thenonameguy when you have a chance, in addition to the changes @Deraen mentioned, could you please also add to CHANGES.md?

Thanks!

martinklepsch commented 7 years ago

closing in favor of #629