Re: Better docs for D (WIP)

2016-01-06 Thread Rory McGuire via Digitalmars-d-announce
I wonder; would it be possible to make the website inline editable and then it automatically creates github pull requests that update the docs in github as D comments? On Thu, Jan 7, 2016 at 8:30 AM, Rory McGuire wrote: > > > On Wed, Jan 6, 2016 at 10:01 PM, Martin Nowak via Digitalmars-d-announ

Re: Better docs for D (WIP)

2016-01-06 Thread Rory McGuire via Digitalmars-d-announce
On Wed, Jan 6, 2016 at 10:01 PM, Martin Nowak via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Wednesday, 6 January 2016 at 15:41:29 UTC, Adam D. Ruppe wrote: > >> I know projects get bugs open when they are used, but ddox is a >> one-person project and that one perso

Re: D runs on watchOS! and on Android Wear too!

2016-01-06 Thread Laeeth Isharc via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 17:35:07 UTC, Dan Olson wrote: Laeeth Isharc writes: I think it is a good hijack! Thanks.. Somebody should do a blog post about this (and how to get it to work step by step - it's easy when you know how, but the set of people that don't and would like to bu

Re: D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Bubbasaur via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 09:52:14 UTC, Rory McGuire wrote: Today's free ebook on PacktPub is "D Cookbook [eBook]". Thanks and I got my copy, and if I like it I'll buy it to encourage the writer. Bubba.

Re: Better docs for D (WIP)

2016-01-06 Thread Martin Nowak via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 15:41:29 UTC, Adam D. Ruppe wrote: I know projects get bugs open when they are used, but ddox is a one-person project and that one person doesn't seem terribly active in it. I'm another user of ddox and fix things when they annoy me. I don't have many problems w

Re: Hash Tables in D

2016-01-06 Thread Rory McGuire via Digitalmars-d-announce
On 06 Jan 2016 3:25 PM, "Minas Mina via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > On Wednesday, 6 January 2016 at 12:19:45 UTC, Jacob Carlborg wrote: >> >> On 2016-01-05 15:44, Minas Mina wrote: >> >>> It won't, but to use it again you need to allocate a new one (If

Re: D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Basile B. via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 09:52:14 UTC, Rory McGuire wrote: Hi all, Today's free ebook on PacktPub is "D Cookbook [eBook]". Get it while its hot. Cheers, R Thx much for the info.

Re: D runs on watchOS! and on Android Wear too!

2016-01-06 Thread Dan Olson via Digitalmars-d-announce
Laeeth Isharc writes: > I can confirm that D also runs on Android Wear (Huawei watch) and > passes all unit tests. Forgive the slight hijack, but I mention this > here as people might see this thread and not the obscure one where I > reported this previously. I think it is a good hijack! > Som

Re: Better docs for D (WIP)

2016-01-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 17:10:01 UTC, Jacob Carlborg wrote: BTW, do you know of Harbored [1] Yes, I wrote about it in the TWiD link in the snipped section of the parent post. In fact, until Monday, my generator actually imported a few modules directly from Harbored to handle things

Re: Better docs for D (WIP)

2016-01-06 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/05/2016 01:34 PM, JohnCK wrote: On Tuesday, 5 January 2016 at 18:09:57 UTC, Andrei Alexandrescu wrote: Is the recent http://wiki.dlang.org/Contributing_to_dlang.org along the lines of what you need? What other sort of documentation would you find useful? I took a look at that link, and y

Re: Better watch out! D runs on watchOS!

2016-01-06 Thread Dan Olson via Digitalmars-d-announce
Joakim writes: > On Thursday, 31 December 2015 at 00:11:34 UTC, Dan Olson wrote: >> On Wednesday, 30 December 2015 at 23:11:06 UTC, Joakim wrote: >>> That sounds like this issue I ran into with ARM EH: >>> >>> https://github.com/ldc-developers/ldc/issues/489#issuecomment-143560075 >>> >>> I was a

Re: Better docs for D (WIP)

2016-01-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-12-28 21:15, Adam D. Ruppe wrote: Last week, I posted in the general forum my dream for better D docs. Today, about 4 days of work later, I'm about 1/4 of the way there. Still a long way to go, but I've already come so far. First, behold my old dpldocs.info site. Yes, it is still up and

Re: Better docs for D (WIP)

2016-01-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 16:37:24 UTC, Andrei Alexandrescu wrote: The remaining issue is that that makes the makefile assume git is installed. Is that reasonable? I hate to be the one to say this, but I don't think it is reasonable in the packaged release. In the dev version, absolutel

Re: Better docs for D (WIP)

2016-01-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-06 17:37, Andrei Alexandrescu wrote: The remaining issue is that that makes the makefile assume git is installed. Is that reasonable? I think so at least. -- /Jacob Carlborg

Re: Better docs for D (WIP)

2016-01-06 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/06/2016 08:50 AM, Jacob Carlborg wrote: druntime already uses wildcards [1], if I read the makefile correctly, in some places. Yes, it recently caused Walter some headache because he had a stray file. I think your git ls-files idea would work a lot better. -- Andrei

Re: Better docs for D (WIP)

2016-01-06 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/06/2016 07:27 AM, Jacob Carlborg wrote: On 2016-01-06 05:29, Adam D. Ruppe wrote: I actually do NOT use wildcards in most of my own makefiles for exactly these reasons, I tend to keep dead files around. "git ls-files" should take care of that. Thanks, Jacob I think this is a great ide

Re: Better docs for D (WIP)

2016-01-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Tuesday, 5 January 2016 at 18:09:57 UTC, Andrei Alexandrescu wrote: Again this goes back to Adam. It occurs to me, looking at the status quo, that a single point of failure is more robust than several points of failure in series. /library/ depends on the dlang.org, Phobos, and ddox. dla

Re: Better docs for D (WIP)

2016-01-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 10:25:50 UTC, Martin Nowak wrote: We already have a nice and powerful documentation generator called ddox. You say that like I've never hard of it before, when I've spent quite a few words over the last ten days writing up my critiques of it, including both bug

Re: Better docs for D (WIP)

2016-01-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-05 15:18, Andrei Alexandrescu wrote: There's been a recent discussion with Walter and Martin about using wildcards in makefiles (which would obviate the necessity of being explicit about files). My understanding is that build scripts (including makefiles) are recommended to include a

Re: Hash Tables in D

2016-01-06 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 12:19:45 UTC, Jacob Carlborg wrote: On 2016-01-05 15:44, Minas Mina wrote: It won't, but to use it again you need to allocate a new one (If I'm not mistaken). Not explicitly. I don't know if the runtime allocates a new one. This works: void main() { aut

