[Issue 4998] New: make IFTI use the template constraint when determining the type of literals

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4998 Summary: make IFTI use the template constraint when determining the type of literals Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW

[Issue 4996] When D's dll unloaded, writeln(stdout) doesn't work well.

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4996 SHOO changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1550] D DLLs close standard input/output streams when unloading

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1550 SHOO changed: What|Removed |Added CC||zan77...@nifty.com --- Comment #3 from SHOO 20

[Issue 4234] Cannot create a std.socket.Socket from an fd

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4234 Daniel Gibson changed: What|Removed |Added CC||metalcae...@gmail.com --- Comment #1 f

[Issue 4999] New: Add Kenji Hara's adaptTo() to Phobos

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4999 Summary: Add Kenji Hara's adaptTo() to Phobos Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: ASSIGNED Severity: normal Priority: P2 Co

[Issue 4999] Add Kenji Hara's adaptTo() to Phobos

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4999 Andrei Alexandrescu changed: What|Removed |Added Severity|normal |enhancement -- Configure issuem

[Issue 5000] New: Adapt sybrandy's logger design and implementation for Phobos

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5000 Summary: Adapt sybrandy's logger design and implementation for Phobos Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: ASSIGNED Severit

[Issue 5001] New: std.stream read(char[]) and write(char[]) note 64bit safe

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5001 Summary: std.stream read(char[]) and write(char[]) note 64bit safe Product: D Version: D1 & D2 Platform: All OS/Version: Linux Status: NEW Severity: major

[Issue 5002] New: possible std.stream improvements

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5002 Summary: possible std.stream improvements Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Componen

[Issue 5003] New: regex(replace with delegate) sample doesn't work

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5003 Summary: regex(replace with delegate) sample doesn't work Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5004] New: 'aka' usage in error messages

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5004 Summary: 'aka' usage in error messages Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement Pr

[Issue 5005] New: Remove restrictions on module/package with same name.

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5005 Summary: Remove restrictions on module/package with same name. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5005] Remove restrictions on module/package with same name.

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5005 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 5006] New: 'pure' unenforced in a nested function

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5006 Summary: 'pure' unenforced in a nested function Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Componen

[Issue 5005] Remove restrictions on module/package with same name.

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5005 --- Comment #2 from Austin Hastings 2010-10-06 14:23:59 PDT --- BOP, That approach would look like: libs/ ... + myLib/ ... | + all.d And it would (probably?) work. But I am trying to *hide* the details - I don't want user code to chan

[Issue 2943] Struct copying in presence of alias member this only copies alias this member

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2943 Don changed: What|Removed |Added Keywords||patch CC|

[Issue 5005] Remove restrictions on module/package with same name.

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5005 Yao G�mez changed: What|Removed |Added CC||yao.go...@gmail.com --- Comment #3 from Ya

[Issue 5007] New: @outer() attribute

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5007 Summary: @outer() attribute Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD Assi

[Issue 5005] Remove restrictions on module/package with same name.

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5005 Nick Sabalausky changed: What|Removed |Added CC||cbkbbej...@mailinator.com --- Commen

[Issue 5007] @outer() attribute

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5007 Nick Sabalausky changed: What|Removed |Added CC||cbkbbej...@mailinator.com --- Commen

[Issue 5007] @outer() attribute

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5007 --- Comment #2 from bearophile_h...@eml.cc 2010-10-06 19:24:03 PDT --- (In reply to comment #1) > but why specify the globals you're going to use? It's like in Contract Programming, where your contracts state what are the conditions on the fun

[Issue 5002] possible std.stream improvements

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5002 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #1 from

[Issue 5004] 'aka' usage in error messages

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5004 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #1 from

[Issue 5004] show both resolved symbols and original identifier in error messages involving aliases

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5004 nfx...@gmail.com changed: What|Removed |Added Summary|'aka' usage in error|show both resolved symbols