[Issue 6711] New: with doesn't work with alias this

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6711 Summary: with doesn't work with alias this Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

Re: Is this a bug in execvp of std.process

2011-09-22 Thread Jonathan M Davis
On Thursday, September 22, 2011 02:40:32 Cheng Wei wrote: == Repost the article of Cheng Wei (riverch...@gmail.com) == Posted at 2011/09/21 00:30 to digitalmars.D.learn #import�std.process void�main()�{ execvp(ip,�route); } result: Object�ute�is�unknown,�try�ip�help.

[Issue 6712] New: .init wrong when multiple functions declare the same typedef

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6712 Summary: .init wrong when multiple functions declare the same typedef Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 6160] std.conv.to: Ignore _ to match the rest of D

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6160 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6713] New: Segfault with typeid of an alias

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6713 Summary: Segfault with typeid of an alias Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 6596] Error message with not extern(C) function

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6596 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-09-22 04:23:56 PDT --- Reduce test case: extern (C) int function() pfunc; extern (C) int cfunc(){ return 0; } // current behavior static assert(typeof(pfunc).stringof == int C

[Issue 4046] [CTFE] std.intrinsic

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4046 --- Comment #1 from Don clugd...@yahoo.com.au 2011-09-22 06:27:33 PDT --- I'm not sure why the btXX functions (bt, btc, btr, etc) exist at all. Although they are a single instruction, they are MUCH slower than the equivalent code using shifts

[Issue 6714] New: Function literal does not convert to function and delegate types

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6714 Summary: Function literal does not convert to function and delegate types Product: D Version: unspecified Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 6360] @property is doubled in di files when used with auto

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6360 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 6596] Error message with not extern(C) function

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6596 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #2

[Issue 6288] std.conv.to removes const/immutable when converting a class

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6288 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1386] string expected when using allMembers-element in __traits(getMember, ...)

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1386 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4046] [CTFE] std.intrinsic

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

[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2953 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 6084] Impossible to instantiate local template with TypeTuple-foreach iterator variable.

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6084 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-09-22 11:41:43 PDT --- https://github.com/D-Programming-Language/dmd/pull/406 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5696] Templates typetuple iteration

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5696 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 6716] New: Linking a C program with D library causes DEH errors

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6716 Summary: Linking a C program with D library causes DEH errors Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 6717] New: useless error message on wrong hexadecimal number format in inline asm

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6717 Summary: useless error message on wrong hexadecimal number format in inline asm Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW

[Issue 4724] Template literal escaping: Inconsistent behavior when -inline is on

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4724 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2953 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #4 from Brad Roberts bra...@puremagic.com 2011-09-22 20:44:11 PDT --- (In reply to comment #3) I would think you need to ensure EAX points to somewhere readable to avoid a seg fault. E.g.: I think you misread the bug report.