Skip to content
New issue

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

guild lint web.scm returns a backtrace #28

Open
jbranso opened this issue Sep 30, 2019 · 0 comments
Open

guild lint web.scm returns a backtrace #28

jbranso opened this issue Sep 30, 2019 · 0 comments

Comments

@jbranso
Copy link

jbranso commented Sep 30, 2019

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant