Skip to content
Success

Changes

Summary

  1. refactored to remove return val from on_selected (details)
  2. refactores to account for removal of ret val from on_selected (details)
  3. missed including in previous commits (details)
  4. commit before pull to resolve merge conflicts (details)
  5. fixed bug where waituntil deadlock could occur (details)
  6. fixed merge (details)
  7. worked through Peter's changes to channel chapter (details)
  8. added utility functions for channel exceptions (details)
  9. added some citation and waituntil chapter draft up until performance section (details)
  10. updated plot layout in benchmark scripts (details)
  11. forgot to include this file in previous commit (details)
  12. remove reference to symbol table in unify (details)
  13. fixed build failure (details)
Commit 70a4ed597ca91ea033ad12b47d5b35b67e10d5ec by caparsons
refactored to remove return val from on_selected
The file was modifiedlibcfa/src/concurrency/future.hfa
The file was modifiedlibcfa/src/concurrency/locks.cfa
The file was modifiedlibcfa/src/concurrency/locks.hfa
The file was modifiedlibcfa/src/concurrency/select.hfa
The file was modifiedlibcfa/src/concurrency/select.cfa
The file was modifiedlibcfa/src/concurrency/channel.hfa
The file was modifiedlibcfa/src/bits/weakso_locks.cfa
Commit fc0996a0f6e251a465119fb1a55c0e0e49ebb126 by caparsons
refactores to account for removal of ret val from on_selected
The file was modifiedsrc/Concurrency/Waituntil.cpp
Commit 22f2b7d3027e8d8daa7328d2dd229d765fc12333 by caparsons
missed including in previous commits
The file was modifiedlibcfa/src/bits/weakso_locks.hfa
Commit ac5d22ff6401d69fd9e66053891a31797dda9946 by caparsons
commit before pull to resolve merge conflicts
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit 6f774be1d5e97d459b38dc756b61b836cddc73f0 by caparson
fixed bug where waituntil deadlock could occur
The file was modifiedlibcfa/src/concurrency/select.hfa
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit 4897ffa5e2466ff9a784f13e117f1ccf68403830 by caparsons
fixed merge
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit e4a2198dbb207c25b12e2fdc443185658cff7e48 by caparsons
worked through Peter's changes to channel chapter
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit 3eeeb882cd93a559b38bb056d7f65d5cef6675fc by caparsons
added utility functions for channel exceptions
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit 760c88c6666fec96edab654022cc390baaac9b20 by caparsons
added some citation and waituntil chapter draft up until performance section
The file was modifieddoc/theses/colby_parsons_MMAth/local.bib
The file was modifieddoc/theses/colby_parsons_MMAth/text/waituntil.tex
Commit 5eb9327cbe30fcf29a61ce74aa2eaec4c1f20c09 by caparsons
updated plot layout in benchmark scripts
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py
Commit 1803d4daea73b18182327e284198d177f555c261 by caparsons
forgot to include this file in previous commit
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
Commit 251ce804bfa9c794ec6fdf5d077a6553e6d749a4 by f37yu
remove reference to symbol table in unify
The file was modifiedsrc/AST/SymbolTable.cpp
The file was modifiedsrc/AST/TypeEnvironment.cpp
The file was modifiedsrc/ResolvExpr/SatisfyAssertions.cpp
The file was modifiedsrc/ResolvExpr/Unify.cc
The file was modifiedsrc/ResolvExpr/CommonType.cc
The file was modifiedsrc/ResolvExpr/ConversionCost.cc
The file was modifiedsrc/ResolvExpr/Unify.h
The file was modifiedsrc/ResolvExpr/Resolver.cc
The file was modifiedsrc/ResolvExpr/CastCost.cc
The file was modifiedsrc/ResolvExpr/CommonType.hpp
The file was modifiedsrc/Validate/ReplaceTypedef.cpp
The file was modifiedsrc/GenPoly/LvalueNew.cpp
The file was modifiedsrc/AST/TypeEnvironment.hpp
The file was modifiedsrc/InitTweak/InitTweak.cc
The file was modifiedsrc/GenPoly/InstantiateGenericNew.cpp
The file was modifiedsrc/ResolvExpr/CandidateFinder.cpp
Commit ded6c2a6bdba49106fabf9dcce740d46ecec4b7f by caparson
fixed build failure
The file was modifiedlibcfa/src/concurrency/channel.hfa