[Issue 8322] std.string.chomp does not handle combining characters correctly

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8322 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5126] is expression: matched variadic arguments get empty

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5126 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8323] New: std.string.chompPrefix does not handle varying string types properly

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8323 Summary: std.string.chompPrefix does not handle varying string types properly Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 4617] Alias this'ed symbols cannot be passed to templates

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4617 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8324] New: Arrays seen as callables for map/filter

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8324 Summary: Arrays seen as callables for map/filter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8324] Arrays seen as callables for map/filter

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8324 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #1

[Issue 8325] New: IFTI on non-function templates

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8325 Summary: IFTI on non-function templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid, wrong-code Severity: normal

[Issue 8321] std.range.put doesn't work with RefCounted output range

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8321 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8326] New: std.string.format results in run-time exception

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8326 Summary: std.string.format results in run-time exception Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8327] New: Internal error: backend/cod1.c 3271

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8327 Summary: Internal error: backend/cod1.c 3271 Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:

[Issue 8327] Internal error: backend/cod1.c 3271

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8327 klickverbot c...@klickverbot.at changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8283] backend/cod1.c 1677, related to structs with constructors (?)

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8283 klickverbot c...@klickverbot.at changed: What|Removed |Added CC||simend...@gmail.com

[Issue 8268] std.datetime unittest asserts

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8268 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2012-06-30 14:51:20 PDT --- I'm going to install the Windows 8 Preview in VirtualBox and see if I can reproduce the error and track it down there, since I can get it for free, and it'll

[Issue 8328] New: Mind Blowing error (possibly in DMD or std.variant)

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 Summary: Mind Blowing error (possibly in DMD or std.variant) Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: critical Priority: P2

[Issue 8328] Mind Blowing error (possibly in DMD or std.variant)

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8328] Mind Blowing error (possibly in DMD or std.variant)

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 --- Comment #2 from Isak Andersson icepa...@gmail.com 2012-06-30 17:09:12 PDT --- (In reply to comment #1) Have you tried the latest master from github? You mean DMD? No I have not. But I've considered since I really need to keep up

[Issue 8328] Mind Blowing error (possibly in DMD or std.variant)

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2012-06-30 17:21:16 PDT --- You should just try the latest master. I honestly don't want to spend the time digging through your code to try and figure out what's wrong with it. It's much

[Issue 8328] Wrong constness of autogenerated opEquals when fields' opEquals have mixed constness

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords|

[Issue 8328] Wrong constness of autogenerated opEquals when fields' opEquals have mixed constness

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com 2012-06-30 18:16:47 PDT --- Still happens in DMD head (7307e7190d9). The submitter's issue could also be resolved by making Variant const-correct. I don't know what that would

[Issue 8328] Wrong constness of autogenerated opEquals when fields' opEquals have mixed constness

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8328 --- Comment #6 from Isak Andersson icepa...@gmail.com 2012-06-30 18:21:14 PDT --- Huge thanks to Vladimir for figuring this out! This means I'll be able to go to sleep without worrying about being concerned about solving this. I hope this can

[Issue 8329] New: foreach over string with dchar as element isn't nothrow

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8329 Summary: foreach over string with dchar as element isn't nothrow Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity:

[Issue 8158] std.algorithm.min fails to compile with user-defined types

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8158 --- Comment #2 from github-bugzi...@puremagic.com 2012-06-30 19:25:53 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8158] std.algorithm.min fails to compile with user-defined types

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8158 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8329] foreach over string with dchar as element isn't nothrow

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8329 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-06-30 22:22:23 PDT --- (In reply to comment #0) This code fails to compile: import std.stdio; void main() nothrow { foreach(dchar c; hello world) {} } giving the

[Issue 8329] foreach over string with dchar as element isn't nothrow

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8329 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED