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
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
Looks like it's not boot call
specifically but parsing symbol and form agruments
also broken for me. so probably a new bug 🙁
Submitted a ticket https://github.com/boot-clj/boot/issues/707
thank you for the report