-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-v0.7.3: Bump version and update changelog Stop typechecking after a parse error in some file (avoid invalid cache) Fix warning Make formatFile strict Clean up formatting code Check Rzk formatting for all languages before rendering MkDocs Apply autoformatting to docs Make safer resolveLayout, use that in the formatter, drop deepseq dependency Convert `formatTextEdits` to IO to catch errors Add DeepSeq package to dependencies Add a couple of logs for errors while typechecking Split the space edits around bin ops into 2 to avoid overlapping with possible unicode edits Skip typechecking when the decls have not changed Add some tests for the formatter Install HSpec and configure HSpec-Discover Unignore the tests directory
- Loading branch information
Showing
31 changed files
with
489 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
*~ | ||
*.bak | ||
.DS_Store | ||
Test |
Oops, something went wrong.