Re: Downtime of gdc ftp, bugzilla, site, et. al.

2016-01-24 Thread rsw0x via Digitalmars-d
On Sunday, 24 January 2016 at 17:18:24 UTC, Iain Buclaw wrote: GDC explorer is in a partial state (currently getting ARM, AArch64, PPC, and PPC64 disassemblers working). Where can I find GDC explorer?

Re: Downtime of gdc ftp, bugzilla, site, et. al.

2016-01-24 Thread NX via Digitalmars-d
On Sunday, 24 January 2016 at 20:07:47 UTC, rsw0x wrote: Where can I find GDC explorer? I believe that's it: https://d.godbolt.org

Re: Downtime of gdc ftp, bugzilla, site, et. al.

2016-01-24 Thread Iain Buclaw via Digitalmars-d
On Sunday, 24 January 2016 at 20:07:47 UTC, rsw0x wrote: On Sunday, 24 January 2016 at 17:18:24 UTC, Iain Buclaw wrote: GDC explorer is in a partial state (currently getting ARM, AArch64, PPC, and PPC64 disassemblers working). Where can I find GDC explorer? It's at

Difference between toLower() and asLowerCase() for strings?

2016-01-24 Thread Jon D via Digitalmars-d-learn
I'm trying to identify the preferred ways to lower case a string. In std.uni there are two functions that return the lower case form of a string: toLower() and asLowerCase(). There is also toLowerInPlace(). I'm having trouble figuring out what the relationship is between these, and when to

Re: Difference between toLower() and asLowerCase() for strings?

2016-01-24 Thread Adam D. Ruppe via Digitalmars-d-learn
On Sunday, 24 January 2016 at 20:56:20 UTC, Jon D wrote: I'm trying to identify the preferred ways to lower case a string. In std.uni there are two functions that return the lower case form of a string: toLower() and asLowerCase(). There is also toLowerInPlace(). toLower will allocate a new

Re: Difference between toLower() and asLowerCase() for strings?

2016-01-24 Thread Jon D via Digitalmars-d-learn
On Sunday, 24 January 2016 at 21:04:46 UTC, Adam D. Ruppe wrote: On Sunday, 24 January 2016 at 20:56:20 UTC, Jon D wrote: I'm trying to identify the preferred ways to lower case a string. In std.uni there are two functions that return the lower case form of a string: toLower() and

Re: Define "createXXX" functions for the constructors of class XXX

2016-01-24 Thread Johan Engelen via Digitalmars-d-learn
On Saturday, 23 January 2016 at 19:42:29 UTC, Johan Engelen wrote: Hi all, While trying to interface C++ and D, I have to new a few D objects in C++ code. I am doing this using a D function: "XXX createXXX(...) { return new XXX(...); }". An easier way for trivial constructors (note

Computer Science reading list

2016-01-24 Thread Walter Bright via Digitalmars-d
Best Paper Awards in Computer Science (since 1996) http://jeffhuang.com/best_paper_awards.html Reading for graduate students http://matt.might.net/articles/books-papers-materials-for-graduate-students/

[Issue 15500] default construction disabled for struct constructor with default arguments

2016-01-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15500 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/015c1eb7b4c92a5060fefbc5cae498818d39 fix Issue 15500 - default

[Issue 15389] extern(C++) forward referencing problem

2016-01-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15389 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8399e29190a31746f695ae517cc28ec29806ae8a Merge pull request #5330

[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2016-01-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment

First crack at D

2016-01-24 Thread Andrei Alexandrescu via Digitalmars-d-announce
Found on reddit: https://www.reddit.com/r/programming/comments/42ejqn/first_crack_at_d_compile_time_logic_mostly/ Andrei

<    1   2