* bug#42757: calling internal define with incorrect n(args) gives invalid error
@ 2020-08-08 6:58 Christopher Lam
0 siblings, 0 replies; only message in thread
From: Christopher Lam @ 2020-08-08 6:58 UTC (permalink / raw)
To: 42757
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
Using guile 3.0.1 (also tested with 3.0.4)
Consider following snippet
------
(define (outer-function)
(define (inner-function q w e r t y) ;takes 6 args
#f)
(inner-function 'a 'b 'c 'd 'e)) ;send 5 args
(outer-function)
------
The internally defined function is called with insufficient args. We'd
expect error to be
"Wrong number of arguments to inner-function"
Instead the error is
"Wrong number of arguments to a"
Note if the invalid code is not internally-defined, the error is correct:
"Wrong number of arguments to #<procedure inner-function (q w e r t y)>"
[-- Attachment #2: Type: text/html, Size: 864 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-08 6:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 6:58 bug#42757: calling internal define with incorrect n(args) gives invalid error Christopher Lam
unofficial mirror of bug-guile@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guile-bugs/0 guile-bugs/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guile-bugs guile-bugs/ https://yhetil.org/guile-bugs \
bug-guile@gnu.org
public-inbox-index guile-bugs
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.yhetil.org/yhetil.lisp.guile.bugs
nntp://news.gmane.io/gmane.lisp.guile.bugs
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git