potiuk commented on issue #41641:
URL: https://github.com/apache/airflow/issues/41641#issuecomment-2440004562

   BTW. I like it a lot how simple it is with libCST - we previously used quite 
a bit more complex tool from Facebook that allowed to do refactoring at scale 
in parallell (https://github.com/facebookincubator/Bowler) , but it was rather 
brittle to develop rules for it and it had some weird problems and missing 
features. One thing that was vere useful - is that it had a nice "parallelism" 
features - which allowed to refactor 1000s of files in seconds (but also made 
it difficult to debug). 
   
   I think if we get it working with libCST - it will be way more generic and 
maintainable, also we can easily add parallelism later on when/if we see it is 
slow.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to