Re: Beta 2.072.0-b2

2016-10-09 Thread Martin Nowak via Digitalmars-d-announce

On Sunday, 9 October 2016 at 14:36:49 UTC, Dicebot wrote:

Which branch changelog content is generated from?


Stable, the changelog is also included in the docs that are in 
the packages.

I do merge stable back into master to publish them though.


Re: tanya event loop v0.1.0

2016-10-09 Thread Karabuta via Digitalmars-d-announce

On Saturday, 8 October 2016 at 19:43:16 UTC, Eugene Wissner wrote:
A month ago I announced the first pre-alpha release of tanya, a 
general purpose library with an event loop. After a month of 
almost every day work, I think I can make a second announcement.


[...]


Really clean API design from the look of the above code. +1


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-09 Thread Dmitry via Digitalmars-d-announce

On Sunday, 9 October 2016 at 15:42:51 UTC, WebFreak001 wrote:

On Sunday, 9 October 2016 at 15:41:17 UTC, Dmitry wrote:

On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:

After all Atom and Vscode are open source clones of Sublime.


Sublime is fast, unlike Atom and VSCode.


Yeah I noticed that too when I started making sublime-d 
yesterday. Like instant startup time and no lags


So sublime plugin using workspace-d in progress: 
https://github.com/Pure-D/sublime-d


Oh, great! Thank you!


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-09 Thread WebFreak001 via Digitalmars-d-announce

On Sunday, 9 October 2016 at 15:41:17 UTC, Dmitry wrote:

On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:

After all Atom and Vscode are open source clones of Sublime.


Sublime is fast, unlike Atom and VSCode.


Yeah I noticed that too when I started making sublime-d 
yesterday. Like instant startup time and no lags


So sublime plugin using workspace-d in progress: 
https://github.com/Pure-D/sublime-d


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-09 Thread Dmitry via Digitalmars-d-announce

On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:

After all Atom and Vscode are open source clones of Sublime.


Sublime is fast, unlike Atom and VSCode.


Re: Beta 2.072.0-b2

2016-10-09 Thread Dicebot via Digitalmars-d-announce

Which branch changelog content is generated from?


Beta 2.072.0-b2

2016-10-09 Thread Martin Nowak via Digitalmars-d-announce
Second beta for the 2.072.0 release.

We've fixed quite a few regressions, but some issues are still open and
there will be third beta before the release.
Most notably we've fixed building of dmd on OSX, so you should now be
able to test the beta using brew.

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

See the following links for all changes between 2.072.0-b1 and 2.072.0-b2.

https://github.com/D-Programming-Language/dmd/compare/v2.072.0-b1...v2.072.0-b2
https://github.com/D-Programming-Language/druntime/compare/v2.072.0-b1...v2.072.0-b2
https://github.com/D-Programming-Language/phobos/compare/v2.072.0-b1...v2.072.0-b2
https://github.com/D-Programming-Language/dlang.org/compare/v2.072.0-b1...v2.072.0-b2

Please report any bugs at https://issues.dlang.org.

-Martin



LDC 1.1.0-beta3 has been released!

2016-10-09 Thread Kai Nacke via Digitalmars-d-announce

Hi everyone,

LDC 1.1.0-beta3, the LLVM-based D compiler, is available for 
download!
This BETA release is based on the 2.071.2 frontend and standard 
library and supports LLVM 3.5-3.9.


We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
Linux/ARM (armv7hf), now bundled with DUB. :-)


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/nbbocctpmaofpdxqm...@forum.dlang.org

Regards,
Kai



Re: GC blessed for C++ (again)

2016-10-09 Thread Atila Neves via Digitalmars-d-announce

On Friday, 7 October 2016 at 21:21:43 UTC, deadalnix wrote:

On Friday, 30 September 2016 at 14:12:30 UTC, Dejan Lekic wrote:
On Wednesday, 28 September 2016 at 20:50:28 UTC, Ali Çehreli 
wrote:

[...]


The paragraph I like the most there is: "The other important 
difference is that deferred_heap meets C++'s zero-overhead 
principle by being opt-in and granular, not default and global"


That is what I like the most about Herb's work...


We already have opt-in for the most part and I've been pushing 
for granular with isolated since at least 2014. So yeah, Herb's 
proposal is old news, but worse, it is kind of disappointing 
that it is anything new for the D community. I'm not sure if I 
or the community failed, but clearly there is a major failure 
here.


I don't know about failing - the isolated thing immediately 
reminded me of your proposal.


Atila


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-09 Thread Wild via Digitalmars-d-announce

On Wednesday, 5 October 2016 at 13:32:55 UTC, Rory McGuire wrote:
I haven't used anything else since I started using Sublime 
because of CTRL+d (multi select the next match of my current 
selection) and fuzzy search of the available commands.


Both Atom and Vscode have the ctrl+d feature and should have the 
fuzzy features (I don't remember).


After all Atom and Vscode are open source clones of Sublime.


Re: Please say hello to Alexandru

2016-10-09 Thread deadalnix via Digitalmars-d-announce

Hi !