[Issue 9599] New: File.byLine doesn't function properly with take

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 Summary: File.byLine doesn't function properly with take Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Com

[Issue 9598] New: Cannot use moveFront on MapResult!(lambda, ByLine!(char, char))

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9598 Summary: Cannot use moveFront on MapResult!(lambda, ByLine!(char, char)) Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: no

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #5 from Andrej Mitrovic 2013-02-26 20:22:21 PST --- (In reply to comment #4) > Hmm. Using __traits(allMembers, S) seems to indicate that the field name is > 'this'. Since 'this' is a reserved keyword, that may be safer to check for

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #4 from hst...@quickfur.ath.cx 2013-02-26 20:19:22 PST --- Hmm. Using __traits(allMembers, S) seems to indicate that the field name is 'this'. Since 'this' is a reserved keyword, that may be safer to check for than assuming that the

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #3 from Andrej Mitrovic 2013-02-26 19:01:50 PST --- (In reply to comment #2) > Is there a way to tell whether a field is the hidden context pointer? Does it > have a specific name (that isn't compiler-dependent)? None that I know

[Issue 3502] Fix for dropped Mac OS X 10.5

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3502 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #6 from Martin

[Issue 9297] Formatting of floating point values in std.format truncates reals to double

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9297 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Com

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Com

[Issue 9583] std.getopt.getopt does not consume options terminator "--" from args list, as docs claim

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9583 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3780] getopt improvements by Igor Lesik

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3780 --- Comment #9 from jens.k.muel...@gmx.de 2013-02-26 15:16:56 PST --- There is my pull request https://github.com/D-Programming-Language/phobos/pull/1030. If somebody comments I'm happy to finish it. The reason why I was less willing to finish

[Issue 9581] Regression (2.053): Exception takes too much time to show up

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9581 --- Comment #16 from Andrej Mitrovic 2013-02-26 13:42:41 PST --- (In reply to comment #15) > I'll try to boot up into another system on another hard-drive to test this. Nope, still an issue even on another hard drive. -- Configure issuemail

[Issue 9581] Regression (2.053): Exception takes too much time to show up

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9581 --- Comment #15 from Andrej Mitrovic 2013-02-26 13:24:26 PST --- (In reply to comment #0) > DMD 2.053: > $ dmd timer.d > $ timer > > 4127 msecs. You know what? I think my hard drive is dying. It seems just running RDMD itself can sometimes ta

[Issue 5036] Remove caching from ranges

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5036 --- Comment #2 from Tomasz SowiƄski 2013-02-26 12:28:04 PST --- The argument was the least about consistency, I recall caching got in the way when the mapped to element was: - used <= 1 times - trivial to calculate (faster than read/write) - m

[Issue 9597] using "this" as a type leads to confusion

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9597 --- Comment #1 from Ivan Kazmenko 2013-02-26 11:27:20 PST --- Discussion which led to this issue report: http://forum.dlang.org/thread/pffhtlwgxwhqbiejz...@forum.dlang.org -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 9597] New: using "this" as a type leads to confusion

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9597 Summary: using "this" as a type leads to confusion Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component

[Issue 3830] opCmp among variant arrays

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3830 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |minor -- Configure issuemail:

[Issue 5085] std.variant.Algebraic name

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5085 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com Re

[Issue 5085] std.variant.Algebraic name

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5085 --- Comment #4 from bearophile_h...@eml.cc 2013-02-26 10:51:27 PST --- (In reply to comment #3) > No associated pull -> WORKSFORME. Isn't WONTFIX more correct for this situation? :-) -- Configure issuemail: http://d.puremagic.com/issues/userp

[Issue 5085] std.variant.Algebraic name

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5085 Andrej Mitrovic changed: What|Removed |Added Resolution|WORKSFORME |WONTFIX --- Comment #5 from Andrej M

[Issue 5085] std.variant.Algebraic name

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5085 bearophile_h...@eml.cc changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3862] std.file.copy does not have the same behavior as cp

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3862 --- Comment #4 from Jonathan M Davis 2013-02-26 10:12:59 PST --- > Jonathan, OK to assign this to you? Fine with me. I'd forgotten about this, and it really should be taken care of. -- Configure issuemail: http://d.puremagic.com/issues/user

[Issue 4686] rdmd could use an incremental compilation option

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4686 --- Comment #3 from Andrei Alexandrescu 2013-02-26 09:50:43 PST --- Got it. So let's keep this open, I foresee a solution in which rdmd would be able to decide which approach to take depending on various heuristics. -- Configure issuemail: h

[Issue 4955] struct dirent.d_type is not a mask

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4955 Tomash Brechko changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 5078] Some possible improvements for std.algorithm.schwartzSort()

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5078 --- Comment #1 from Andrei Alexandrescu 2013-02-26 09:26:57 PST --- Bearophile, could you please paste this as a pull request. Thanks! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving th

[Issue 3780] getopt improvements by Igor Lesik

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3780 --- Comment #8 from Andrei Alexandrescu 2013-02-26 09:21:14 PST --- Didn't have time to get to this, and probably won't for a while. Could anyone take it over? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 3795] Problem with phobos std.variant

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3795 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3830] opCmp among variant arrays

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3830 --- Comment #2 from Andrei Alexandrescu 2013-02-26 09:17:00 PST --- I'm unclear whether ordering on Variant arrays is meaningful. One approach is lexicographical compare, but it's not the only one. -- Configure issuemail: http://d.puremagic.

