Skip to content
Success

Changes

Summary

  1. Changed some new uses of UniqueId to the ast version. Changed where some debugging variables are stored. (details)
  2. rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and sync-builtins.cf with suffix .cfa (details)
  3. Added test for the checks on the constructor/destructor attributes. (details)
  4. removed print from static and dynamic tests that could be reordered due to a race (details)
Commit fa761c2aa9a4a9b1a22e28f45f380ba9d9ad36c0 by ajbeach
Changed some new uses of UniqueId to the ast version. Changed where some debugging variables are stored.
The file was modifiedsrc/ResolvExpr/CandidateFinder.cpp
The file was modifiedsrc/InitTweak/FixInit.cc
The file was modifiedsrc/InitTweak/FixInitNew.cpp
The file was modifiedsrc/ResolvExpr/SatisfyAssertions.cpp
Commit be3f163306e87aeb232bf497922012355b5762df by Peter Buhr
rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and sync-builtins.cf with suffix .cfa
The file was removedlibcfa/prelude/bootloader.cf
The file was addedlibcfa/prelude/bootloader.cfa
The file was addedlibcfa/prelude/sync-builtins.cfa
The file was modifiedsrc/main.cc
The file was modifiedlibcfa/prelude/Makefile.am
The file was modifiedlibcfa/src/Makefile.am
The file was removedlibcfa/prelude/prelude.old.cf
The file was modifiedlibcfa/prelude/prototypes.awk
The file was removedlibcfa/prelude/sync-builtins.cf
The file was addedlibcfa/prelude/prelude.old.cfa
Commit 5ad24a2cd208c7caeaf7524fecf55d071f12e25a by ajbeach
Added test for the checks on the constructor/destructor attributes.
The file was addedtests/.expect/attr-priority.txt
The file was addedtests/attr-priority.cfa
Commit 9cbdc13d9cce278a2500603b5411d55641c59504 by caparson
removed print from static and dynamic tests that could be reordered due to a race
The file was modifiedtests/concurrency/actors/static.cfa
The file was modifiedtests/concurrency/actors/.expect/dynamic.txt
The file was modifiedtests/concurrency/actors/dynamic.cfa
The file was modifiedtests/concurrency/actors/.expect/static.txt