Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
November 06, 2006 [Issue 482] New: _arguments for variadic not available in precondition | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=482 Summary: _arguments for variadic not available in precondition Product: D Version: 0.172 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: wbaxter@gmail.com This compiles fine, but prints some bogus number at runtime: void func(...) in { writefln("Arguments len = ", _arguments.length); } body { } -- |
November 08, 2006 Re: [Issue 482] New: _arguments for variadic not available in precondition | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail Attachments: | d-bugmail@puremagic.com schrieb am 2006-11-06: > http://d.puremagic.com/issues/show_bug.cgi?id=482 > This compiles fine, but prints some bogus number at runtime: > > void func(...) > in { > writefln("Arguments len = ", _arguments.length); > } > body { > > } Added to DStress as http://dstress.kuehne.cn/run/i/in_out_body_13_A.d http://dstress.kuehne.cn/run/i/in_out_body_13_B.d http://dstress.kuehne.cn/run/i/in_out_body_13_C.d Thomas |
November 25, 2006 [Issue 482] _arguments for variadic is incorrect in precondition | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=482 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #2 from bugzilla@digitalmars.com 2006-11-24 20:02 ------- Cannot reproduce problem with DMD 0.174. -- |
November 25, 2006 [Issue 482] _arguments for variadic is incorrect in precondition | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=482 wbaxter@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from wbaxter@gmail.com 2006-11-24 23:48 ------- (In reply to comment #2) > Cannot reproduce problem with DMD 0.174. > Connfirmed. It works here too now with 0.174. -- |
January 26, 2013 [Issue 482] _arguments for variadic is incorrect in precondition | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=482 Andrei Alexandrescu <andrei@erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED CC| |andrei@erdani.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation