Sage Vaillancourt
|
7b014ebafa
|
Fix (reduce) with lambdas.
Fix await memory leak.
Allow running specific tests with --run-test x (for valgrinding).
|
2022-04-11 16:38:49 -04:00 |
Sage Vaillancourt
|
7a0433aa68
|
Add funcyEval() for equivalent Func/Lambda eval.
Still a bit buggy.
Some general renaming for clarification.
|
2022-04-07 01:20:59 -04:00 |
Sage Vaillancourt
|
deca6045ff
|
More useful type-error messages.
BAD_PARAMS_ON -> BAD_PARAMS
Replace printType() with getTypeName().
Use --ignore-config in testing.
Add type-checking (and missing clone) to (await).
|
2022-04-06 09:51:53 -04:00 |
Sage Vaillancourt
|
67691e36bc
|
Fix Promise env longevity.
|
2022-04-06 00:03:34 -04:00 |
Sage Vaillancourt
|
b54b93c7d1
|
Add simple Promise type.
A bit unstable. Almost certainly needs some locking on struct Promise fields.
|
2022-04-05 23:53:17 -04:00 |