Interface based streams. Fix for initializing with a force unwrap inside. Allow $define to take a list. Allow $define to return error on argument type mismatch in call. Fixed broken bit operations on boolean vectors.

This commit is contained in:
Christoffer Lerno
2023-10-31 00:55:20 +01:00
committed by Christoffer Lerno
parent 1aa038c92f
commit cd7a03c2cf
9 changed files with 139 additions and 136 deletions

View File

@@ -20,7 +20,7 @@ fn void! very_long_name_bench() @benchmark
return std::thread::sleep_ms(10);
}
static initialize
fn void initialize() @init
{
set_benchmark_warmup_iterations(5);
set_benchmark_max_iterations(1000);