boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
xtreak29 2018-07-05T09:01:25.000353Z

Any idea on how to upgrade a dependency in boot core repo. I have raised an issue where autocompletion breaks on JDK 9 and above. It can be fixed with reply upgrade but there are no docs on CONTRIBUTING.md about this. #boot-dev has no activity so I am asking it here. Issue : https://github.com/boot-clj/boot/issues/706

alexyakushev 2018-07-05T20:44:10.000169Z

Is boot call broken in 2.8.0?

boot call -e '(+ 2 2)' -p
throws java.lang.ClassCastException: java.lang.Character cannot be cast to java.lang.String

alexyakushev 2018-07-05T20:45:38.000342Z

Looks like it's not boot call specifically but parsing symbol and form agruments

2018-07-05T21:19:34.000183Z

also broken for me. so probably a new bug 🙁

alexyakushev 2018-07-05T21:31:37.000244Z

Submitted a ticket https://github.com/boot-clj/boot/issues/707

2018-07-05T21:32:51.000287Z

thank you for the report