Re: Battle-plan for CTFE

2016-06-07 Thread Stefan Koch via Digitalmars-d-announce
On Friday, 3 June 2016 at 15:46:27 UTC, Stefan Koch wrote: On Monday, 9 May 2016 at 16:57:39 UTC, Stefan Koch wrote: I will post more details as soon as I dive deeper into the code. Okay I briefly evaluated the current IR dmd uses for backend communication, and it seems usable for the

Re: The Official D Blog is Live

2016-06-07 Thread Ali Çehreli via Digitalmars-d-announce
On 06/07/2016 12:19 PM, Mike Parker wrote: On Tuesday, 7 June 2016 at 18:50:47 UTC, Jesse Phillips wrote: On Friday, 3 June 2016 at 19:33:31 UTC, Mike Parker wrote: The D Blog was born at DConf this year. With help from Jack Stouffer, it is now live at: http://dlang.org/blog/ I think each

Re: The Official D Blog is Live

2016-06-07 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 19:19:30 UTC, Mike Parker wrote: then single post page *on the* single post page

Re: The Official D Blog is Live

2016-06-07 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 18:50:47 UTC, Jesse Phillips wrote: On Friday, 3 June 2016 at 19:33:31 UTC, Mike Parker wrote: The D Blog was born at DConf this year. With help from Jack Stouffer, it is now live at: http://dlang.org/blog/ I think each post should have an author displayed. While

Re: LDC 1.0.0 has been released!

2016-06-07 Thread Johan Engelen via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 16:54:55 UTC, Daniel N wrote: On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote: very nice! how about a howto for windows/VS users? 1) Download LDC unpack anywhere 2) Download VisualD install https://github.com/dlang/visuald/releases 3) Setup VisualD

Re: The Official D Blog is Live

2016-06-07 Thread Jesse Phillips via Digitalmars-d-announce
On Friday, 3 June 2016 at 19:33:31 UTC, Mike Parker wrote: The D Blog was born at DConf this year. With help from Jack Stouffer, it is now live at: http://dlang.org/blog/ I think each post should have an author displayed. While this likely will be the same person, I think it is good to have

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Sönke Ludwig via Digitalmars-d-announce
Am 07.06.2016 um 15:45 schrieb Jacob Carlborg: On 2016-06-07 13:22, Sönke Ludwig wrote: Oh, I typed that by accident, should be /+ dub.sdl: ... +/ BTW, /+ dub.json: ... +/ is also possible, of course. Does it work with all kind of comments D supports? No, it has to be the "+" variant (the

Re: LDC 1.0.0 has been released!

2016-06-07 Thread Daniel N via Digitalmars-d-announce
On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote: very nice! how about a howto for windows/VS users? 1) Download LDC unpack anywhere 2) Download VisualD install https://github.com/dlang/visuald/releases 3) Setup VisualD to find LDC Tools->Options->Projects and Solutions->Visual

Re: Web page listing all D compilers (and DMDFE version!) on travis-ci

2016-06-07 Thread FreeSlave via Digitalmars-d-announce
On Tuesday, 26 April 2016 at 06:42:11 UTC, Nick Sabalausky wrote: https://semitwist.com/travis-d-compilers That's an auto-generated listing of all versions of DMD, GDC and LDC available on travis-ci. [...] Looks like semitwist.com is down. How about duplicating this list to github pages?

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Rory McGuire via Digitalmars-d-announce
On 07 Jun 2016 11:56, "Sönke Ludwig" wrote: > > DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: > > #!/usr/bin/env dub > /++ dub.sdl:

Re: LDC 1.0.0 has been released!

2016-06-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-06-07 14:59, FreeSlave wrote: Yes. Look at https://issues.dlang.org/show_bug.cgi?id=16096 I don't have such problem with ldc 1.0.0. Thanks, I'll have a look. -- /Jacob Carlborg

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-06-07 13:22, Sönke Ludwig wrote: Oh, I typed that by accident, should be /+ dub.sdl: ... +/ BTW, /+ dub.json: ... +/ is also possible, of course. Does it work with all kind of comments D supports? -- /Jacob Carlborg

