-
Notifications
You must be signed in to change notification settings - Fork 323
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
Cannot polyglot java import innerclasses and use them in type signatures #6678
Comments
Pavel Marek reports a new STANDUP for yesterday (2023-05-24): Progress: - I probably blocked the CI after upgrading to GraalVM, looking into that
|
Pavel Marek reports a new STANDUP for today (2023-05-25): Progress: - Reviews of other PRs
|
Pavel Marek reports a new STANDUP for today (2023-05-26): Progress: - Moved the functionality into EnsoContext and use it for looking up any Java (host) classes. It should be finished by 2023-05-30. |
Pavel Marek reports a new STANDUP for today (2023-05-29): Progress: - Resolving problems with native-image build
|
Pavel Marek reports a new STANDUP for today (2023-05-30): Progress: - Testing native image on both develop and my PR - everything seems fine It should be finished by 2023-05-30. |
We had to mitigate 74c6f99 as one cannot:
Outer$Inner
yields an Enso compiler problem.The
d434ec5
commit was:The text was updated successfully, but these errors were encountered: