[Issue 5232] [patch] std.conv.to & std.conv.roundTo report invalid overflows for very large numbers

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5232 --- Comment #1 from Rob Jacques 2011-03-16 09:40:33 PDT --- Minor patch update. Updated the template constraints to DMD 2.052. Changed +1.0L to +1.0uL and shifted the formating to a 80-character maximum line length. As before this patch is esse

[Issue 5742] New: Delegate Covariance

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5742 Summary: Delegate Covariance Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component: DMD

[Issue 5742] Delegate Covariance

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5742 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3180] Need delegate covariance and contravariance

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 Steven Schveighoffer changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #

Re: [Issue 1001] print stack trace (in debug mode) when program die

2011-03-16 Thread Sean Kelly
wrote: > http://d.puremagic.com/issues/show_bug.cgi?id=1001 > > > > --- Comment #36 from Trass3r 2011-03-15 05:10:07 PDT --- > What's the status of Windows stack trace integration? > > Note that Benjamin's code needs to be updated by adding an opApply version > with > index to class Callstac

[Issue 5743] New: readf cannot read wchar or dchar from UTF-8 stdin

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5743 Summary: readf cannot read wchar or dchar from UTF-8 stdin Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: regression Priority: P2

[Issue 5744] New: lastIndexOf doesn't work with dstring or wstring

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5744 Summary: lastIndexOf doesn't work with dstring or wstring Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Keywords: patch Severity: normal

[Issue 5744] lastIndexOf doesn't work with dstring or wstring

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5744 --- Comment #1 from Jacob Carlborg 2011-03-16 13:41:11 PDT --- Forgot to mention: it's lastIndexOf in std.string take takes two strings as its arguments. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- Yo

[Issue 5745] New: Missing error line number with lazy argument

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5745 Summary: Missing error line number with lazy argument Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 5746] New: Make std.range.iota strongly pure

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5746 Summary: Make std.range.iota strongly pure Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Compon

[Issue 5745] Missing error line number with lazy argument

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5745 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Severity|minor

[Issue 5232] [patch] std.conv.to & std.conv.roundTo report invalid overflows for very large numbers

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5232 --- Comment #2 from Rob Jacques 2011-03-16 17:22:28 PDT --- Opps. Forgot that 1.0L is a real, not a long. Also, that ConvOverflowError changed to ConvOverflowException. /** Narrowing numeric-numeric conversions throw when the value does not fi