Branch: refs/heads/main
Revision: 6d0780f
Author: bradcray
Link: Unavailable
Log Message:
Merge pull request #19888 from bradcray/remove-dep-sysbasic-syms
Remove SysBasic deprecations added for 1.26.0
[reviewed by @bmcdonald3 — thanks!]
This is a follow up to #19262 that removes the SysBasic symbols that were deprecated
in Chapel 1.26.0 along with the test to remind us to remove them. The only other changes
are to update tests that are sensitive to module initialization order due to SysBasic no
longer using Reflection or Sys.
Modified Files:
R test/deprecated/sysBasicTypes.chpl
R test/deprecated/sysBasicTypes.good
M modules/standard/SysBasic.chpl
M test/compflags/ferguson/print-module-resolution.good
M test/modules/bradc/printModStuff/foo.good
M test/modules/sungeun/init/printModuleInitOrder.good
M test/modules/sungeun/init/printModuleInitOrder.na-none.good
Compare: https://github.com/chapel-lang/chapel/compare/b886ced56799...6d0780ff6240