[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 clugd...@yahoo.com.au 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

[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 leandro.lucare...@sociomantic.com changed: What|Removed |Added Summary|Deprecated language

[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 leandro.lucare...@sociomantic.com 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.

[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 #25 from Don clugd...@yahoo.com.au 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

[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 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:

[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

[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 and...@erdani.com 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

[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 and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 and...@erdani.com 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

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[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 and...@erdani.com 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:

[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 and...@erdani.com 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 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 and...@erdani.com 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:

[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 and...@erdani.com 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

[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 dmitry.o...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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

[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 and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 and...@erdani.com 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

[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 and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 and...@erdani.com 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

[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 and...@erdani.com 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 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 thecybersha...@gmail.com changed: What|Removed |Added CC|

[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 and...@erdani.com 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

[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 and...@erdani.com 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:

[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 and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 and...@erdani.com 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:

[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 and...@erdani.com 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 ---

[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 tomash.brec...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 and...@erdani.com 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. --

[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 jmdavisp...@gmx.com 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:

[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 5085] std.variant.Algebraic name

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

[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:

[Issue 5085] std.variant.Algebraic name

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

[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

[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 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 ga...@mail.ru 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:

[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 tomeks...@gmail.com 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

[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 andrej.mitrov...@gmail.com 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

[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 andrej.mitrov...@gmail.com 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

[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 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 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 ---

[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 ---

[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 c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[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 andrej.mitrov...@gmail.com 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

[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 #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 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

[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:

[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