[Issue 8823] New: static if (A || B) != static if (A) else if (B) in some cases

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8823 Summary: static if (A || B) != static if (A) else if (B) in some cases Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal

[Issue 8813] Cannot define delegate with const/immutable/shared/inout attributes

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8813 --- Comment #1 from Kenji Hara 2012-10-14 20:50:28 PDT --- (In reply to comment #0) > This code doesn't work: > --- > void main() > { > auto dg = delegate() const { }; // NG > } > --- In current, the

[Issue 8822] New: Usiing qualified delegate type in template argument causes parser error.

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8822 Summary: Usiing qualified delegate type in template argument causes parser error. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severit

[Issue 5593] Add dladdr to druntime for linux/FreeBSD

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5593 --- Comment #5 from github-bugzi...@puremagic.com 2012-10-14 19:30:20 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/a2c549423c80413b73a78fbd5f60b

[Issue 7112] Add function in core.sys.posix.signal

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7112 Alex R�nne Petersen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 7444] Require [] for array copies too

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #9 from github-bugzi...@puremagic.com 2012-10-14 19:19:00 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/a77c82772e7e7b2d1d863b1fb56b6

[Issue 7112] Add function in core.sys.posix.signal

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7112 --- Comment #3 from github-bugzi...@puremagic.com 2012-10-14 19:18:34 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/1d21ce334f9481ae9eaed190f7879

[Issue 6649] core.sys.posix.sys.ioctl

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6649 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-14 19:16:10 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5e1cefadea362203beb59e1ce44ad

[Issue 5593] Add dladdr to druntime for linux/FreeBSD

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5593 Alex R�nne Petersen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4831] Optlink failed to parse PATH env variable with -g option

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831 Andrej Mitrovic changed: What|Removed |Added CC||s...@extrawurst.org --- Comment #4 f

[Issue 8791] Optlink fails when reading PATH variable and -g is used

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8791 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5860] optlink borken for paths with "+" (plus) in PATH

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5860 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4831] Optlink failed to parse PATH env variable with -g option

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 8791] Optlink fails when reading PATH variable and -g is used

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8791 kekeni...@yahoo.co.jp changed: What|Removed |Added CC||kekeni...@yahoo.co.jp --- Comme

[Issue 8791] Optlink fails when reading PATH variable and -g is used

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8791 klickverbot changed: What|Removed |Added CC||c...@klickverbot.at --- Comment #5 from

[Issue 8791] Optlink fails when reading PATH variable and -g is used

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8791 --- Comment #4 from Andrej Mitrovic 2012-10-14 16:38:52 PDT --- (In reply to comment #3) > Appears to work only if PATH is set to something that has absolutely no spaces > in it, regardless of speech marks or quotes The first example doesn't

[Issue 8791] Optlink fails when reading PATH variable and -g is used

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8791 webwra...@fastmail.fm changed: What|Removed |Added CC||webwra...@fastmail.fm --- Comme

[Issue 8820] Array initialization generates garbage

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8820 --- Comment #4 from Jonathan M Davis 2012-10-14 16:09:07 PDT --- > Ah sorry for not seeing the other issue. I searched for "array > initialization", but didn't come across that one. Not a problem. It happens all the time. All it takes is som

[Issue 4669] Unit tests do not work in libraries compiled by dmd with -lib

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4669 PhilLavoie changed: What|Removed |Added CC||maidenp...@hotmail.com OS/Version|

[Issue 8821] countUntil chokes on reference ranges

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8821 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob

[Issue 8821] New: countUntil chokes on reference ranges

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8821 Summary: countUntil chokes on reference ranges Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Comp

[Issue 8820] Array initialization generates garbage

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8820 --- Comment #3 from Malte Skarupke 2012-10-14 12:18:14 PDT --- (In reply to comment #2) > This is a long-standing, known issue. > > As a side note, it would be better to say that it allocates memory when it > shouldn't rather than talking abo

[Issue 8820] Array initialization generates garbage

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8820 --- Comment #2 from Jonathan M Davis 2012-10-14 11:40:17 PDT --- This is a long-standing, known issue. As a side note, it would be better to say that it allocates memory when it shouldn't rather than talking about generating garbage. That ten

[Issue 2356] array literal as non static initializer generates horribly inefficient code.

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2356 Jonathan M Davis changed: What|Removed |Added CC||malteskaru...@web.de --- Comment #1

[Issue 8820] Array initialization generates garbage

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8820 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8820] New: Array initialization generates garbage

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8820 Summary: Array initialization generates garbage Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: d

[Issue 8819] New: void static array should have init built-in propert

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8819 Summary: void static array should have init built-in propert Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8809] Cannot statically bind to base class method overridden by derived class

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8809 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-14 08:31:12 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/c

[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 --- Comment #3 from github-bugzi...@puremagic.com 2012-10-14 08:28:15 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5a0c67f08553c05c532fe3c433e3bb944

[Issue 8818] New: CTFE fails to compare strings correctly

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8818 Summary: CTFE fails to compare strings correctly Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: CTFE Severity: regression Prio

[Issue 8809] Cannot statically bind to base class method overridden by derived class

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8809 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K

Re: Interaction between std.stdio and std.stream...

2012-10-14 Thread Simen Kjaeraas
On 2012-49-12 18:10, Peter Arnt wrote: I don't know if this has been seen before, but here goes: There appears to be an interaction between std.stdio and std.stream such that an error is generated when a File object is created. Here is a simplified example of what I've been experiencing:

[Issue 8817] Symbols named init should be illegal

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8817 --- Comment #2 from Jonathan M Davis 2012-10-14 00:48:24 PDT --- > That comment has been there for eons. What do we do about it? Create a function with the correct name (whatever that is - initialize?) and mark the old one as scheduled for de

[Issue 8816] It should be illegal for enums to declare members named init, max, or min

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8816 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #2 fr

[Issue 8817] Symbols named init should be illegal

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8817 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #1 fr

[Issue 8816] It should be illegal for enums to declare members named init, max, or min

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8816 --- Comment #1 from Jonathan M Davis 2012-10-14 00:05:18 PDT --- See also issue# 8817. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8817] New: Symbols named init should be illegal

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8817 Summary: Symbols named init should be illegal Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8816] New: It should be illegal for enums to declare members named init, max, or min

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8816 Summary: It should be illegal for enums to declare members named init, max, or min Product: D Version: unspecified Platform: All OS/Version: All Status: NEW