Re: Better docs for D (WIP)

2016-01-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-06 05:29, Adam D. Ruppe wrote: I actually do NOT use wildcards in most of my own makefiles for exactly these reasons, I tend to keep dead files around. "git ls-files" should take care of that. -- /Jacob Carlborg

Re: Hash Tables in D

2016-01-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-05 15:44, Minas Mina wrote: It won't, but to use it again you need to allocate a new one (If I'm not mistaken). Not explicitly. I don't know if the runtime allocates a new one. This works: void main() { auto foo = ["foo" : 1]; foo = null; foo["bar"] = 2; assert(foo[

Re: DLanguage IntelliJ plugin released

2016-01-06 Thread Russel Winder via Digitalmars-d-announce
On Tue, 2016-01-05 at 23:19 +, Israel via Digitalmars-d-announce wrote: > […] > > I Agree but CLion is not free and accessible as IDEA. I believe  > it should still get support but IDEA should have top priority. Actually CLion is free for those who can show their use is for a FOSS project. I

Re: D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Chris via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 10:38:05 UTC, Iain Buclaw wrote: On 6 January 2016 at 11:34, Chris via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: On Wednesday, 6 January 2016 at 09:52:14 UTC, Rory McGuire wrote: Hi all, Today's free ebook on PacktPub is "D Cookbo

Re: D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Rory McGuire via Digitalmars-d-announce
On 06 Jan 2016 12:38, "Iain Buclaw via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > On 6 January 2016 at 11:34, Chris via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: >> >> On Wednesday, 6 January 2016 at 09:52:14 UTC, Rory McGuire wrote: >>> >

Re: Testing Nightly Build Service

2016-01-06 Thread Martin Nowak via Digitalmars-d-announce
On Tuesday, 5 January 2016 at 18:34:57 UTC, Johan Engelen wrote: Hi Martin, Any news on this? (and it'd be great if LDC could be added too! ;-) cheers, Johan Yes, test phase successful, waiting for time to do the rest. http://forum.dlang.org/post/56806778.2040...@dawg.eu I'm not in charg

Re: D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Iain Buclaw via Digitalmars-d-announce
On 6 January 2016 at 11:34, Chris via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Wednesday, 6 January 2016 at 09:52:14 UTC, Rory McGuire wrote: > >> Hi all, >> >> Today's free ebook on PacktPub is "D Cookbook [eBook]". >> >> Get it while its hot. >> >> Cheers, >> R

Re: D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Chris via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 09:52:14 UTC, Rory McGuire wrote: Hi all, Today's free ebook on PacktPub is "D Cookbook [eBook]". Get it while its hot. Cheers, R How do you get it? Do you have a link?

D Cookbook [eBook] Free on PackPub

2016-01-06 Thread Rory McGuire via Digitalmars-d-announce
Hi all, Today's free ebook on PacktPub is "D Cookbook [eBook]". Get it while its hot. Cheers, R