Fork me on GitHub
#boot
<
2018-07-05
>
xtreak2909:07:25

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

alexyakushev20:07:10

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

alexyakushev20:07:38

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

alandipert21:07:34

also broken for me. so probably a new bug 🙁

alandipert21:07:51

thank you for the report