Re: Sublime Text 3 Gets Better D Support

2016-01-27 Thread Tofu Ninja via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 19:15:02 UTC, Damian wrote: Thank you, this is very much welcome! Wishlist: Will we see some dub support integration for building? I find when using rust the cargo build support is excellent, I wish we had this for D in sublime :) I think the sublime D-Kit

Re: Release D 2.070.0

2016-01-27 Thread Walter Bright via Digitalmars-d-announce
On 1/27/2016 1:08 PM, Martin Nowak wrote: Glad to announce D 2.070.0 http://dlang.org/download.html This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more details.

Re: Vision for the first semester of 2016

2016-01-27 Thread Twenty Two via Digitalmars-d-announce
Parkinson's Law: work expands so as to fill the time available for its completion. Having a set of vague tasks to finish within 6 months is great, but having a weekly more specific priority list to go along with it would be better. If, in addition, there was some accountability (not with

Re: Sublime Text 3 Gets Better D Support

2016-01-27 Thread Twenty Two via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 19:27:47 UTC, Jack Stouffer wrote: On Wednesday, 27 January 2016 at 19:15:02 UTC, Damian wrote: Thank you, this is very much welcome! Wishlist: Will we see some dub support integration for building? I find when using rust the cargo build support is excellent,

Re: Release D 2.070.0

2016-01-27 Thread Martin Nowak via Digitalmars-d-announce
On 01/27/2016 11:16 PM, Yazan D wrote: > Thanks for all the work. > > Looks like the changelog is missing some stuff. For example: https:// > issues.dlang.org/show_bug.cgi?id=15434 and https://issues.dlang.org/ > show_bug.cgi?id=15433. The commit messages are parsed by quite a few tools to find

Re: Release D 2.070.0

2016-01-27 Thread Martin Nowak via Digitalmars-d-announce
On 01/27/2016 10:37 PM, jmh530 wrote: > > I don't see a mention of the native exception handling on 64-bit linux > in the changelog. Yes, sorry for that nobody wrote the changelog entry. We now have changelog.dd files in each repo, and PRs should only be merged w/ the corresponding changelog

Re: Vision for the first semester of 2016

2016-01-27 Thread Chris Wright via Digitalmars-d-announce
On Wed, 27 Jan 2016 21:01:47 +, Martin Nowak wrote: > On Monday, 25 January 2016 at 16:26:36 UTC, Russel Winder wrote: >> PyPI has is an highly opinionated metric that helps you decide what is >> good and what is dross. > > Could you help us on designing one for code.dlang.org as well? I'd

Re: Vision for the first semester of 2016

2016-01-27 Thread jmh530 via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 22:36:37 UTC, Chris Wright wrote: Longevity is an awkward one. If I create a project, do nothing with it for four years, then make a release, will that count as well as making a release once a month for four years? But the other metrics should account for

Re: Vision for the first semester of 2016

2016-01-27 Thread Joakim via Digitalmars-d-announce
On Thursday, 28 January 2016 at 00:28:26 UTC, Twenty Two wrote: Parkinson's Law: work expands so as to fill the time available for its completion. [...] I agree. Some of the core team uses trello for this: https://trello.com/b/XoFjxiqG/active However, that's not really meant for noobs and

Re: Release D 2.070.0

2016-01-27 Thread Yazan D via Digitalmars-d-announce
On Wed, 27 Jan 2016 22:08:54 +0100, Martin Nowak wrote: > Glad to announce D 2.070.0 > > http://dlang.org/download.html > > This release comes with the new std.experimental.ndslice, heavily > expanded Windows bindings, and native exception handling on 64-bit > linux. > See the changelog for

Sublime Text 3 Gets Better D Support

2016-01-27 Thread Jack Stouffer via Digitalmars-d-announce
Sublime Text is a very popular text editor, and for a while now it's had marginal D support. What has changed recently is updated syntax highlighting to support all the new keywords that have come in the last couple of years and UDAs

Re: Vision for the first semester of 2016

2016-01-27 Thread Laeeth Isharc via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 09:15:27 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 27 January 2016 at 06:17:44 UTC, Laeeth Isharc wrote: On Tuesday, 26 January 2016 at 22:48:23 UTC, Ola Fosheim Grøstad wrote: I am not sure if that is the right motivation. Sounds like recipe for bloat.

Re: Sublime Text 3 Gets Better D Support

2016-01-27 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 19:15:02 UTC, Damian wrote: Thank you, this is very much welcome! Wishlist: Will we see some dub support integration for building? I find when using rust the cargo build support is excellent, I wish we had this for D in sublime :) I actually didn't do this,

Re: Vision for the first semester of 2016

2016-01-27 Thread Martin Nowak via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 12:38:09 UTC, Andrei Alexandrescu wrote: including things that some people argue shouldn't be part of a standard library: archives and compression, cryptography, databases, character encodings (including json and xml!), html templating, image processing, suffix

Release D 2.070.0

2016-01-27 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.070.0 http://dlang.org/download.html This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more details. http://dlang.org/changelog/2.070.0.html -Martin

Re: Vision for the first semester of 2016

2016-01-27 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 25 January 2016 at 16:26:36 UTC, Russel Winder wrote: PyPI has is an highly opinionated metric that helps you decide what is good and what is dross. Could you help us on designing one for code.dlang.org as well?

Re: Release D 2.070.0

2016-01-27 Thread jmh530 via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 21:08:54 UTC, Martin Nowak wrote: Glad to announce D 2.070.0 http://dlang.org/download.html This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-27 Thread Laeeth Isharc via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 07:48:53 UTC, Joakim wrote: On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/ Thanks, I wondered if it had been posted, as it's the kind of

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-27 Thread Joakim via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 09:07:18 UTC, Vadim Lopatin wrote: On Wednesday, 27 January 2016 at 07:48:53 UTC, Joakim wrote: On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-27 Thread Vadim Lopatin via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 07:48:53 UTC, Joakim wrote: On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/ I've updated the gist and wiki page to take that change into

Re: Vision for the first semester of 2016

2016-01-27 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 06:17:44 UTC, Laeeth Isharc wrote: On Tuesday, 26 January 2016 at 22:48:23 UTC, Ola Fosheim Grøstad wrote: I am not sure if that is the right motivation. Sounds like recipe for bloat. Good libraries evolve from being used in real applications. Many

Re: GDC Explorer Site Update

2016-01-27 Thread Iain Buclaw via Digitalmars-d-announce
On Monday, 25 January 2016 at 23:08:32 UTC, Iain Buclaw wrote: Hi, After a much needed rebuild of the server running various GDC-related hosted services [http://forum.dlang.org/post/zrnqcfhvyhlfjajtq...@forum.dlang.org] - I've gotten round to updating the compiler disassembler.