veikman / dactyl-keyboard

Programmatic keyboard CAD
GNU Affero General Public License v3.0
268 stars 30 forks source link

ordered dependency breaks with JDK11 #5

Closed dimitrisch closed 5 years ago

dimitrisch commented 5 years ago

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.

veikman commented 5 years ago

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.

danielcompton commented 5 years ago

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

veikman commented 5 years ago

Nice. Local dependency updated in b7cc2d82f19d795b148d6b59c5977ee86c2d1a43.