Re: DCD 0.7.0

2015-09-07 Thread Daniel Kozák via Digitalmars-d-announce
On Sun, 06 Sep 2015 21:00:11 + Dicebot via Digitalmars-d-announce wrote: > On Wednesday, 2 September 2015 at 09:07:24 UTC, Chris wrote: > > Thanks, great stuff! One thing you say it's been tested with > > 2.067.1, but for this version it gives the following error > > message: > > > > conta

Re: DCD 0.7.0

2015-09-06 Thread Dicebot via Digitalmars-d-announce
On Wednesday, 2 September 2015 at 09:07:24 UTC, Chris wrote: Thanks, great stuff! One thing you say it's been tested with 2.067.1, but for this version it gives the following error message: containers/experimental_allocator/src/std/experimental/allocator/common.d(337): Error: module meta is i

Re: DCD 0.7.0

2015-09-03 Thread Chris via Digitalmars-d-announce
How about range snippets? I've just added a simple standard range to my snippets.lua file: range = [[private { R r; } this(R r) { this.r = r; } @property bool empty() { return r.length == 0; } @property auto front() { return r[0]; } @property void popFront() {

Re: DCD 0.7.0

2015-09-02 Thread BBasile via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. [...] BTW I cant see your bugfixes as PR to allocators...(https://github.com/andralex/phobos/pulls) what

Re: DCD 0.7.0

2015-09-02 Thread Chris via Digitalmars-d-announce
On Wednesday, 2 September 2015 at 13:52:54 UTC, Chris wrote: On Wednesday, 2 September 2015 at 09:48:53 UTC, Chris wrote: On Wednesday, 2 September 2015 at 09:47:31 UTC, Chris wrote: [Textadept] Why do I get this error when placing the dmd folder in ~./textadept/modules .textadept/modules

Re: DCD 0.7.0

2015-09-02 Thread Chris via Digitalmars-d-announce
On Wednesday, 2 September 2015 at 09:48:53 UTC, Chris wrote: On Wednesday, 2 September 2015 at 09:47:31 UTC, Chris wrote: [Textadept] Why do I get this error when placing the dmd folder in ~./textadept/modules .textadept/modules/dmd/init.lua:355: table index is nil I get the same error wh

Re: DCD 0.7.0

2015-09-02 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. Congrats! What is dsymbol project?

Re: DCD 0.7.0

2015-09-02 Thread Chris via Digitalmars-d-announce
On Wednesday, 2 September 2015 at 09:07:24 UTC, Chris wrote: On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. The D Completion Daemon is an auto-complete

Re: DCD 0.7.0

2015-09-02 Thread Chris via Digitalmars-d-announce
On Wednesday, 2 September 2015 at 09:47:31 UTC, Chris wrote: [Textadept] Why do I get this error when placing the dmd folder in ~./textadept/modules .textadept/modules/dmd/init.lua:355: table index is nil I get the same error when I place it in the "textadepthome"/modules So far I haven

Re: DCD 0.7.0

2015-09-02 Thread Chris via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. The D Completion Daemon is an auto-complete program for the D programming language. Highlights: * A large

Re: DCD 0.7.0

2015-09-02 Thread Brian Schott via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. And now in Homebrew: https://github.com/Homebrew/homebrew/pull/43490

Re: DCD 0.7.0

2015-09-01 Thread BBasile via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. Thx, awesome release.

DCD 0.7.0

2015-09-01 Thread Brian Schott via Digitalmars-d-announce
https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. The D Completion Daemon is an auto-complete program for the D programming language. Highlights: * A large portion of DCD's symbol resolution engine was removed

Re: DCD 0.7.0-alpha1

2015-08-10 Thread ketmar via Digitalmars-d-announce
On Mon, 10 Aug 2015 07:24:18 +, anonymous wrote: > if you repeat the access chain .bar.bar etc, let's say 16X per line, for > 4000X lines and try a dot completion then the server crashes. it's a bug, yes, but i'm still speechless. signature.asc Description: PGP signature

Re: DCD 0.7.0-alpha1

2015-08-10 Thread Brian Schott via Digitalmars-d-announce
On Monday, 10 August 2015 at 07:24:20 UTC, anonymous wrote: let's say 16X per line, for 4000X lines and ಠ_ಠ

Re: DCD 0.7.0-alpha1

2015-08-10 Thread anonymous via Digitalmars-d-announce
On Saturday, 8 August 2015 at 00:19:38 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-alpha1 DCD is an IDE and editor-independent autocompletion system for the D programming language. Release notes are available at the above link. 0.7.0 has some major changes

Re: DCD 0.7.0-alpha1

2015-08-07 Thread anonymous via Digitalmars-d-announce
On Saturday, 8 August 2015 at 02:25:29 UTC, Joakim Brännström wrote: On Saturday, 8 August 2015 at 01:32:50 UTC, anonymous wrote: I'd like to test, particularly under Win, but std.experimental.allocator (+ std.meta) are still not merged. If I understand correctly it means that DCD 0.7 will not

Re: DCD 0.7.0-alpha1

2015-08-07 Thread via Digitalmars-d-announce
On Saturday, 8 August 2015 at 01:32:50 UTC, anonymous wrote: On Saturday, 8 August 2015 at 00:19:38 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-alpha1 DCD is an IDE and editor-independent autocompletion system for the D programming language. Release notes

Re: DCD 0.7.0-alpha1

2015-08-07 Thread anonymous via Digitalmars-d-announce
On Saturday, 8 August 2015 at 00:19:38 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-alpha1 DCD is an IDE and editor-independent autocompletion system for the D programming language. Release notes are available at the above link. 0.7.0 has some major changes

DCD 0.7.0-alpha1

2015-08-07 Thread Brian Schott via Digitalmars-d-announce
https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-alpha1 DCD is an IDE and editor-independent autocompletion system for the D programming language. Release notes are available at the above link. 0.7.0 has some major changes to its internal structure, so please help me to test it.