manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.42k stars 125 forks source link

Operators error #564

Closed zcfire2017 closed 7 months ago

zcfire2017 commented 7 months ago

image image jdk:17

It runs normally, but an error appears

rsmckinney commented 7 months ago

I can't reproduce the error.

I have a new test project with JDK 17 using manifold-ext/rt as documented.

image image

Is your project available for debugging?

rsmckinney commented 7 months ago

Oh wait. . . This has to do with usage of the Chinese (Simplified) Language Pack. Some errors in IJ are filtered where manifold operator overloading applies. This will be fixed in the next manifold IJ plugin release by EOD tomorrow.

zcfire2017 commented 7 months ago

Oh wait. . . This has to do with usage of the Chinese (Simplified) Language Pack. Some errors in IJ are filtered where manifold operator overloading applies. This will be fixed in the next manifold IJ plugin release by EOD tomorrow.

Thank you vary much

zcfire2017 commented 7 months ago

@rsmckinney
image

There are also these two questions

rsmckinney commented 7 months ago

Will be fixed be EOD tomorrow. Thanks for reporting these!