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.43k stars 125 forks source link

`ProcessCanceledException` thrown by Manifold IDEA plugin #531

Closed rlnt closed 11 months ago

rlnt commented 12 months ago

Describe the bug When opening my project which is using Manifold-ext, IDEA is throwing an internal error.

Desktop (please complete the following information):

Stack trace https://pastebin.com/wMJbBWq5

rsmckinney commented 12 months ago

Fix available with latest plugin release.

rlnt commented 11 months ago

yup, no more error is being thrown, thanks 👍🏼