James Judd
James Judd
I'm fine with archiving the higherkindness repo. We're still using this, so we don't intend to archive our fork. That being said, while our fork is open source, we're not...
Pinging @jslinker as he likely knows most here
As far as I can tell Dotty uses different code to do this check that doesn't rely on a class loader, so I don't think the same issue exists with...
I just did some quick testing and am not able to reproduce this with Dotty.
Force pushed to remove accidentally committed semicolons. No more changes expected at this point.
Good question. I'm not familiar enough with the rest of the compiler code to answer that question. Are there other parts where the Scala compiler is deliberately caching across compilation...
Thanks for the ping. I did not read the git history closely enough and thought this would only be fixed on 2.13.14. I can confirm that I can no longer...
I can't repro on 2.13.13 either, so I'm going to close this. Thanks again for the help.
I like the first solution, but am new to the Scala compiler, so it will likely take me a while. I also like the idea of the intermediate whitelist solution....
I agree that it would be great to improve ijar support for Scala or to use some other mechanism to improve detection of interface vs private implementation changes. We have...