0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cute example of depth-first search using continuations. More... almost 16 years ago
Tests for @cps propagation with anonymous functions. More... almost 16 years ago
Fixed class name. More... almost 16 years ago
Fixed and simplified tests. More... almost 16 years ago
A few more changes to goto example, including getting tail call optimisation working. More... almost 16 years ago
Renamed object. More... almost 16 years ago
Added 'goto' example. More... almost 16 years ago
Added test for CPS compile failure. More... almost 16 years ago
Added tests for the CPS transformation. More... almost 16 years ago
Added workaround for Scala ticket 1794. More... almost 16 years ago
Removed comments and dead code. More... almost 16 years ago
More inline optimisations for ControlContext: cat, flatCat, fin, flatFin. More... almost 16 years ago
Manually inlined map and flatMap to improve performance. More... almost 16 years ago
Merge branch 'lamp' More... almost 16 years ago
Renamed examples and tests to avoid colliding with tests on trunk. More... almost 16 years ago
Started adding interactive interface on top of Iteratees. More... almost 16 years ago
Moved Chunking out of Iteratee object, so it is separated from implicit vals. More... almost 16 years ago
Added stub sync() method (non-blocking analogue to synchronized). More... almost 16 years ago
Changed fin() to use call-by-name instead of a Function0. More... almost 16 years ago
added samefringe and generator benchmarks More... almost 16 years ago
added printf and NIO examples More... almost 16 years ago
fixed up previous commit More... almost 16 years ago
Made Iteratee continuations @suspendable and added support writing to a channel via an Iteratee. More... almost 16 years ago
updated examples to use task runner classes More... almost 16 years ago
Initial implementation of Oleg's iteratees and their application to NIO channels. More... almost 16 years ago
Simplified Suspendables so they can only run once. More... almost 16 years ago
added simple task runner framework More... almost 16 years ago
improved type safety: now correctly handling linearization of answer type modification; tightened the subtyping relation (A @cps is no longer a subtype of A by default); now making use of the newly added annotation checker hooks in Typer.adapt. More... almost 16 years ago
Fixed three bugs with ASelector: now handles CancelledKeyExceptions, eliminated a race condition when obtaining a channel's key, fixed starvation when registering a key while selection is occurring. More... almost 16 years ago
Can now resume suspenders before suspending them. More... almost 16 years ago