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
After merging #2, a regression in manifold:2021.1.19 is observable.
Steps to reproduce:
Apply patch below
Run gradlew check --rerun-tasks
Error:
> Task :compileJava
Invoking javac with arguments: [-Xplugin:Manifold]
...
/.../manifold-systems/manifold-simple-gradle-project/src/main/java/com/example/Main.java:3: error: package data is not visible
import data.Person;
^
(package data is declared in module java.datatransfer, which does not export it)
After merging #2, a regression in manifold:2021.1.19 is observable.
Steps to reproduce:
gradlew check --rerun-tasks
Error:
Patch:
The text was updated successfully, but these errors were encountered: