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
It is annoying that :checker:compileJava depends on :checker-qual:compileJava.
If there is a compilation error in a qualifier definition, then that compilation error is issued by :checker-qual:compileJava, on a read-only copy under directory checker-framework/checker-qual/ which is not where the bug should be fixed. The bug should be fixed under directory checker-framework/checker/ and it would be nicer if the compilation process issued that error.
The text was updated successfully, but these errors were encountered:
It is annoying that
:checker:compileJava
depends on:checker-qual:compileJava
.If there is a compilation error in a qualifier definition, then that compilation error is issued by :checker-qual:compileJava, on a read-only copy under directory
checker-framework/checker-qual/
which is not where the bug should be fixed. The bug should be fixed under directorychecker-framework/checker/
and it would be nicer if the compilation process issued that error.The text was updated successfully, but these errors were encountered: