Commit f4dec41
committed
Upgrade libdparse and DCD
1 parent dc907e4 commit f4dec41
File tree
6 files changed
+14
-16
lines changed- src/dscanner/analysis
6 files changed
+14
-16
lines changed- .editorconfig+5
- .github/workflows/ci.yml+38-16
- .github/workflows/pr_info_intro.yml+1-1
- .github/workflows/pr_info_post.yml+4-6
- .github/workflows/pr_info_untrusted.yml+3-3
- .github/workflows/release.yml+7-6
- .gitignore+2
- README.md+13
- common/src/dcd/common/constants2.d+295-87
- common/src/dcd/common/messages.d+32-27
- common/src/dcd/common/socket.d+3
- constants-gen/pragma.dd+1-1
- constants-gen/traits.dd+314-85
- dsymbol/src/dsymbol/builtin/names.d+32-5
- dsymbol/src/dsymbol/conversion/first.d+54-18
- dsymbol/src/dsymbol/conversion/package.d+1
- dsymbol/src/dsymbol/conversion/second.d+59-25
- dsymbol/src/dsymbol/conversion/third.d-2
- dsymbol/src/dsymbol/symbol.d+17-11
- dsymbol/src/dsymbol/tests.d+1-1
- dsymbol/src/dsymbol/type_lookup.d-1
- dub.json+1-1
- dub.selections.json+2-2
- libdparse+1-1
- makefile+8-4
- msgpack-d+1-1
- src/dcd/client/client.d+34-5
- src/dcd/server/autocomplete/complete.d+6-1
- src/dcd/server/autocomplete/doc.d+1-1
- src/dcd/server/autocomplete/inlayhints.d+111
- src/dcd/server/autocomplete/localuse.d+5-5
- src/dcd/server/autocomplete/package.d+1
- src/dcd/server/autocomplete/util.d+2-1
- src/dcd/server/main.d+5
- src/dcd/server/server.d+3
- tests/extra/tc_ufcs_all_kinds/generate_tests.d+29-21
- tests/extra/tc_ufcs_all_kinds/run.sh+19-2
- tests/run_tests.sh+21-2
- tests/tc032/.gitignore+1
- tests/tc032/expected1.txt-1
- tests/tc032/run.sh+2-1
- tests/tc033/run.sh+2-2
- tests/tc034/.gitignore+1
- tests/tc034/expected1.txt-3
- tests/tc034/run.sh+2-1
- tests/tc035/run.sh+1-1
- tests/tc036/run.sh+4-4
- tests/tc062/run.sh+2-2
- tests/tc_access_modifiers/run.sh+6-6
- tests/tc_casts/expected1.txt+8
- tests/tc_casts/expected2.txt
- tests/tc_casts/file.d+34
- tests/tc_casts/run.sh+11
- tests/tc_ctors/expected.txt+3
- tests/tc_ctors/file.d+19
- tests/tc_ctors/run.sh+8
- tests/tc_import_symbol_list/run.sh+1-1
- tests/tc_inlay_hints/expected.txt+2
- tests/tc_inlay_hints/file.d+17
- tests/tc_inlay_hints/run.sh+5
- tests/tc_locate_ufcs_function/run.sh+1-1
- tests/tc_recursive_public_import/run.sh+1-1
- tests/tc_traits/expected.txt+5
- tests/tc_typeof/expected1.txt+20
- tests/tc_typeof/expected2.txt+2
- tests/tc_typeof/expected3.txt+8
- tests/tc_typeof/run.sh+14
- tests/tc_typeof/test1.d+32
- tests/tc_typeof/test2.d+15
- tests/tc_typeof/test3.d+10
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | | - | |
| 54 | + | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
251 | 249 | | |
252 | 250 | | |
253 | 251 | | |
| 252 | + | |
254 | 253 | | |
255 | | - | |
256 | 254 | | |
257 | 255 | | |
258 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments