1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove 15k lines of code of the old backend; make V2 the default backend

This commit is contained in:
Alexander Medvednikov
2020-04-01 21:24:58 +02:00
parent 30f306dc1a
commit 8dfb14b1c4
38 changed files with 462 additions and 15300 deletions

View File

@ -74,7 +74,9 @@ pub fn (ts mut TestSession) test() {
}
ts.files = remaining_files
ts.benchmark.set_total_expected_steps(remaining_files.len)
mut pool_of_test_runners := sync.new_pool_processor({
// QTODO
//mut pool_of_test_runners := sync.new_pool_processor({
mut pool_of_test_runners := sync.new_pool_processor(sync.PoolProcessorConfig{
callback: worker_trunner
})
pool_of_test_runners.set_shared_context(ts)