-
Notifications
You must be signed in to change notification settings - Fork 0
/
.watchcode.yaml
54 lines (49 loc) · 2.06 KB
/
.watchcode.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
filesets:
default:
include:
- ".watchcode.yaml"
- "*.nim"
exclude:
- ".watchcode.log"
exclude_gitignore: false
match_mode: "gitlike"
tasks:
default:
fileset: default
commands:
#- "nim -r c ./dev/experiment_1.nim"
#- "nim -r c ./dev/debug_1.nim"
#- "nim -r c ./tests/test_unwrap.nim"
#- "nim -r c ./tests/standard_class/test_draft.nim"
#- "nim -r c ./tests/standard_class/test_basic_0.nim"
#- "nim -r c ./tests/standard_class/testerror_base_calls_1.nim"
#- "nim -r c ./tests/standard_class/test_abstract_1.nim"
#- "nim -r c ./tests/standard_class/test_generic_fields.nim"
#- "nim -r c ./tests/standard_class/test_template_accessors.nim"
#- "nim -r c ./tests/standard_class/visibility_test_1.nim"
#- "nim -r c ./tests/standard_class/accidental_upcast_error.nim"
#- "nim -r c ./tests/standard_class/base_calls_error_1.nim"
#- "nim -r c ./tests/standard_class/base_calls_test_1.nim"
#- "nim -r c ./tests/standard_class/ctor_test_2.nim"
#- "nim -r c ./tests/standard_class/generics_test_1.nim"
- "nim -r c ./tests/standard_class/parse_self_block_test.nim"
#- "nim -r c ./tests/test_basic_1.nim"
#- "nim -r c ./tests/test_inheritance_chain.nim"
#- "nim -r c ./tests/test_overload.nim"
#- "nim -r c ./tests/test_empty_ctor.nim"
#- "nim -r c ./tests/test_base_calls.nim"
#- "nim -r c ./tests/test_abstract_2.nim"
#- "nim -r c ./tests/test_generic_constructor.nim"
#- "nim -r c ./tests/test_generics_1.nim"
#- "nim -r c ./tests/test_ctor_calls_2.nim"
#- "nim -r c ./tests/test_ctor_post_init.nim"
#- "nim -r c ./tests/test_closure_correctness.nim"
#- "nim -r c ./tests/test_match_instance.nim"
#- "nim -r js ./benchmarks/basic_dispatch_methods.nim"
#- "nim -r js ./benchmarks/basic_dispatch_closures.nim"
#- "nim -r c ./benchmarks/basic_dispatch_methods.nim"
#- "nim -r c ./benchmarks/basic_dispatch_closures.nim"
default_task: default
log: true
sound: true
notifications: true