bug-guile
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
bug#62053: Guile compiler is unable to compile tiny program
From
:
Владимир ВНИИАЭС
Subject
:
bug#62053: Guile compiler is unable to compile tiny program
Date
:
Wed, 08 Mar 2023 14:07:56 +0300
Guile compiler is unable to compile tiny program:
(define (fn l)
(define (ok l)
(or (and (pair? l) l)
(error "list is empty")))
(cons (reverse (car l)) (ok l)))
amaya@picasso:~/tmp/guile-3.0.9
$ ../prefix/bin/guile ~/tmp/guile-compiler-bug.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /home/amaya/tmp/guile-compiler-bug.scm
;;; WARNING: compilation of /home/amaya/tmp/guile-compiler-bug.scm failed:
;;; not found 22
Compiler reports confusing message here: `not found 22’.
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
bug#62053: Guile compiler is unable to compile tiny program
,
Владимир ВНИИАЭС
<=
bug#62053: Guile compiler is unable to compile tiny program
,
tomas
,
2023/03/08
bug#62053: Guile compiler is unable to compile tiny program
,
Dr. Arne Babenhauserheide
,
2023/03/08
Prev by Date:
bug#56413: [PATCH v2 1/1] scm_i_utf8_string_hash: compute u8 chars not bytes
Next by Date:
bug#62053: Guile compiler is unable to compile tiny program
Previous by thread:
bug#56413: [PATCH v2 1/1] scm_i_utf8_string_hash: compute u8 chars not bytes
Next by thread:
bug#62053: Guile compiler is unable to compile tiny program
Index(es):
Date
Thread