The Dlang Bot
c29a3a4cd2
Merge pull request #473 from wilzbach/win64
...
Build win64 binaries
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-02 21:16:49 +02:00
The Dlang Bot
5869f0c5c0
Merge pull request #471 from wilzbach/fix-deployment
...
[trivial] Fix Travis deployment
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-02 15:59:09 +02:00
BBasile
a53c5b40ac
fix #419 - server freezed under Win32 when caching the imports ( #476 )
...
fix #419 - server freezed under Win32 when caching the imports
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-01 22:55:22 +02:00
Sebastian Wilzbach
444218dbec
Build win64 binaries
2018-04-29 20:51:20 +02:00
Sebastian Wilzbach
a4adbff689
Fix Travis deployment
2018-04-29 20:20:04 +02:00
Sebastian Wilzbach
773930e475
Make the test_runner more stable on the Project Tester
2018-04-29 20:16:25 +02:00
The Dlang Bot
c90afe1ece
Merge pull request #468 from BBasile/upd-ver
...
update version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-27 09:38:57 +02:00
Basile Burg
c3f9111570
update version
2018-04-27 09:29:47 +02:00
The Dlang Bot
22ecbbf5c6
Merge pull request #467 from BBasile/issue-382
...
fix #382 - No completion when current string is a keyword
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-25 00:37:20 +02:00
Basile Burg
5a8b2f7838
fix #382 - No completion when current string is a keyword
2018-04-25 00:03:45 +02:00
The Dlang Bot
24d415a537
Merge pull request #466 from BBasile/issue-405
...
fix #405 - Case of calltip failure in aggregate
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-24 11:25:02 +02:00
Basile Burg
b66516debb
fix #405 - Case of calltip failure in aggregate
2018-04-24 10:57:32 +02:00
The Dlang Bot
162ec3656b
Merge pull request #465 from dlang-community/triple-backticks-dubrepo
...
Remove usage of triple backtick because not supported by code.dlang.org
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-24 07:24:24 +02:00
BBasile
b52fcdcee5
Remove usage of triple backtick because not supported by code.dlang.org
2018-04-24 07:15:18 +02:00
Sebastian Wilzbach
0b9cb6ac31
Merge pull request #464 from wilzbach/release2
...
Update release scripts
2018-04-23 23:18:24 +02:00
Sebastian Wilzbach
14c8b7cc9f
Update release scripts
2018-04-23 19:13:55 +02:00
The Dlang Bot
15f5b11977
Merge pull request #463 from BBasile/upd-ver
...
push version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 15:17:07 +02:00
Basile Burg
473e340ef2
push version number
2018-04-23 15:07:54 +02:00
The Dlang Bot
d7e6e13912
Merge pull request #462 from BBasile/issue-451
...
fix #451 - string compatibilityContent() const should be nothrow for …
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 15:01:26 +02:00
Basile Burg
55c919ce50
fix #451 - string compatibilityContent() const should be nothrow for compatibility with older code
2018-04-23 14:53:46 +02:00
The Dlang Bot
a214c6a549
Merge pull request #461 from BBasile/issue-460
...
fix #460 - `super` dot completion is wrong
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 14:47:06 +02:00
Basile Burg
6921eb235b
fix #460 - `super` dot completion is wrong
2018-04-23 14:38:23 +02:00
Sebastian Wilzbach
ac02b4e3d6
Merge pull request #459 from BBasile/issue-453
...
fix #453 - failure in incomplete switch
2018-04-02 01:49:39 +02:00
Basile Burg
11ca3b44b9
fix #453 - failure in incomplete switch
2018-04-01 23:35:10 +02:00
The Dlang Bot
7e39f75070
Merge pull request #458 from wilzbach/release
...
Deploy binaries to GitHub releases (Linux/MacOS)
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-01 18:51:35 +02:00
Sebastian Wilzbach
8cc49f574e
Deploy binaries to GitHub releases (Linux/MacOS)
2018-03-31 01:42:47 +02:00
Sebastian Wilzbach
ee0acba5fc
Merge pull request #457 from FR86/patch-1
...
Moving dub binaries to bin/
2018-03-30 11:55:59 +02:00
FR86
51155b5f53
Adjusting travis.sh for new dub.json
2018-03-28 06:25:38 +02:00
FR86
8dc6f4dd30
Moving dub binaries to bin/
...
To get dub build in line with make and build.bat, binary output should end up in bin/.
2018-03-27 22:41:21 +02:00
skl131313
c668bdcf50
Merge pull request #456 from skl131313/temp
...
#455 delay starting server after shutdown
2018-03-25 22:41:58 -04:00
skl131313
9b1a2c2b9d
#455 delay starting server after shutdown
2018-03-25 21:57:58 -04:00
The Dlang Bot
f5180ddb9d
Merge pull request #454 from BBasile/opaque_templatized_structs
...
fix #441 - Add a regression test for opaque templatized structs
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-24 05:45:36 +01:00
Basile Burg
bc5715eee9
fix #441 - Add a regression test for opaque templatized structs
2018-03-24 05:35:33 +01:00
Jan Jurzitza
a02639a44a
auto generate documentation in constants.d from dd files ( #430 )
...
* make constant.d auto generate from .dd files (fix #428 )
* added isDeprecated to constants.d
* add isDeprecated to expected keywords in traits test
* make traits message BARELY FIT into the response buffer
because who wants to increase the message buffer anyway? I certainly don't and this seems like a much better solution long term /s
* undo apply dfmt on constants.d
* use startsWith & canFind with multiple needles
* made completion have dynamic ddoc as input
* Remove debug pragma msg from constants.d
* Move message buffer to heap, increase size to 1MB
* made traits & pragma ddoc generation separate tool
2018-03-24 05:24:29 +01:00
The Dlang Bot
92a85bc7d8
Merge pull request #450 from dlang-community/attributes
...
Add some attributes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-22 02:03:23 +01:00
Basile Burg
bd69fdf843
update dsymbol submodule
2018-03-22 01:50:12 +01:00
Hackerpilot
c34a3f4b3c
Add some attributes
2018-03-19 16:57:11 -07:00
The Dlang Bot
d47d07aba8
Merge pull request #449 from dlang-community/issue-445
...
fix #445 - Cannot build via dub on windows
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-13 02:58:19 +01:00
BBasile
18a281f939
fix #445 - Cannot build via dub on windows
2018-03-13 02:47:34 +01:00
LemonBoy
ea15ae4c15
Big msgpack woes ( #448 )
...
Big msgpack woes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-10 20:57:52 +01:00
The Dlang Bot
a6804db037
Merge pull request #443 from dlang-community/issue-442
...
fix #442 - Prevent crash when cursor is in the middle of a UTF sequence
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-02-24 13:52:00 +01:00
Basile Burg
b646dd4680
warn about bad cursor position
2018-02-24 13:41:05 +01:00
Basile Burg
7e70c26faa
fix #442 - Prevent crash when cursor is in the middle of a UTF sequence
2018-02-24 12:58:38 +01:00
The Dlang Bot
d6ce0a2f7b
Merge pull request #440 from some-bot/merge-libdparse-v0.8.0-alpha.5
...
Update dlibparse to v0.8.0-alpha.5
merged-on-behalf-of: Dlang Community Bot <some-bot@users.noreply.github.com>
2018-02-17 03:25:07 +01:00
some-bot
325c0c862a
Updated libdparse to v0.8.0-alpha.5.
2018-02-17 01:37:21 +00:00
The Dlang Bot
d01e2c4a9f
Merge pull request #439 from dlang-community/fix-bat
...
fix the bat - stdx file scanner already fully recursive
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-02-11 20:03:42 +01:00
Basile Burg
d954f2b452
fix the bat - stdx file scanner already fully recursive
2018-02-11 19:52:39 +01:00
The Dlang Bot
17d9771bac
Merge pull request #437 from wilzbach/stdx-allocator
...
Switch to using the frozen stdx-allocator package
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-02-11 18:00:05 +01:00
Basile Burg
2fbb5aa6e1
update makefile
2018-02-11 17:19:48 +01:00
Sebastian Wilzbach
b45c78a592
Add stdx-allocator to build.bat
2018-02-11 16:41:51 +01:00