veikman/dactyl-keyboard

ordered dependency breaks with JDK11

dimitrisch opened this issue · 3 comments

I was getting this error running lein run with the default setup:

Exception in thread "main" java.lang.IllegalArgumentException: Must hint overloaded method: toArray, compiling:(flatland/ordered/set.clj:12:1)

The issue is pending here and until it is fixed I switched the dependency to this fork.

Thank you for posting a fix. Given the hubbub, I suppose it is likely @amalloy will take the PR and publish it pretty soon. Unless you object, I would rather wait than add the VCS noise of switching to a private fork.

This is now available in [org.flatland/ordered "1.5.7"].

Nice. Local dependency updated in b7cc2d8.