Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression in manifold 2021.1.19 #3

Open
DPUkyle opened this issue Sep 24, 2021 · 1 comment
Open

Regression in manifold 2021.1.19 #3

DPUkyle opened this issue Sep 24, 2021 · 1 comment

Comments

@DPUkyle
Copy link
Collaborator

DPUkyle commented Sep 24, 2021

After merging #2, a regression in manifold:2021.1.19 is observable.

Steps to reproduce:

  1. Apply patch below
  2. 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)

Patch:

diff --git a/build.gradle b/build.gradle
index 397590b..4be1f54 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ configurations {
 }
 
 manifold {
-    manifoldVersion = '2021.1.18'
+    manifoldVersion = '2021.1.19'
 }
 
 dependencies {

@DPUkyle
Copy link
Collaborator Author

DPUkyle commented Sep 24, 2021

Could something have changed WRT default module behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant