forked from chapel-lang/chapel
-
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.
Retire two futures for syntax errors (chapel-lang#23850)
Retires two syntax error focused futures that now have good errors reported from `post-parse-checks`, instead of internal errors. [Reviewed by @lydia-duncan]
- Loading branch information
Showing
4 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
problem.chpl:3: syntax error: near 'incomplete' | ||
syntax-error-unclear-message.chpl:1: error: no-op procedures are only legal for extern functions |
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
problem.chpl:3: syntax error: near 'incomplete' | ||
syntax-error-unclear-message2.chpl:1: error: no-op procedures are only legal for extern functions |