Re: undeaD - zombie phobos modules back from the grave

2014-11-30 Thread Walter Bright via Digitalmars-d-announce
On 11/30/2014 11:43 PM, Jacob Carlborg wrote: On 2014-12-01 05:07, Walter Bright wrote: There wasn't significant work to get these modules up to date with the latest compiler? No, not much. bitarray took a bit longer, as it was a D1 module. I'm new to dub, so if I botched that up, please do

Re: undeaD - zombie phobos modules back from the grave

2014-11-30 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-12-01 05:07, Walter Bright wrote: http://code.dlang.org/packages/undead https://github.com/DigitalMars/undeaD In upgrading old D code, one time consuming aspect is reworking code that depends on old Phobos modules that have been taken out behind the woodshed and shot. Sometimes, there's

O'Reilly conference needs D presentations!

2014-11-30 Thread Walter Bright via Digitalmars-d-announce
You guys are working on a lot of great stuff that'll make for very interesting talks. http://softwarearchitecturecon.com/sa2015 Proposals are due Dec. 2. I'm submitting mine - see you there!

undeaD - zombie phobos modules back from the grave

2014-11-30 Thread Walter Bright via Digitalmars-d-announce
http://code.dlang.org/packages/undead https://github.com/DigitalMars/undeaD In upgrading old D code, one time consuming aspect is reworking code that depends on old Phobos modules that have been taken out behind the woodshed and shot. Sometimes, there's significantly more work involved than ju

Re: "Programming in D" book, draft of the first print edition and eBook formats

2014-11-30 Thread John via Digitalmars-d-announce
Cool!

Re: Coedit alpha 8 released

2014-11-30 Thread Jordi Sayol via Digitalmars-d-announce
Hello Basile, I want to create new Coedit deb packages for "d-apt" . If you're interested too, please contact me on g.sayol at yahoo dot es Regards, Jordi

Re: Coedit alpha 8 released

2014-11-30 Thread Basile Burg via Digitalmars-d-announce
On Sunday, 30 November 2014 at 17:59:06 UTC, ponce wrote: On Friday, 28 November 2014 at 16:39:38 UTC, Basile Burg wrote: Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: = - redesig

Re: Coedit alpha 8 released

2014-11-30 Thread ponce via Digitalmars-d-announce
On Friday, 28 November 2014 at 16:39:38 UTC, Basile Burg wrote: Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: = - redesigned the widget: a toolbar at the top allows to filter the

Re: crate.d a draft for a mvc library

2014-11-30 Thread gedaiu via Digitalmars-d-announce
On Sunday, 30 November 2014 at 00:20:57 UTC, Dylan Knutson wrote: On Thursday, 27 November 2014 at 19:16:24 UTC, gedaiu wrote: Hi, In the last weeks I tried to make a draft for a mvc library. I tried to take advantage of templates, uda and ctfe to make the interaction with the database and th

Request for Recursive Warnings as Message DUB Flag

2014-11-30 Thread Nordlöw
I really think DUB lacks an important flag/option namely a variant of allowWarnings that *recursively* affects all the sub packages of a dub.json project description. Otherwise developers who want to try out D will think its is broken because of warnings such as deprecated use of C-styl