Is there a best practice for implementing sequentially run plugin phases? #21272
Unanswered
kincsescsaba
asked this question in
Compiler internals Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
runsBefore
andrunsAfter
values will override once I need to set the order of running plugin phases. This concept lets one hard-code the name of affected phases.What if I'd like to assign a
List
of phases to be run sequentially and avoid retyping all the names inrunsBefore
andrunsAfter
overrides every time I modify the mentioned list?Can this be implemented using an existing feature of the compiler plugin framework that I'm not aware of, or does it require an extension?
Beta Was this translation helpful? Give feedback.
All reactions