Skip to content
Success

Changes

Summary

  1. added invariant flag to test makefile (details)
  2. added waituntil timeout test and added waituntil test that uses multiple waituntil primitive types (details)
  3. cleanup up locks files and fixed a minor whitespace issue in preemption.cfa (details)
  4. fixed bug in special OR case for channels and waituntil (details)
  5. fixed bug in waituntil and future interop where signals could be lost (details)
  6. added support for timeouts in waituntil (details)
  7. changed makefile since select has a .cfa now (details)
  8. Added proposal for alternate enumerations that could replace some of the typed enumeration features. (details)
Commit 386fb57527e7266fbdf2a63a63fa7f20796e2991 by caparsons
added invariant flag to test makefile
The file was modifiedtests/Makefile.am
Commit 8cb06b671a14fffb7125da0255c714ea972727cf by caparsons
added waituntil timeout test and added waituntil test that uses multiple waituntil primitive types
The file was addedtests/concurrent/waituntil/.expect/all_types.txt
The file was addedtests/concurrent/waituntil/.expect/timeout.txt
The file was addedtests/concurrent/waituntil/all_types.cfa
The file was addedtests/concurrent/waituntil/timeout.cfa
Commit 5a059463785617a734ec20e395e6f149d89171a0 by caparsons
cleanup up locks files and fixed a minor whitespace issue in preemption.cfa
The file was modifiedlibcfa/src/concurrency/preemption.cfa
The file was modifiedlibcfa/src/concurrency/locks.cfa
The file was modifiedlibcfa/src/concurrency/locks.hfa
Commit 629c95a09e5a24f7108fc98fcff62c3e3ae6ad16 by caparsons
fixed bug in special OR case for channels and waituntil
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit c0ec8b6fe7503c70e9db17395e0d922d5b1dc28f by caparsons
fixed bug in waituntil and future interop where signals could be lost
The file was modifiedlibcfa/src/concurrency/future.hfa
Commit e23b3ce3f4ce1a6fe6be08990f27f69e64036545 by caparsons
added support for timeouts in waituntil
The file was addedlibcfa/src/concurrency/select.cfa
The file was modifiedlibcfa/src/concurrency/select.hfa
Commit 100d12d42857ec730c8f76c1becc81da7432fdbf by caparsons
changed makefile since select has a .cfa now
The file was modifiedlibcfa/src/Makefile.am
Commit 8c267cf1e027acc787ecbd13e91c24273f366459 by ajbeach
Added proposal for alternate enumerations that could replace some of the typed enumeration features.
The file was addeddoc/proposals/alt-enums.md