-
-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor rename plugin - add context to error messages - remove unnecessary unwrapping of ParsedSource - use HashSet for references - consistent naming, whitespace, indentation, imports style * prevent renaming of built-in syntax * limit rename scope to current module * refine imports in rename plugin * allow renaming with implicit module names * update tests with cross-module renaming limitation * enable rename plugin - add rename package to hackage CI - set default build flag to True * add rename plugin to features docs * add rename plugin to ghc-8.10.X stack yaml files * improve position printing in rename error * implement cross-module rename config option * unignore tests for cross-module renames * update docs for cross-module renaming * fix within module renaming for ghc-9 * fix rename plugin language extensions for ghc-92 * add explicit GHC.Parser imports in rename plugin * fix typo in rename docs * use implicit import lists in rename plugin * relocate orphaned instances from rename plugin * Revert "relocate orphaned instances from rename plugin" This reverts commit bb91db0. Co-authored-by: Pepe Iborra <pepeiborra@gmail.com>
- Loading branch information
1 parent
21c4510
commit dda3e5e
Showing
18 changed files
with
239 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.