Re: Beta 2.086.1

2019-06-13 Thread Walter Bright via Digitalmars-d-announce

On 6/12/2019 4:51 PM, Martin Nowak wrote:

Glad to announce the first beta for the 2.086.1 point release, ♥ to the
20 contributors.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.086.1.html

As usual please report any bugs at
https://issues.dlang.org

-Martin



Thank you, Martin!


Re: D IDE dexed - v3.7.10 available

2019-06-13 Thread Basile B. via Digitalmars-d-announce

On Thursday, 13 June 2019 at 20:12:41 UTC, Machine Code wrote:

On Monday, 10 June 2019 at 20:34:14 UTC, Basile B. wrote:
A small update of this IDE dedicated to the D languages and 
its tools [1].
Only some small fixes and adjustments, see [2] for details and 
pre-compiled binaries.


[1] https://github.com/Basile-z/dexed
[2] https://github.com/Basile-z/dexed/releases/tag/v3.7.10


You're the author? Thank you very much! When I was working on 
project on linux, this was the best I could find. It has a 
issue with crashing but deleting a temporary file (sorry don't 
remeber name now...) fixed the issue.
So you've written this IDE by youtself? I was interesting in 
building a small IDE. Do you have any books (not sure if 
exists) on topic? or links/resource that might be helpful?


I don't think there's anything on the topic because this is not 
technical:
UX best practices (the way the toolkit is made should enforce 
that automatically), observer pattern, mediator pattern, 
processes and standard streams, much serialization too, and 
you're good.


Re: D IDE dexed - v3.7.10 available

2019-06-13 Thread Machine Code via Digitalmars-d-announce

On Monday, 10 June 2019 at 20:34:14 UTC, Basile B. wrote:
A small update of this IDE dedicated to the D languages and its 
tools [1].
Only some small fixes and adjustments, see [2] for details and 
pre-compiled binaries.


[1] https://github.com/Basile-z/dexed
[2] https://github.com/Basile-z/dexed/releases/tag/v3.7.10


You're the author? Thank you very much! When I was working on 
project on linux, this was the best I could find. It has a issue 
with crashing but deleting a temporary file (sorry don't remeber 
name now...) fixed the issue.
So you've written this IDE by youtself? I was interesting in 
building a small IDE. Do you have any books (not sure if exists) 
on topic? or links/resource that might be helpful?


Re: D IDE dexed - v3.7.10 available

2019-06-13 Thread Basile B. via Digitalmars-d-announce

On Tuesday, 11 June 2019 at 21:05:05 UTC, Kaylan Tussey wrote:

On Monday, 10 June 2019 at 20:34:14 UTC, Basile B. wrote:
A small update of this IDE dedicated to the D languages and 
its tools [1].
Only some small fixes and adjustments, see [2] for details and 
pre-compiled binaries.


[1] https://github.com/Basile-z/dexed
[2] https://github.com/Basile-z/dexed/releases/tag/v3.7.10


I tried this ide. Best one aside from vd+vs imo. But it has one 
problem. It's written in a language i'm not familiar with :(. I 
can't add any functionality I wanted, such as a really nice 
directory/file manipulator. I found myself getting down and 
dirty in windows explorer then directing dexed to the 
folders/files. Unless I missed something?


There's not much to add to the mini explorer anymore but shell 
actions (rename, delete, etc.). It looks easy at first glance but 
a naive implementation will not allow to undo/redo from the 
Windows file explorer.


You can suggest changes here : 
https://github.com/Basile-z/dexed/issues.

The suggestion for the shell actions is already opened.


Re: D IDE dexed - v3.7.10 available

2019-06-13 Thread Basile B. via Digitalmars-d-announce

On Thursday, 13 June 2019 at 05:09:34 UTC, gleb.tsk wrote:

On Monday, 10 June 2019 at 20:34:14 UTC, Basile B. wrote:


[1] https://github.com/Basile-z/dexed
[2] https://github.com/Basile-z/dexed/releases/tag/v3.7.10


Thank you, very interesting.

But...
lazbuild -B -r dexed.lpi
TEditorToolBarOptions.Load: Using old configuration in 
editortoolbar.xml.

Hint: (lazarus) [RunTool] /usr/bin/fpc "-iWTOTP"
Hint: (lazarus) [RunTool] /usr/bin/fpc "-va" 
"-Fr/usr/lib64/fpc/msg/errore.msg" "compilertest.pas"

Error: (lazbuild) Broken dependency: DexedDesignControls


See https://github.com/Basile-z/dexed/issues/456. Unfortunately 
the reporter never gave any feedback so I had closed. All I know 
is that installing the package in Laz, then rebuilding Laz then 
building the project will work.


Re: DConf 2019 Videos

2019-06-13 Thread Ola Fosheim Grøstad via Digitalmars-d-announce

On Thursday, 13 June 2019 at 10:18:47 UTC, Bastiaan Veelo wrote:

Which talk?


Kai Nacke's:

https://youtu.be/PJpGySqFm2U?t=562

Believe this is the repo:

https://github.com/funkwerk/antlr-d



Re: DConf 2019 Videos

2019-06-13 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 13 June 2019 at 10:02:07 UTC, Ola Fosheim Grøstad 
wrote:
In one of the talks there was suggested that ANTLR has D 
support, but the official ANTLR distribution does not provide 
that.


Which talk?

There may be a confusion with Bison: 
https://forum.dlang.org/post/fjuvegjdvcunqqvvb...@forum.dlang.org


Bastiaan.


Re: DConf 2019 Videos

2019-06-13 Thread Ola Fosheim Grøstad via Digitalmars-d-announce

On Saturday, 8 June 2019 at 07:32:35 UTC, Mike Parker wrote:
Everything is now online. I updated the DConf site with the 
links for Days 1 & 2 yesterday and will add the Day 3 links 
shortly. Now that the videos are all online, I'll be posting a 
recap of DConf on the blog before the weekend is out.


Thanks!

In one of the talks there was suggested that ANTLR has D support, 
but the official ANTLR distribution does not provide that.


Does this mean that the ANTLR support for D is incomplete and in 
the works?




Re: Beta 2.086.1

2019-06-13 Thread Eugene Wissner via Digitalmars-d-announce

On Thursday, 13 June 2019 at 09:06:30 UTC, Seb wrote:

On Thursday, 13 June 2019 at 03:48:05 UTC, Eugene Wissner wrote:

On Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.086.1 point 
release, ♥ to the 20 contributors.


http://dlang.org/download.html#dmd_beta 
http://dlang.org/changelog/2.086.1.html


As usual please report any bugs at
https://issues.dlang.org

-Martin


Mathis Beer and FeepingCreature are the same person.


PRs are welcome to:

https://github.com/dlang/tools/blob/master/.mailmap


I always forget where is the alias list :) Mea culpa


Re: Beta 2.086.1

2019-06-13 Thread Seb via Digitalmars-d-announce

On Thursday, 13 June 2019 at 03:48:05 UTC, Eugene Wissner wrote:

On Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.086.1 point release, 
♥ to the 20 contributors.


http://dlang.org/download.html#dmd_beta 
http://dlang.org/changelog/2.086.1.html


As usual please report any bugs at
https://issues.dlang.org

-Martin


Mathis Beer and FeepingCreature are the same person.


PRs are welcome to:

https://github.com/dlang/tools/blob/master/.mailmap