mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
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:
committed by
Christoffer Lerno
parent
1aa038c92f
commit
cd7a03c2cf
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user