Commit Graph

1117 Commits

Author SHA1 Message Date
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
Basile Burg 5f15ec2fe8 update std alloc to v2.77.2 2018-05-22 12:17:54 +02:00
The Dlang Bot ff4474eb1b
Merge pull request #487 from BBasile/upd-ver
update version
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-14 22:44:35 +02:00
Basile Burg 13c10a0f2b update version 2018-05-14 22:33:20 +02:00
The Dlang Bot 351f4c36de
Merge pull request #485 from BBasile/issue-484
fix #484 - no completion for variable declared in the `IfCondition`s
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-14 22:30:15 +02:00
The Dlang Bot e687c0e0c3
Merge pull request #486 from BBasile/rm-localusage
remove deprecated option "localUsage" and which was incorrect engl
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-14 16:13:42 +02:00
Basile Burg ac438d98e4 remove deprecated option "localUsage" and which was incorrect engl 2018-05-14 15:43:57 +02:00
Basile Burg 94c8670efc fix #484 - no completion for variable declared in the `IfCondition`s 2018-05-13 21:41:22 +02:00
Sebastian Wilzbach 46a5d0311a
Merge pull request #483 from BBasile/issue-481
fix #481 - No dot completion on `char`
2018-05-10 16:24:05 +02:00
Basile Burg 735c0e0a3d fix #481 - No dot completion on `char` 2018-05-10 16:12:42 +02:00
The Dlang Bot ec5d38f156
Merge pull request #480 from wilzbach/win-regex
Update Windows Travis Deploy Regex
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-08 23:47:09 +02:00
Sebastian Wilzbach 1bfee812b7 Update Windows Travis Deploy Regex 2018-05-08 13:52:18 +02:00
The Dlang Bot 4193b6a074
Merge pull request #479 from wilzbach/win-80
Upgrade to win80 to build DScanner
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-07 15:33:45 +02:00
Sebastian Wilzbach bbac214f67 Upgrade to win80 to build DScanner 2018-05-07 15:09:54 +02:00
The Dlang Bot a6ef4e5a25
Merge pull request #474 from wilzbach/76-windows
Fix #472 - Use 2.076 to build the release binaries
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-07 14:47:46 +02:00
Sebastian Wilzbach 41f3910726 Fix #472 - Use 2.076 to build the release binaries 2018-05-07 14:39:53 +02:00
Sebastian Wilzbach 30ecca2848
Merge pull request #477 from dlang-community/BBasile-patch-1
Remove dmd-beta and dmd-nightly from TravisCI
2018-05-06 03:36:57 +02:00
BBasile cb7418981c
Update appveyor.yml 2018-05-05 09:07:19 +02:00
BBasile 4981e0599e
Remove dmd-beta and dmd-nightly from TravisCI
- dmd-nightly is already done by the D project tester.
- dmd-beta is most of the time useless because the beta is older than the latest dmd
2018-05-05 09:04:17 +02:00
The Dlang Bot 723a3ee113
Merge pull request #470 from wilzbach/experiment_stable_start
Make the test_runner more stable on the Project Tester - fix #455
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-02 21:25:00 +02:00