Branch: refs/heads/main
Revision: bafee46
Author: dlongnecke-cray
Link: Adjust .bad file for parsing future, make sure dyno parser displays all syntax errors by dlongnecke-cray · Pull Request #20042 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20042 from dlongnecke-cray/cron-fix-parsing-future
Adjust .bad file for future, make dyno parser display all syntax errors
Adjust the yyerror
hook for the dyno parser to print error messages
that it does not recognize (previously we were omitting the
messages on accident).
Adjust the .bad file for a parsing future accordingly.
Reviewed by @e-kayrakli, @mppf. Thanks!
TESTING
-
ALL
onlinux64
,standard
,-futures
Signed-off-by: David Longnecker dlongnecke-cray@users.noreply.github.com
Modified Files:
M compiler/dyno/lib/parsing/parser-yyerror.h
M test/domains/sungeun/rect/at_operator.bad
Compare: https://github.com/chapel-lang/chapel/compare/207dd13abb9f...bafee46196ad