[Issue 5411] import wtf1

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5411 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5411] import wtf1

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5411 Andrei Alexandrescu changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 5130] writeln cannot take delegate

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5130 --- Comment #2 from SHOO 2011-01-05 07:00:52 PST --- (In reply to comment #1) > I wonder if printing the type of the delegate is the smartest thing to do. > After all one can always print typeid(...) if that's what's needed. I think so, too.

[Issue 5413] New: (diagnostic): No notification that warnings are treated as errors

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5413 Summary: (diagnostic): No notification that warnings are treated as errors Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity:

@safe functions

2011-01-05 Thread Sean Eskapp
This is either a compiler bug, or outdated language documentation, but I'm having some freedom with @safe functions: * No casting from a pointer type to any type other than void*. * No modification of pointer values. * No taking the address of a local variable or function parameter. I

Re: @safe functions

2011-01-05 Thread Simen kjaeraas
Sean Eskapp wrote: This is either a compiler bug, or outdated language documentation, but I'm having some freedom with @safe functions: * No casting from a pointer type to any type other than void*. * No modification of pointer values. * No taking the address of a local variable

Re: @safe functions

2011-01-05 Thread Lars T. Kyllingstad
On Wed, 05 Jan 2011 15:35:09 +, Sean Eskapp wrote: > This is either a compiler bug, or outdated language documentation, but > I'm having some freedom with @safe functions: > > * No casting from a pointer type to any type other than void*. * No > modification of pointer values. > *

[Issue 5411] import wtf1

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5411 --- Comment #3 from Ellery Newcomer 2011-01-05 08:50:22 PST --- (In reply to comment #1) > The selective imports only apply to std.algorithm, not std.stdio. > > std.algorithm publicly imports std.stdio, and so the selective import of > writel

[Issue 5415] New: @Safe functions not working

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5415 Summary: @Safe functions not working Product: D Version: D2 Platform: All URL: http://www.digitalmars.com/d/2.0/function.html#functio n-safety OS/Version: Window

[Issue 5414] New: Language Reference errors

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5414 Summary: Language Reference errors Product: D Version: D2 Platform: All URL: http://www.digitalmars.com/d/2.0/ OS/Version: All Status: NEW Severity: normal

[Issue 5073] wrong file name in error message for "voids have no value" inside alias templates (affects std.algorithm.map)

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 Rob Jacques changed: What|Removed |Added Keywords||patch, wrong-code Severity|norm

[Issue 5411] import wtf1

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5411 Peter Alexander changed: What|Removed |Added CC||peter.alexander...@gmail.co

[Issue 5416] New: null should have a type of its own

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5416 Summary: null should have a type of its own Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Compo

[Issue 5417] New: Integer operations promote too much

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5417 Summary: Integer operations promote too much Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 5417] Integer operations promote too much

2011-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5417 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|