You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reporting here because your project is the first one I see that is affected, but I suppose you can' solve anything at your level.
The root cause is probably in the JDK compiler: I'll need to open a JDK issue
The text was updated successfully, but these errors were encountered:
if nobody noticed the issue until now, nobody worked on it. I perfectly see how the compiler may use filesystem (unpredictable) order, and would require an explicit ordering. And I see how in theory a plugin could rework the bytecode after the initial creation of the .class file. But again, it all starts by detecting the fact, considering it an issue, and doing the workaround
reference: https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/com/io7m/cedarbridge/README.md
public sealed interface CBTypeExpressionType extends Formattable
source code gives unpredictable order in bytecodeI'm reporting here because your project is the first one I see that is affected, but I suppose you can' solve anything at your level.
The root cause is probably in the JDK compiler: I'll need to open a JDK issue
The text was updated successfully, but these errors were encountered: