Branch: refs/heads/main
Revision: 8aa8a43
Author: arezaii
Link: dyno: insert dyno parsed filenames into gFilenameLookup by arezaii · Pull Request #19854 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19854 from arezaii/fix-unwind-failures
dyno: insert dyno parsed filenames into gFilenameLookup
This PR addresses test failures that showed up after PR
dyno: Always use the dyno parser by dlongnecke-cray · Pull Request #19816 · chapel-lang/chapel · GitHub when CHPL_UNWIND
is set,
e.g., test/runtime/stacktrace/fact-linenum.chpl
.
Now we will explicitly add parsed filenames to gFilenameLookup
when using the dyno
parser.
TESTING:
- [x] paratest
- [x] fixed runtime/stacktrace/fact-linenum
- [x] fixed runtime/stacktrace/fact-stacktrace
- [x] fixed runtime/stacktrace/stacktrace
reviewed by @dlongnecke-cray - thanks!
Signed-off-by: arezaii ahmad.rezaii@hpe.com
Modified Files:
M compiler/parser/parser.cpp
Compare: https://github.com/chapel-lang/chapel/compare/a6dc7aa8fae7...8aa8a436bc8b