Commit Graph

1117 Commits

Author SHA1 Message Date
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 ()
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) ()
Add lazy import regression test ()
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 ()
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 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 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 ()
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 - possible range violation ()
fix  - 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 ()
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 ()
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 ()
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 from BBasile/reg-558
fix  - 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 - regression in import completion due to FQN autocomplete 2018-12-29 16:40:24 +01:00
The Dlang Bot 006cd793e4
Merge pull request from BBasile/issue-557
fix issue 557 - Module name completion should not complete anything
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-29 15:18:24 +01:00
Basile Burg 292f3bae06 fix issue 557 - Module name completion should not complete anything 2018-12-29 14:29:37 +01:00
Sebastian Wilzbach 8b1fd2b3c0
Merge pull request from BBasile/dip25
update dependencies to allow building with `-dip25`
2018-12-29 14:13:52 +01:00
Basile Burg a324922558 update dependencies to allow building with `-dip25` 2018-12-29 10:45:24 +01:00
The Dlang Bot 21f273abfb
Merge pull request from WebFreak001/fix-releases
Build tagged releases in CIs
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-27 07:16:40 +01:00
WebFreak001 9b55a6f3f9 Build tagged releases in CIs 2018-12-27 03:10:34 +01:00
BBasile 09ba8f8787 add support for the Module Scope Operator, close ()
add support for the Module Scope Operator, close 
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-24 14:11:05 +01:00
The Dlang Bot f95ed7ed1c
Merge pull request from BBasile/issue-551
fix  - Add completions for template type parameter with colon type
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-20 19:44:21 +01:00
Basile Burg 32865f8617 fix - Add completions for template type parameter with colon type 2018-12-20 14:53:59 +01:00
BBasile 016af265dd remove deprecated funcs in messages.d ()
remove deprecated funcs in messages.d
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-19 04:09:42 +01:00
Sebastian Wilzbach 30311c719e
Merge pull request from WebFreak001/fix-dub-dep-build
Fix dubhash.d for packages depending on dcd
2018-12-09 12:57:09 +01:00
WebFreak001 662c40d99c Fix dubhash.d for packages depending on dcd 2018-12-09 12:36:08 +01:00
The Dlang Bot 62c1614e75
Merge pull request from LaurentTreguier/dubhash
Prevent dub from blindly rebuilding every time
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-14 18:51:56 +01:00
Laurent Tréguier 857b0f6d0e
Prevent dub from blindly rebuilding every time 2018-11-14 18:23:27 +01:00
The Dlang Bot 56f67e1ec5
Merge pull request from BBasile/reg-scope
fix issue  - Abnormal completion list for core.thread.Thread
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-11-09 23:54:50 +01:00
Basile Burg 77347c10a8 fix - Abnormal completion list for core.thread.Thread 2018-11-09 13:09:41 +01:00
The Dlang Bot d427953425
Merge pull request from BBasile/upd-dparse-0.10.x
Update to dparse 0.10.x
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-11-09 00:00:35 +01:00
Basile Burg 9b7414367d Update to dparse 0.10.x 2018-11-08 12:14:26 +01:00
BBasile a53c807083 Update .travis.yml ()
prevent running CI twice when PR are originated from the origin
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-02 06:04:23 +01:00
The Dlang Bot 34e79e0f1b
Merge pull request from BBasile/exe-suffix
binaries miss the exe suffix when building with the bat
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-10-07 15:49:58 +02:00
Basile Burg 2650bb38ff binaries miss the exe suffix when building with the bat 2018-10-07 15:39:32 +02:00
Dlang Community Bot 505b25475e Update dlibparse to v0.9.9 ()
Update dlibparse to v0.9.9
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-10-03 15:09:22 +02:00
The Dlang Bot 066be90ca2
Merge pull request from BBasile/issue-354
fix  - failed to build on Ubuntu 18.04 with GDC
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-25 13:48:22 +02:00
Basile Burg 8b94059e78 fix - failed to build on Ubuntu 18.04 with GDC 2018-09-25 13:39:11 +02:00
Brian Schott 2bb18dc44c
Merge pull request from BBasile/bat-ldc-gdc
Allow to build using the bat file and GDC or LDC2
2018-09-23 22:01:18 -07:00
Basile Burg c46003cf45 Allow to build using the bat file and GDC or LDC2 2018-09-23 04:36:53 +02:00
The Dlang Bot baddc0a3fe
Merge pull request from BBasile/anon
Add support for auto anon class completion, close 
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-17 07:04:32 +02:00
Basile Burg ff3c7d212b Add support for auto anon class completion, close 2018-09-16 20:07:30 +02:00
The Dlang Bot 26663f1a59
Merge pull request from BBasile/upd-const
update constants
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-16 12:12:08 +02:00
Basile Burg 932adb3313 update constants 2018-09-16 12:06:11 +02:00
The Dlang Bot bf18e563a7
Merge pull request from some-bot/merge-libdparse-v0.9.8
Update dlibparse to v0.9.8
merged-on-behalf-of: Dlang Community Bot <some-bot@users.noreply.github.com>
2018-09-15 18:18:24 +02:00
some-bot 4e39cb8df0 Updated libdparse to v0.9.8. 2018-09-15 15:49:10 +00:00
The Dlang Bot 8aebc1e121
Merge pull request from BBasile/issue-528
fix  - Bad dub hash generation
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-04 15:30:24 +02:00
Basile Burg 1258baa01a fix - Bad dub hash generation 2018-09-04 14:24:04 +02:00
The Dlang Bot a9de09c4dc
Merge pull request from BBasile/scope-mess
fix issue  - fix issue , mess in scopes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-02 20:27:54 +02:00