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

Resolution of Java object attributes panics #7

Open
ptal opened this issue Feb 27, 2019 · 0 comments
Open

Resolution of Java object attributes panics #7

ptal opened this issue Feb 27, 2019 · 0 comments

Comments

@ptal
Copy link
Owner

ptal commented Feb 27, 2019

  public proc bug() =
    single_space LMax depth = 2;
    System.out.println(depth.value);
  end

with assert:

thread 'main' panicked at 'assertion failed: `(left == right)`
  left: `Spacetime(SingleSpace)`,
 right: `Host`: depth', src/middle/resolve.rs:76:9

NOTE: the code above is not right anyway since value is private in LMax. However it should be triggered at the Java compilation stage, not at the Bonsai compilation stage.

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

No branches or pull requests

1 participant