Skip to content
Success

Changes

Summary

  1. formatting (details)
  2. formatting (details)
  3. reduce runtime testing duration of PRNG (details)
  4. update PRNG output for x86 (details)
  5. change incorrect architecture name __arm_64__ to __aarch64__ (details)
  6. add PRNG expected output for arm64 (details)
  7. Clean-up of the chain mutator. Seems like it is underused. (details)
Commit 39eb7840874f3d8db548684079e4631fd7c8fd60 by Peter Buhr
formatting
The file was modifiedsrc/include/cassert
Commit 4f1b2d6944aa29a9e7a67edffd9ed44c3b919a18 by Peter Buhr
formatting
The file was modifiedsrc/Common/Assert.cc
Commit 32670417bf9036bdaf2d3d776e4f5b2a76d2e213 by Peter Buhr
reduce runtime testing duration of PRNG
The file was modifiedtests/.expect/PRNG.x64.txt
The file was modifiedtests/PRNG.cfa
Commit e2742649f198d93ebad013b7569f410bdb41258c by Peter Buhr
update PRNG output for x86
The file was modifiedtests/.expect/PRNG.x86.txt
Commit 33e4e8ef9dac8c6b85f9afa6d9fe29d0b7961ff6 by Peter Buhr
change incorrect architecture name __arm_64__ to __aarch64__
The file was modifiedlibcfa/src/bits/random.hfa
Commit 2b12d6ef010d535bbea40e3c33d4b7b6a6433f8e by Peter Buhr
add PRNG expected output for arm64
The file was addedtests/.expect/PRNG.arm64.txt
Commit 2345ab36a435b6dcc4e66d25babebf1df018b2bf by ajbeach
Clean-up of the chain mutator. Seems like it is underused.
The file was modifiedsrc/AST/Chain.hpp
The file was modifiedsrc/ResolvExpr/Resolver.cc