Brian Schott
bb941e7dd2
Merge pull request #621 from dlang-community/document-ignoreConfig
...
Add the ignoreConfig option to the --help output of dcd-server.
2020-07-23 13:46:26 -07:00
Hackerpilot
29ffe9d731
Add the ignoreConfig option to the --help output of dcd-server.
2020-07-23 05:18:56 -07:00
The Dlang Bot
808460a678
Merge pull request #619 from WebFreak001/upgrade-libdparse
...
use d-test-utils & bump libdparse to 0.15.x
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2020-07-22 08:19:05 +02:00
Jan Jurzitza
7874442d44
Update makefile for new libdparse/dsymbol
2020-07-22 07:57:02 +02:00
Jan Jurzitza
15f71142ec
use d-test-utils & bump libdparse to 0.15.x
...
Because this release fixes the private protection issue through new
dsymbol (since 0.11.0) we also need to bump libdparse to at least 0.15.0
so no older libdparse versions are supported.
2020-07-22 07:43:18 +02:00
The Dlang Bot
dc14f03614
Merge pull request #618 from WebFreak001/fix-empty-source-crash
...
add RequestKind.requiresSourceCode, fix #617
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2020-06-20 12:17:27 +02:00
WebFreak001
8c53181ffd
add RequestKind.requiresSourceCode, fix #617
...
this is a or-combined mask of the request kinds which operate on
`request.sourceCode`. Before if a client sent a request without source
code (with empty source) to one of these commands, the server would
crash with an assertion failure, now the server returns an empty
response.
2020-06-19 22:16:46 +02:00
The Dlang Bot
8e44bf8a3e
Merge pull request #616 from dlang-community/WebFreak001-fix-commons-dubhash
...
Fix dubhash usage for dcd:common subpackage
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2020-06-02 11:42:55 +02:00
Jan Jurzitza
5c1d5825c7
Fix dubhash usage for dcd:common subpackage
2020-06-02 11:26:48 +02:00
The Dlang Bot
1019016a48
Merge pull request #614 from kubo39/add-cond-constants
...
Add reserved version identifier in dmd/cond.d
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2020-05-05 16:00:54 +02:00
Hiroki Noda
1251d7d272
Add reserved version identifier in dmd/cond.d
2020-05-05 22:10:38 +09:00
The Dlang Bot
e118a28e10
Merge pull request #613 from kubo39/patch-1
...
Remove unused lines
merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
2020-05-05 07:51:06 +02:00
Hiroki Noda
443b9778ce
Remove unused lines
2020-05-05 04:45:19 +09:00
The Dlang Bot
f22b193deb
Merge pull request #612 from WebFreak001/common-subpackage
...
Move dcd.common into separate subpackage
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2020-05-01 13:03:04 +02:00
Jan Jurzitza
3e2c0c6fbf
Move dcd.common into separate subpackage
...
This allows external projects to depend on dcd:common, which is needed
to embed DCD clients
2020-04-29 14:26:24 +02:00
The Dlang Bot
339d38fafd
Merge pull request #607 from dkorpel/patch-1
...
Add missing version identifiers
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2019-09-21 10:44:50 +02:00
dkorpel
ab2b9efa19
Add missing version identifiers
2019-09-10 12:26:55 +02:00
The Dlang Bot
33dbd7653e
Merge pull request #605 from Basile-z/update-dparse
...
update dparse to 0.13.z
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-07-11 17:57:52 +02:00
Basile Burg
005baccdc5
update dparse to 0.13.z
2019-07-11 16:19:34 +02:00
The Dlang Bot
3bfab2967f
Merge pull request #601 from Basile-z/issue-600
...
fix #600 - Wrong scope for parameter solving in nested funcs
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-05-12 02:27:25 +02:00
Basile Burg
abd29bcb0c
fix #600 - Wrong scope for parameter solving in nested funcs
2019-05-12 02:20:04 +02:00
The Dlang Bot
afb211324a
Merge pull request #598 from WebFreak001/skip-private-complete
...
make private symbols not show up in auto complete
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-05-12 00:51:18 +02:00
WebFreak001
6a195ea86a
make private symbols not show up in auto complete
2019-05-12 00:44:15 +02:00
The Dlang Bot
82432e1c06
Merge pull request #602 from Basile-z/update-containers
...
update containers to fix the CI failure that blocks pending PRs
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-05-12 00:26:37 +02:00
Basile Burg
da8eda9abf
update containers to fix the CI failure that blocks pending PRs
2019-05-11 23:34:07 +02:00
Basile-z
ba60664f2f
update completions of `pragma` and `__traits` ( #597 )
2019-04-22 17:46:40 +02:00
Basile-z
d42fec7590
Merge pull request #590 from Basile-z/upgrade-deps
...
upgrade dependencies
2019-04-01 09:00:05 +02:00
Basile Burg
26b1be49d6
Add test case for empty modules
...
fix was dlang-community/dsymbol#117
2019-03-30 17:28:35 +01:00
Basile Burg
33a673836e
update dsymbol to fix #592 , and to also to fix #593
2019-03-28 13:17:36 +01:00
Basile Burg
53db8bf9ee
upgrade dependencies
2019-03-17 08:44:03 +01:00
Basile-z
cb0e49bc36
fix #584 - crash when completing and if the previous expression is negated ( #586 )
...
fix #584 - crash when completing and if the previous expression is negated
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-02-18 06:41:21 +01:00
Basile-z
8a7a6c75ac
update dparse to fix bad looking ddoc hints in some cases ( #585 )
...
update dparse to fix bad looking ddoc hints in some cases
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-02-10 21:32:05 +01:00
Basile-z
adc3b815dc
Update dsymbol to include the recent progresses on array type resolution ( #581 )
...
Update dsymbol to include the recent progresses on array type resolution
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-01-22 12:16:12 +01:00
Sebastian Wilzbach
06e0dd51c4
Build win{32,64} binaries with LDC ( #568 )
...
Build win{32,64} binaries with LDC
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-17 09:24:12 +01:00
The Dlang Bot
1252484660
Merge pull request #580 from WebFreak001/fix-dubhash-spaces
...
Fix dubhash with spaces in folder name
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2019-01-15 01:31:47 +01:00
WebFreak001
9ddd93086f
Fix dubhash with spaces in folder name
2019-01-14 20:40:20 +01:00
BBasile
144cc4ed41
allow completion of tempalte parameter standard properties ( #575 )
...
allow completion of template parameter standard properties
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-13 09:44:25 +01:00
Vladimir Panteleev
fc061b148b
Add lazy import regression test (dlang-community/dsymbol#114) ( #574 )
...
Add lazy import regression test (dlang-community/dsymbol#114 )
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-08 03:12:12 +01:00
Vladimir Panteleev
0f998365eb
dcd.common.messages: Fix spurious "Could not unpack the response" errors ( #573 )
...
dcd.common.messages: Fix spurious "Could not unpack the response" errors
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-08 02:26:57 +01:00
The Dlang Bot
5b9780562a
Merge pull request #571 from andre2007/fix-server-exceptions
...
Fix server exception handling
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2019-01-06 23:22:52 +01:00
The Dlang Bot
ca293629a8
Merge pull request #569 from andre2007/fix-exceptions
...
Fix client exception handling
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2019-01-06 23:20:07 +01:00
andre2007
fbd495b11f
Fix server exceptions
2019-01-06 18:34:29 +01:00
andre2007
9ac75d8abb
Fix client exception handling
2019-01-06 16:43:41 +01:00
BBasile
a163e33beb
readme: mention the DC env variable, typo, ident ( #567 )
...
readme: mention the DC env variable, typo, ident
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-31 01:22:38 +01:00
BBasile
b764ad2486
fix #561 - possible range violation ( #566 )
...
fix #561 - possible range violation
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-31 00:30:28 +01:00
BBasile
216275ead9
fix wrong completion for if variable initialized with an array ( #565 )
...
fix wrong completion for if variable initialized with an array
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-31 00:11:44 +01:00
Jan Jurzitza
6d72497a09
Fix file import test bleeding into other tests ( #563 )
...
Fix file import test bleeding into other tests
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-30 03:32:29 +01:00
Jan Jurzitza
6ae1b6f890
Extended mode ditto comment support ( #562 )
...
Extended mode ditto comment support
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-29 20:38:38 +01:00
The Dlang Bot
80be02adb3
Merge pull request #560 from BBasile/reg-558
...
fix #558 - regression in import completion due to FQN autocomplete
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-29 16:57:31 +01:00
Basile Burg
670c05bf37
fix #558 - regression in import completion due to FQN autocomplete
2018-12-29 16:40:24 +01:00