Skip to content
Success

Changes

Summary

  1. formatting (details)
  2. update exception macros (details)
  3. add missing slicing routine with one argument (details)
  4. formatting (details)
  5. added support for resuming at resumer, added test for support and cleaned up uneeded include in pingpong exception test (details)
  6. added comment explaining test (details)
  7. fixed nonlocal exception edge case for program main and added poll() routine with no args that polls the currrent active coroutine (details)
  8. added exception thrown at main to the cor_resumer test (details)
Commit 6d5790dd84b2536da5da5b3f523d8d9ca53289e3 by Peter Buhr
formatting
The file was modifiedlibcfa/prelude/bootloader.cf
Commit 3c82bf684d8362b8103c00fdc64ee84d64815cdf by Peter Buhr
update exception macros
The file was modifiedlibcfa/src/common.hfa
Commit bc9f84a51535c3e074096656e98a2a59215cfd70 by Peter Buhr
add missing slicing routine with one argument
The file was modifiedlibcfa/src/containers/string.cfa
Commit ff7f6d0720c5174ccad29c8cb61ff480d6f1f7e1 by Peter Buhr
formatting
The file was modifiedlibcfa/src/iostream.cfa
Commit c3e510b1da16c821b3fdca7930f911d1a03714ab by caparsons
added support for resuming at resumer, added test for support and cleaned up uneeded include in pingpong exception test
The file was addedtests/exceptions/.expect/cor_resumer.txt
The file was modifiedlibcfa/src/concurrency/coroutine.cfa
The file was modifiedtests/exceptions/pingpong_nonlocal.cfa
The file was modifiedlibcfa/src/concurrency/coroutine.hfa
The file was addedtests/exceptions/cor_resumer.cfa
Commit 27f2befd47811f0de1bc323785ba5da8367ff921 by caparsons
added comment explaining test
The file was modifiedtests/exceptions/cor_resumer.cfa
Commit c34bb1f97a307c6584d454c750e314f5eb433522 by caparsons
fixed nonlocal exception edge case for program main and added poll() routine with no args that polls the currrent active coroutine
The file was modifiedlibcfa/src/concurrency/kernel/startup.cfa
The file was modifiedlibcfa/src/concurrency/coroutine.cfa
The file was modifiedlibcfa/src/concurrency/coroutine.hfa
Commit 7c2820e0d732c734c7ec6f632cf8d980447106ca by caparsons
added exception thrown at main to the cor_resumer test
The file was modifiedtests/exceptions/cor_resumer.cfa