Re: LDC 1.0.0 has been released!

2016-06-07 Thread qznc via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 05:46:51 UTC, Kai Nacke wrote: Outcome of the discussion was that the first version based on the frontend written in D should be version 1.0. (This is a major milestone.) Congratulations! I'm happy about this.

Re: LDC 1.0.0 has been released!

2016-06-07 Thread FreeSlave via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 08:09:53 UTC, Jacob Carlborg wrote: On 2016-06-06 13:25, FreeSlave wrote: Cool! Just checked on osx, Objective-C support works and it's free from dmd bugs that prevent my project to work with Cocoa. Have these bugs been reported? Yes. Look at

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread earthfront via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages So nice. Thanks so much! This is great for solutions to project euler problems!

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread meppl via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: #!/usr/bin/env dub /++ dub.sdl: name "colortest" dependency "color" version="~>0.0.3" +/ this is exactly what i could make good use of for my scripting stuff. thank you for implementing

Re: Beta release vibe.d 0.7.29-beta.2

2016-06-07 Thread Georgi D via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 11:27:11 UTC, Georgi D wrote: On Thursday, 2 June 2016 at 08:27:03 UTC, Sönke Ludwig wrote: [...] This is great. Could you look into https://github.com/rejectedsoftware/vibe.d/issues/1512 ? It is not a good first impression if the Hello World application fails

Re: Beta release vibe.d 0.7.29-beta.2

2016-06-07 Thread Georgi D via Digitalmars-d-announce
On Thursday, 2 June 2016 at 08:27:03 UTC, Sönke Ludwig wrote: The release candidate is planned for the 6th, so please take a moment to test this release. Instead of `dub upgrade --prerelease`, edit dub.selections.json directly and put 0.7.29-beta.2 as the vibe-d version (there is already an

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Sönke Ludwig via Digitalmars-d-announce
Am 07.06.2016 um 13:09 schrieb Marc Schütz: On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: #!/usr/bin/env dub

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Marc Schütz via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: #!/usr/bin/env dub /++ dub.sdl: name "colortest"

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Luis via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: #!/usr/bin/env dub /++ dub.sdl: name "colortest"

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread wobbles via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: [...] This is great - very nice feature. That was one of the

Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Edwin van Leeuwen via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: #!/usr/bin/env dub /++ dub.sdl: name "colortest"

Beta release DUB 1.0.0-beta.1

2016-06-07 Thread Sönke Ludwig via Digitalmars-d-announce
DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: #!/usr/bin/env dub /++ dub.sdl: name "colortest" dependency "color" version="~>0.0.3" +/ void

Re: LDC 1.0.0 has been released!

2016-06-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-06-06 13:25, FreeSlave wrote: Cool! Just checked on osx, Objective-C support works and it's free from dmd bugs that prevent my project to work with Cocoa. Have these bugs been reported? -- /Jacob Carlborg

Re: LDC 1.0.0 has been released!

2016-06-07 Thread Russel Winder via Digitalmars-d-announce
On Tue, 2016-06-07 at 01:30 +, deadalnix via Digitalmars-d-announce wrote: > On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote: > > Hi everyone, > > > > It is a great pleasure to announce that version 1.0.0 of LDC,  > > the LLVM-based D compiler, is now available for download! > > > >

Re: D syntax highlighting support for Jekyll websites in v1.11.0

2016-06-07 Thread Borislav Kosharov via Digitalmars-d-announce
On Monday, 6 June 2016 at 22:09:17 UTC, Johan Engelen wrote: On Monday, 6 June 2016 at 20:03:11 UTC, Borislav Kosharov wrote: Hey guys I implemented D syntax highlighting for rouge that is the default syntax highlighter for Jekyll. If you have a github pages jekyll site you will be able to