You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by kincsescsaba July 21, 2024
Hi there,
I had a working plugin and could not isolate why it had stopped working. There are no error messages. What I see is that I can add the plugin with -Xplugin:path/to/jar, and there are no error messages, but the plugin does not do its job of filtering specific code parts that worked previously.
I tried scala -Xplugin:path/to/jar -Xplugin-list options, this returns an empty line, then quits.
What are the best practices to resolve an issue like this?
The text was updated successfully, but these errors were encountered:
Compiler doesn't tell me if my plugin is junk even though I "require" it.
Discussed in #21238
Originally posted by kincsescsaba July 21, 2024
Hi there,
I had a working plugin and could not isolate why it had stopped working. There are no error messages. What I see is that I can add the plugin with
-Xplugin:path/to/jar
, and there are no error messages, but the plugin does not do its job of filtering specific code parts that worked previously.I tried
scala -Xplugin:path/to/jar -Xplugin-list
options, this returns an empty line, then quits.What are the best practices to resolve an issue like this?
The text was updated successfully, but these errors were encountered: