Re: Vision for the first semester of 2016

2016-01-31 Thread Iain Buclaw via Digitalmars-d-announce
On 29 January 2016 at 22:29, Tofu Ninja via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Friday, 29 January 2016 at 20:30:35 UTC, Iain Buclaw wrote: > >> How much of it actually depends on the compiler though? I'd be a little >> surprised if we couldn't backport at

Re: Better docs for D (WIP)

2016-01-31 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 31 January 2016 at 17:54:41 UTC, Chris Wright wrote: It's not a division. It's a documentation mirror with a different layout. Well, there are a few content changes too. You can see my diff as it develops here: https://github.com/D-Programming-Language/phobos/pull/3895 (I'll

Re: Better docs for D (WIP)

2016-01-31 Thread Nick Sabalausky via Digitalmars-d-announce
On 12/30/2015 08:32 PM, Adam D. Ruppe wrote: It was rejected. Walter didn't see what the problem was and I was told to just write $(LT)span$(GT)foo$(LT)/span$(GT). Seriously. [...] The idea (and working program) was rejected because the team felt a post-processor was the wrong way to do it.

Re: Better docs for D (WIP)

2016-01-31 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 31 January 2016 at 11:14:08 UTC, Rory McGuire wrote: If you don't get a cease and desist letter from the D Foundation soon I'd be surprised. http://forum.dlang.org/post/n5sf7o$mu1$2...@digitalmars.com Andrei isn't exactly enthusiastic (though later on, he softens a bit), but I'm

Beginning D: Unittesting, IntelliJ, & Dub

2016-01-31 Thread Ali Çehreli via Digitalmars-d-announce
Found on Reddit: https://www.reddit.com/r/programming/comments/43m0ld/begining_d_unittesting_intellij_dub/ rharriso, I haven't read the article yet but you have a typo in the title: Begining -> Beginning Ali

Re: Release D 2.070.0

2016-01-31 Thread thedeemon via Digitalmars-d-announce
On Sunday, 31 January 2016 at 00:13:46 UTC, Dicebot wrote: NB: tagged commit has 2.069 in VERSION file resulting in built compiler reporting wrong version. I have added a workaround in packaging script for now but would be nice to fix that in 2.070.1 Btw, dmd.exe 2.070.0 when run says

Re: Beginning D: Unittesting, IntelliJ, & Dub

2016-01-31 Thread Walter Bright via Digitalmars-d-announce
On 1/31/2016 5:12 PM, Ali Çehreli wrote: Found on Reddit: https://www.reddit.com/r/programming/comments/43m0ld/begining_d_unittesting_intellij_dub/ rharriso, I haven't read the article yet but you have a typo in the title: Begining -> Beginning Ali Another post of the same article:

Re: Sublime Text 3 Gets Better D Support

2016-01-31 Thread sigod via Digitalmars-d-announce
This package might be of some help to those who doesn't want to use dev version: https://packagecontrol.io/packages/D%20Programming%20Language

Re: Release D 2.070.0

2016-01-31 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Sunday, 31 January 2016 at 00:13:46 UTC, Dicebot wrote: NB: tagged commit has 2.069 in VERSION file resulting in built compiler reporting wrong version. I have added a workaround in packaging script for now but would be nice to fix that in 2.070.1 It's already fixed in master, but no one

Re: New D book available for pre-order: D Web Development

2016-01-31 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-30 19:09, barberian wrote: I don't know what you're seeing there, but here: Ebook = 25,18 (pounds) Ebook + Physical = 25,99 (pounds) So for what I understand if you by the Physical copy you win the ebook. Ebook = €36.23 Ebook + physical = €35.99 -- /Jacob Carlborg

Re: Better docs for D (WIP)

2016-01-31 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-30 21:58, Adam D. Ruppe wrote: If you go into a thing: http://dpldocs.info/experimental-docs/std.stdio.write.html "extern (C) nothrow" is repeated a couple of times. -- /Jacob Carlborg

Re: Better docs for D (WIP)

2016-01-31 Thread Rory McGuire via Digitalmars-d-announce
On Sat, Jan 30, 2016 at 10:58 PM, Adam D. Ruppe via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > Just want to update y'all that my better docs continue to improve with > each passing week. > > I just did a style facelift on the members section: > >

Re: Better docs for D (WIP)

2016-01-31 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 31 January 2016 at 07:40:49 UTC, Ola Fosheim Grøstad wrote: One trick is to set the width and clipping on "dt > *" instead of "dt", and use "calc(...)" for dynamic sizes. I considered that too, but since I wanted the dt to float, the width had to be set there.

Re: Better docs for D (WIP)

2016-01-31 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 31 January 2016 at 13:11:54 UTC, Jacob Carlborg wrote: "extern (C) nothrow" is repeated a couple of times. Yeah, those shouldn't be there at all on this function. I probably bugged the removal of attributes when moving up a scope or something.