[Issue 3862] std.file.copy does not have the same behavior as cp

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3862 --- Comment #3 from Andrei Alexandrescu 2013-02-26 09:15:43 PST --- Jonathan, OK to assign this to you? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4686] rdmd could use an incremental compilation option

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4686 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm

[Issue 4686] rdmd could use an incremental compilation option

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4686 --- Comment #1 from Andrei Alexandrescu 2013-02-26 09:11:01 PST --- Isn't this already the case? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4935] std.bitmanip: bitfields!() template with trailing unnamed field does not work

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 --- Comment #4 from Andrei Alexandrescu 2013-02-26 09:06:09 PST --- @Era: what pull are you referring to? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4916] struct VariantN does not overload ()

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4916 --- Comment #2 from Andrei Alexandrescu 2013-02-26 09:07:24 PST --- https://github.com/D-Programming-Language/phobos/pull/1152 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 4798] std.algorithm.map unusable for ranges with const elements

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4798 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4921] Synopsis code in std.variant documentation throws an assertion error

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4921 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 5072] Iterating an empty result returned by match() crashes the application

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5072 Dmitry Olshansky changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4921] Synopsis code in std.variant documentation throws an assertion error

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4921 --- Comment #1 from github-bugzi...@puremagic.com 2013-02-26 09:04:12 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/74cd007c6f373cd550c05d05443f68bb64

[Issue 4955] struct dirent.d_type is not a mask

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4955 --- Comment #2 from Andrei Alexandrescu 2013-02-26 08:58:04 PST --- The code has been changed since, and my OSX tests suggests this has been fixed. OK to close? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 4937] std.bitmanip: Allow repeated (identical) bitfield declarations

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4937 --- Comment #3 from Andrei Alexandrescu 2013-02-26 08:58:34 PST --- I think we're good as we are. OK to close? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5036] Remove caching from ranges

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5036 --- Comment #1 from Andrei Alexandrescu 2013-02-26 08:56:37 PST --- Hm, I think things are fine as they are, though I agree with the consistency argument. Agree to close? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 5072] Iterating an empty result returned by match() crashes the application

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5072 --- Comment #2 from Andrei Alexandrescu 2013-02-26 08:55:17 PST --- Passed on to Dmitry. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5085] std.variant.Algebraic name

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5085 --- Comment #1 from Andrei Alexandrescu 2013-02-26 08:54:31 PST --- I don't think there's an action item that can be derived from this. OK to close? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You ar

[Issue 9596] Ambiguous match is incorrectly hidden by additional lesser match

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9596 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2013

[Issue 5224] std.algorithm.remove!(SwapStrategy.unstable) doesn't work

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5224 --- Comment #5 from Andrei Alexandrescu 2013-02-26 08:27:35 PST --- https://github.com/D-Programming-Language/phobos/pull/1162 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5360] calling rdmd from different folder

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5360 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 5410] Variant.convertsTo(const(char)[]) seems broke

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5410 --- Comment #3 from Andrei Alexandrescu 2013-02-26 08:04:54 PST --- https://github.com/D-Programming-Language/phobos/pull/1165 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 9583] std.getopt.getopt does not consume options terminator "--" from args list, as docs claim

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9583 --- Comment #4 from github-bugzi...@puremagic.com 2013-02-26 06:54:59 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/20cda1eae065d2c1d259596028bfd3874

[Issue 9596] New: Ambiguous match is incorrectly hidden by additional lesser match

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9596 Summary: Ambiguous match is incorrectly hidden by additional lesser match Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accep

[Issue 9595] New: The thread priority can be setted only after the start()

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9595 Summary: The thread priority can be setted only after the start() Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal

[Issue 9289] [Regression 2.061] Had been deprecated language features are enabled again in default

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 --- Comment #25 from Don 2013-02-26 04:37:10 PST --- (In reply to comment #24) > Woops! I wanted to commit only the title change... > > (In reply to comment #22) > > Such code might, or might not be a use of a deprecated feature. There is no

[Issue 9594] New: std.format.tableFormat

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9594 Summary: std.format.tableFormat Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 9289] [Regression 2.061] Had been deprecated language features are enabled again in default

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 --- Comment #24 from Leandro Lucarella 2013-02-26 03:38:50 PST --- Woops! I wanted to commit only the title change... (In reply to comment #22) > Such code might, or might not be a use of a deprecated feature. There is no > way > to tell. Th

[Issue 9289] [Regression 2.061] Had been deprecated language features are enabled again in default

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 Leandro Lucarella changed: What|Removed |Added Summary|Deprecated language |[Regression 2.061] Had been

[Issue 9289] Deprecated language features should be warn too when errors are normally silented

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 --- Comment #22 from Don 2013-02-26 00:51:42 PST --- (In reply to comment #21) > BTW, Don, I see what you mean now, but that problem existed before making > deprecations emit warnings by default (if you used -d). The default was only > changed.