The Dlang Bot
d427953425
Merge pull request #542 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 ( #541 )
...
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 #538 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 ( #537 )
...
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 #536 from BBasile/issue-354
...
fix #534 - 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 #534 - failed to build on Ubuntu 18.04 with GDC
2018-09-25 13:39:11 +02:00
Brian Schott
2bb18dc44c
Merge pull request #535 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 #533 from BBasile/anon
...
Add support for auto anon class completion, close #532
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 #532
2018-09-16 20:07:30 +02:00
The Dlang Bot
26663f1a59
Merge pull request #531 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 #530 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 #529 from BBasile/issue-528
...
fix #528 - 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 #528 - Bad dub hash generation
2018-09-04 14:24:04 +02:00
The Dlang Bot
a9de09c4dc
Merge pull request #527 from BBasile/scope-mess
...
fix issue #489 - fix issue #523 , mess in scopes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-02 20:27:54 +02:00
Basile Burg
530a78f38e
fix issue #489 - fix issue #523 , mess in scopes
2018-09-02 19:34:21 +02:00
The Dlang Bot
810c505bc4
Merge pull request #526 from BBasile/upd-dparse
...
update dparse
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-01 02:26:52 +02:00
Basile Burg
2f311b90b9
update dparse
2018-09-01 01:57:00 +02:00
The Dlang Bot
4a5a9e699e
Merge pull request #525 from BBasile/in-loop
...
update dparse to prevent a possible infinite loop on completion after `in`
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-30 11:49:43 +02:00
Basile Burg
c7f54d6cc9
update dparse to prevent a possible infinite loop on completion after `in`
2018-08-30 11:42:34 +02:00
Laurent Tréguier
436778fd1b
fix #521 - Add a request allowing to remove a set of import path ( #522 )
...
fix #521 - Add a request allowing to remove a set of import path
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-10 09:15:07 +02:00
The Dlang Bot
6beae1ebb9
Merge pull request #518 from BBasile/update-deps
...
Update dsymbol and dparse
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-06 15:39:36 +02:00
Basile Burg
599b6a5a23
Update dsymbol and dparse
...
While updating D-Scanner for phobos a possible range violation in dsymbol has been discovered.
Also a custom function body parser was not yet adapted to the expressions-based contracts.
Dparse is also updated to allow the new syntax of enum members, which will come with DMDFE 2.082
2018-08-03 00:44:52 +02:00
The Dlang Bot
401c33abaa
Merge pull request #517 from BBasile/issue-516
...
fix #516 - Add support for expression-based contracts
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-29 16:26:38 +02:00
Basile Burg
8927d99a49
fix #516 - Add support for expression-based contracts
2018-07-28 21:22:27 +02:00
The Dlang Bot
5a73968870
Merge pull request #512 from BBasile/issue-510
...
fix #510 - mixin template and alias
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-23 05:35:38 +02:00
Basile Burg
0e53e96c4e
fix #510 - mixin template and alias
2018-07-21 11:40:43 +02:00
The Dlang Bot
e5dc9960a3
Merge pull request #508 from BBasile/issue-504
...
fix #504 - Completion for partial identifier matching to a basic type doesn't work
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-11 14:09:18 +02:00
Basile Burg
5398d88114
fix #504 - Completion for partial identifier matching to a basic type doesn't work
2018-07-11 13:59:22 +02:00
The Dlang Bot
6d02423f51
Merge pull request #507 from WebFreak001/fix-506
...
Fix #506
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-07-10 22:27:27 +02:00
WebFreak001
80f5bf1495
Fix #506
2018-07-10 16:03:04 +02:00
The Dlang Bot
07fe276053
Merge pull request #503 from BBasile/issue-502
...
fix #502 - build.bat broken for client compilation
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-04 05:54:14 +02:00
Basile Burg
2e45bc204e
fix #502 - build.bat broken for client compilation
2018-07-04 05:47:40 +02:00
The Dlang Bot
54e95157db
Merge pull request #501 from hamidzr/master
...
fixed minor typos
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-06-29 23:36:04 +02:00
Hamid Zare
9858194a64
fixed typos/capitalization
2018-06-29 16:16:09 -05:00
The Dlang Bot
65539e7ca5
Merge pull request #498 from wilzbach/fix-497
...
Improve automatic version generation - fix #497
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-29 23:11:35 +02:00
Sebastian Wilzbach
5138d04e5d
Improve automatic version generation - fix #497
2018-06-25 17:41:17 +02:00
Sebastian Wilzbach
c7ea7e081e
Merge pull request #496 from BBasile/issue-495
...
fix #495 - Completion no working on variable named `body`
2018-06-14 18:18:52 +02:00
Basile Burg
c55131d07c
fix #495 - Completion no working on variable named `body`
2018-06-14 15:16:05 +02:00
Brian Schott
82d5946ef5
Merge pull request #494 from BBasile/issue-493
...
fix #493 - regression, crash when trying to get completion for select…
2018-06-11 12:27:33 -07:00
Basile Burg
ddd7c3801f
fix #493 - regression, crash when trying to get completion for selective import
2018-06-11 13:37:03 +02:00
The Dlang Bot
40b571ca18
Merge pull request #492 from wilzbach/increase-sleep
...
Fix #455 - Make the server startup more stable
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-11 12:38:13 +02:00
Sebastian Wilzbach
2af62ae095
Fix #455 - Make the server startup more stable
2018-06-08 02:07:44 +02:00
The Dlang Bot
6765ca1294
Merge pull request #491 from BBasile/issue-490
...
fix #490 - Crash while writing if statements
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-02 05:53:15 +02:00
Basile Burg
6cdef23f59
fix #490 - Crash while writing if statements
2018-06-02 05:07:08 +02:00
The Dlang Bot
717023b8b3
Merge pull request #488 from BBasile/upd-stdx-alloc
...
update std alloc to v2.77.2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-22 12:33:28 +02:00