We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: