Hello,
I recently tried running guild lint on a simple guile program, and I got this backtrace:
joshua@dobby ~/prog/guile/web$ guild lint web.scm
Backtrace:
8 (apply-smob/1 #<catch-closure 1cb7320>)
In ice-9/boot-9.scm:
705:2 7 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 6 (_ #(#(#<directory (guile-user) 1d4d140>)))
In /home/joshua/.guix-profile/bin/guild:
72:17 5 (main )
In ice-9/boot-9.scm:
260:13 4 (for-each #<procedure lint (filename)> ("web.scm"))
In scripts/lint.scm:
114:18 3 (lint "web.scm")
In ice-9/threads.scm:
390:8 2 ( )
In ice-9/boot-9.scm:
2715:24 1 ()
2493:45 0 (nested-ref-module #<module () 1cc3d20> #f)
ice-9/boot-9.scm:2493:45: In procedure nested-ref-module:
In procedure car: Wrong type argument in position 1 (expecting pair): #f
Here is the file: https://paste.ubuntu.com/p/qZcQ3xMNR8/
Hello,
I recently tried running guild lint on a simple guile program, and I got this backtrace:
joshua@dobby ~/prog/guile/web$ guild lint web.scm
Backtrace:
8 (apply-smob/1 #<catch-closure 1cb7320>)
In ice-9/boot-9.scm:
705:2 7 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 6 (_ #(#(#<directory (guile-user) 1d4d140>)))
In /home/joshua/.guix-profile/bin/guild:
72:17 5 (main )
In ice-9/boot-9.scm:
260:13 4 (for-each #<procedure lint (filename)> ("web.scm"))
In scripts/lint.scm:
114:18 3 (lint "web.scm")
In ice-9/threads.scm:
390:8 2 ( )
In ice-9/boot-9.scm:
2715:24 1 ()
2493:45 0 (nested-ref-module #<module () 1cc3d20> #f)
ice-9/boot-9.scm:2493:45: In procedure nested-ref-module:
In procedure car: Wrong type argument in position 1 (expecting pair): #f
Here is the file: https://paste.ubuntu.com/p/qZcQ3xMNR8/