0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow resuming a suspended coroutine with an error, get rid of yield limits because it's not clear how much we should mimic PUC Rio Lua's main thread at all More... 12 months ago
convert test scripts to use 'assert' More... 12 months ago
Allow continuations from yields, add a test for it More... 12 months ago
optimistically stop following a custom gc-arena branch More... 12 months ago
update to latest gc-arena More... 12 months ago
put back string interner for compilation More... 12 months ago
more readme updates, be *slightly* less aggressive about the debug library More... 12 months ago
more readme updates, todo is mostly out of date now More... 12 months ago
readme stuff More... 12 months ago
update README with recent developments More... 12 months ago
use gc-arena provided CollectRefCell More... 12 months ago
don't allocate in pcall More... 12 months ago
__index metamethod and a lot of changes to support this More... 12 months ago
Totally new callback API based on passing an "external stack" to callbacks More... 12 months ago
more thread cleanup More... 12 months ago
more explicit thread state transition for continuations, more asserts More... 12 months ago
be clear in docs about 'mode' More... 12 months ago
more thread cleanup and more comments about state transitions More... 12 months ago
fix starting coroutine from rust More... 12 months ago
fix stupid README formatting More... 12 months ago
Fix several problems with Thread and simplify it More... 12 months ago
Step 1 - make Sequence go away on the frontend APIs More... 12 months ago
fix formatting More... 12 months ago
update project name *again* More... 12 months ago
fix stack manipulation bug in thread external function calls with varargs More... 12 months ago
clarify name some More... 12 months ago
support __call metamethod More... 12 months ago
lots of support code and support for metatables being set / unset on tables and userdata More... 12 months ago
readme changes More... 12 months ago
finish project rename More... 12 months ago