-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the placement of begin..end attributes (#2551)
* Parenthese begin..end with attributes This fixes a AST changed bug by adding parentheses. * Improve the placement of begin..end attributes Render 'begin [@attr] .. end' instead of 'begin .. end [@attr]'. This removes parentheses. * Update changes
- Loading branch information
Showing
10 changed files
with
47 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Warning: tests/js_source.ml:162 exceeds the margin | ||
Warning: tests/js_source.ml:9560 exceeds the margin | ||
Warning: tests/js_source.ml:9664 exceeds the margin | ||
Warning: tests/js_source.ml:9723 exceeds the margin | ||
Warning: tests/js_source.ml:9805 exceeds the margin | ||
Warning: tests/js_source.ml:10304 exceeds the margin | ||
Warning: tests/js_source.ml:161 exceeds the margin | ||
Warning: tests/js_source.ml:9559 exceeds the margin | ||
Warning: tests/js_source.ml:9663 exceeds the margin | ||
Warning: tests/js_source.ml:9722 exceeds the margin | ||
Warning: tests/js_source.ml:9804 exceeds the margin | ||
Warning: tests/js_source.ml:10303 exceeds the margin |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Warning: tests/source.ml:704 exceeds the margin | ||
Warning: tests/source.ml:2321 exceeds the margin | ||
Warning: tests/source.ml:703 exceeds the margin | ||
Warning: tests/source.ml:2320 exceeds the margin |
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