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

Module using tuple build successfully, but IntelliJ IDEA 2020.3 shows compiler errors in editor. #472

Open
m4g3st1x opened this issue Aug 8, 2023 · 4 comments

Comments

@m4g3st1x
Copy link

m4g3st1x commented Aug 8, 2023

As the name states i am using IntelliJ IDEA 2020.3, version of Manifold framework is 2023.1.14.

Steps to reproduce the behavior:

  1. Create any tuple (even as simple as var t = (name:"Bob", age:20)
  2. IDEA show compiler error, but project compiles successfully and tuple even can be printed to console.

Expected behavior
IDEA do not shows compiler error (identifier colored red, squigly lines, etc.)

Screenshots
image

Desktop (please complete the following information):

  • OS Type & Version: MacOS 13.5
  • Java/JDK version: JDK 17.0.8
  • IDE version (IntelliJ IDEA or Android Studio): IntelliJ IDEA 2020.3
  • Manifold version: 2023.1.14
  • Manifold IntelliJ plugin version: 2020.3.57

P.S.: I have already tried to reimport project from fresh and even tried it on empty project - result is same. I am suspicious that is the problem either in IDE version or plugin, since project builds and runs just fine - its just the editor errors.

@rsmckinney
Copy link
Member

Hi @m4g3st1x. IDEA 2020 is no longer supported for maintenance. Can you use a newer version?

@m4g3st1x
Copy link
Author

m4g3st1x commented Aug 8, 2023

Unfortunately, no. This is the only version i can use now since it is the version that given as fallback after licensed subscription version expires (i would not be able to renew subscription in near future sadly).
I could try to reproduce it on newer version of IDEA, but i do not know really when i will be able to do so.
Sorry :(

@rsmckinney
Copy link
Member

No problem. I’ll have a look and see what can be done.

@m4g3st1x
Copy link
Author

m4g3st1x commented Aug 8, 2023

No problem. I’ll have a look and see what can be done.

That would be awesome, thank you!

This framework adds so many amazing features to good old Java that i am amazed, some of the features i miss even in C# when working with Unity (even tho they update supported runtime).

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

2 participants