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
At the moment the compiler looks for types in a specific order:
Check --hxb-lib
Check -cp (and by extension -lib)
Check --java-lib and such
I would like to change it so that the priority reflects the order of the CLI arguments for all three of these. This was also the main motivation for #11477, but is going to require even more refactoring.
The text was updated successfully, but these errors were encountered:
At the moment the compiler looks for types in a specific order:
I would like to change it so that the priority reflects the order of the CLI arguments for all three of these. This was also the main motivation for #11477, but is going to require even more refactoring.
The text was updated successfully, but these errors were encountered: