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
Some refactoring rules, especially those for small #lang-based DSLs like #lang resyntax/test, don't actually need the source code to be expanded and fully analyzed. There should be a way for refactoring rules to restrict themselves to "reader-only" behavior. If all rules in the refactoring suite for a source are reader-only, Resyntax should skip the expansion and analysis phases of its pipeline.
Some refactoring rules, especially those for small
#lang-based DSLs like#lang resyntax/test, don't actually need the source code to be expanded and fully analyzed. There should be a way for refactoring rules to restrict themselves to "reader-only" behavior. If all rules in the refactoring suite for a source are reader-only, Resyntax should skip the expansion and analysis phases of its pipeline.