forked from gampleman/elm-review-derive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Fix does not take aliases into account gampleman#16 (gampleman#19)
It's fun when you can fix a bug purely by deleting code... But in this case we were doing the same job twice - once in code generation and the second time in post-processing. I've now removed the part that happens during codegen so that the post-processing can do its job correctly.
- Loading branch information
Showing
2 changed files
with
37 additions
and
8 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