Branch: refs/heads/main
Revision: e48ac6c
Author: stonea
Link: Fix fallout from module order change by stonea · Pull Request #20474 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20474 from stonea/fix_module_order_change
Fix fallout from module order change
As mentioned here:
https://chapel.discourse.group/t/cron-fast/15126/2?u=stonea
This commit (7f91e7e) added use ChplConfig to ChapelBase.chpl which caused some failures in some tests that locked down module load order and the line numbers for some errors.
In this PR I've updated the .good files for the relevant tests.
[Reviewed by nobody; test fix]
Modified Files:
M test/compflags/ferguson/print-module-resolution.good
M test/modules/bradc/printModStuff/foo.good
M test/types/records/ferguson/default-compare-mixed-insn.1.good
M test/types/records/ferguson/default-compare-mixed-insn.2.good
M test/types/records/ferguson/default-compare-mixed-insn.5.good
M test/types/records/ferguson/default-compare-mixed-insn.6.good
M test/types/records/ferguson/default-compare-mixed-insn.good
Compare: https://github.com/chapel-lang/chapel/compare/66e6e04e75fe...e48ac6c95f0b