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

[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 changed: What|Removed |Added Keywords||pull Version|unspecified

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

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

[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 changed: What|Removed |Added Keywords||pull Component|DMD

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

[Issue 5206] stat_t is not the same as struct stat

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5206 --- Comment #10 from jfanati...@gmx.at 2012-06-30 11:15:15 PDT --- Fixed. Pull request: https://github.com/D-Programming-Language/druntime/pull/257 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are r

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added CC||simend...@gmail.com --- Comment #1 from

[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 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 waste less of your t

[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 changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[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 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 development! Should I? Or

[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 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 simpler if you can

[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 changed: What|Removed |Added Keywords||rejects-valid CC|

[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 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 involve; I assume the issue

[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 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 be resolved so tha

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

[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 https://github.com/D-Programming-Language/phobos/commit/adb31e7048d1b8e9661be0508b515a088

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|