Bugs item #1454411, was opened at 2006-03-20 10:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1454411&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony Garnock-Jones (surazal)
Assigned to: Nobody/Anonymous (nobody)
Summary: Confusing record error messages
Initial Comment:
SISC (1.10.0-alpha) - main
#;> (import record)
#;> (define-struct x (y))
#;> (make-x)
Error: unused arguments (#<record #0=#<record #0#
[:record-type (name field-tags)]> [x (y)]> ())
file:init2.scm:543:17: <indeterminate call>
file:init2.scm:213:36: <from call to apply>
?:?:?: <from call to/argument of cons>
file:../modules/misc.scm:130:21: <indeterminate call>
?:?:?: <indeterminate call>
file:init2.scm:183:10: <from call to apply>
file:repl.scm:128:39: <indeterminate call>
file:repl.scm:123:25: <indeterminate call>
file:repl.scm:149:26: <indeterminate call>
file:repl.scm:137:14: <from call to call/cc>
file:repl.scm:136:13: <indeterminate call>
#;>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1454411&group_id=23735
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
|