cs431 icon indicating copy to clipboard operation
cs431 copied to clipboard

[Homework 4] Behaviour-Oriented Concurrency (due: 2024-04-21 23:59:59)

Open kingdoctor123 opened this issue 1 year ago • 3 comments

Implement a runtime for Behaviour-Oriented Concurrency (BoC).

  • Read this manual for general advice on homework.

  • Documentation & Tips.

  • Use skeleton code as a starting point, and fill out todo!().

    • IMPORTANT: don't fork this repository. It'll be public!
  • Submit your code here.

  • IMPORTANT: Only the last submission counts. Please make sure the last line of the "log" says "Score: ?? / ??".

kingdoctor123 avatar Feb 27 '24 11:02 kingdoctor123

Skeleton for BoC has been updated in https://github.com/kaist-cp/cs431/commit/3bcce0e3f56e1fa6474c6334c620be027d508ce3. This should only touch code that student's don't need to care about.

Lee-Janggun avatar Mar 18 '24 06:03 Lee-Janggun

The tests and grading scripts have been slightly updated https://github.com/kaist-cp/cs431/commit/f867a1db1646e1c5afe9bc6774a5a81b78e5c889 .

Lee-Janggun avatar Mar 20 '24 03:03 Lee-Janggun

The grading script has been updated to test with cargo_tsan https://github.com/kaist-cp/cs431/commit/5fea6821f232c7ed4e98831e9fb146b1b0db1bd8.

IMPORTANT: All previous submissions (before 2024/03/20 16:54:00 KST) have been nullified. Please resubmit your solution if you have submitted your solution before.

Note: Grading with cargo_tsan may print some messages, but this will not crash your grading. So, you don't need to worry about it. (https://github.com/kaist-cp/cs431/blob/main/homework/doc/boc.md#grading-100-points)

kingdoctor123 avatar Mar 20 '24 07:03 kingdoctor123