mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
context: update ValueContext to handle Any value and more Key types, use closures (#11993)
This commit is contained in:

committed by
GitHub

parent
d6a4bce2ef
commit
c151e075e1
@@ -99,6 +99,10 @@ const (
|
||||
'do_not_remove',
|
||||
]
|
||||
skip_on_windows = [
|
||||
'vlib/context/cancel_test.v',
|
||||
'vlib/context/deadline_test.v',
|
||||
'vlib/context/empty_test.v',
|
||||
'vlib/context/value_test.v',
|
||||
'vlib/orm/orm_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/v/tests/closure_test.v',
|
||||
|
Reference in New Issue
Block a user