[Issue 190] Cannot forward reference typedef/alias in default value for function parameter

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=190 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 4753] fail_compilation/fail116.d sends dmd into a loop, exhausting memory

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4753 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3979] Order-of-compilation and forward reference errors

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3979 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 5348] Variable Length Arrays

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 --- Comment #1 from bearophile_h...@eml.cc 2011-01-03 04:22:18 PST --- Some comments by Dmitry Olshansky: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.Darticle_id=125942 As stated in this proposal they are quite

[Issue 5402] New: Invalid free() when throwing non-Throwable

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5402 Summary: Invalid free() when throwing non-Throwable Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Keywords: EH Severity: normal

[Issue 5348] Variable Length Arrays

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 5379] std.array.replace fails on char[]s

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5379 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

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

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5206 --- Comment #3 from Iain Buclaw ibuc...@ubuntu.com 2011-01-03 06:47:56 PST --- Created an attachment (id=859) patch for 5206 Patch against my tree. Updates stat_t for version(linux), adds definition of __WORDSIZE (needs review, probably better

[Issue 5403] New: foreach requires front to be a function in a range

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5403 Summary: foreach requires front to be a function in a range Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5401] std.socket updates and boost license

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 5401] std.socket updates and boost license

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5404] New: .stringof is not documented

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5404 Summary: .stringof is not documented Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 5404] .stringof is not documented

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5404 --- Comment #1 from Peter Alexander peter.alexander...@gmail.com 2011-01-03 12:50:18 PST --- Also, if we are in module foo.bar, it returns module bar. Is this correct behaviour? -- Configure issuemail:

[Issue 5404] .stringof is not documented

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5404 --- Comment #2 from Peter Alexander peter.alexander...@gmail.com 2011-01-03 13:02:17 PST --- Finally, is there any reason that the return value is prefixed with module? 1. I can't imagine any use for it. 2. If people needed it, it would be

[Issue 5405] New: Remove linesep from std.path

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5405 Summary: Remove linesep from std.path Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Phobos

Asian characters are not printed propely in console

2011-01-03 Thread Jun
This is my code. 1./// import std.stdio; import std.process; void main(string[] args) { writeln(#23433;#23527;); system(pause); } 2. import std.stdio; import std.process; void main(string[] args) { writeln(#50504;#45397;);

Re: Asian characters are not printed propely in console

2011-01-03 Thread Jonathan M Davis
On Monday 03 January 2011 19:39:00 Jun wrote: This is my code. 1./// import std.stdio; import std.process; void main(string[] args) { writeln(#23433;#23527;); system(pause); } 2. import std.stdio; import std.process;

[Issue 5406] New: [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 Summary: [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl Product: D Version: D2

[Issue 5407] New: X86_64: Segfault on AA Foreach

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5407 Summary: X86_64: Segfault on AA Foreach Product: D Version: D2 Platform: x86_64 OS/Version: All Status: NEW Severity: major Priority: P2 Component:

[Issue 5407] X86_64: Segfault on AA Foreach

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5407 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5407] X86_64: Segfault on AA Foreach

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5407 --- Comment #2 from Iain Buclaw ibuc...@ubuntu.com 2011-01-03 21:58:07 PST --- The one on object.d is a member of struct AssociativeArray(Key, Value), the other is an internal helper function. -- Configure issuemail:

[Issue 5407] X86_64: Segfault on AA Foreach

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5407 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #3

[Issue 5408] New: Calling GC.malloc inside a unittest with a flag of 1 results in an access violation.

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5408 Summary: Calling GC.malloc inside a unittest with a flag of 1 results in an access violation. Product: D Version: D2 Platform: Other OS/Version: Windows Status:

[Issue 5407] X86_64: Segfault on AA Foreach

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5407 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED