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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
runsBeforeandrunsAftervalues 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
Listof phases to be run sequentially and avoid retyping all the names inrunsBeforeandrunsAfteroverrides 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