Skip to content
Success

Changes

Summary

  1. Unlabelled breaks were not targetting the correct enclosing control structures. Also added a test and improved error messages. (details)
  2. formatting (details)
  3. add test for reading in enumerators (details)
  4. modify time test to set time zone to America/Toronto so test is repeatable where ever run (details)
  5. removed memory not freed message (details)
  6. formatting (details)
  7. formatting (details)
  8. try again to fix the unfreed storage problem (details)
Commit c248b39bb4692247b9aeda9dc3201a9132c577c5 by ajbeach
Unlabelled breaks were not targetting the correct enclosing control structures. Also added a test and improved error messages.
The file was modifiedtests/exceptions/.expect/try-ctrl-flow.txt
The file was modifiedsrc/ControlStruct/MultiLevelExit.cpp
The file was addedtests/ctrl-flow/.expect/break-misc.txt
The file was addedtests/ctrl-flow/break-misc.cfa
Commit f90c0920756cac2d2feb8494689e1921763aba87 by Peter Buhr
formatting
The file was modifiedlibcfa/src/enum.cfa
Commit 1842167664efe790163534613add7510849a3c01 by Peter Buhr
add test for reading in enumerators
The file was addedtests/enum_tests/.in/input.txt
The file was addedtests/enum_tests/input.cfa
The file was addedtests/enum_tests/.expect/input.txt
Commit cd1d721883249cecf37cb986c18ac63008f73fc8 by Peter Buhr
modify time test to set time zone to America/Toronto so test is repeatable where ever run
The file was modifiedtests/time.cfa
Commit e3260aa1ef1aea66e16c47c8fc667ab988b3f69f by Peter Buhr
removed memory not freed message
The file was modifiedtests/time.cfa
Commit d7b399fdc6a1ce87c830b273e13dbce582c560d8 by Peter Buhr
formatting
The file was modifiedtests/meta/dumpable.cfa
Commit 3ee4a53d7dc556ce31ce553dab7de8b9410b4db1 by Peter Buhr
formatting
The file was modifiedtests/meta/dumpable.cfa
Commit b8561fa0b017ef7979a88853000310c8d0f61624 by Peter Buhr
try again to fix the unfreed storage problem
The file was modifiedtests/time.cfa