DCD/src/dcd/server
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
..
autocomplete make private symbols not show up in auto complete 2019-05-12 00:44:15 +02:00
main.d add RequestKind.requiresSourceCode, fix #617 2020-06-19 22:16:46 +02:00
server.d Move everything under package `dcd` (#417) 2017-11-02 11:03:56 +01:00