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

Error when calling clean-list-nodes #22

Open
fpischedda opened this issue Apr 15, 2023 · 0 comments
Open

Error when calling clean-list-nodes #22

fpischedda opened this issue Apr 15, 2023 · 0 comments

Comments

@fpischedda
Copy link

fpischedda commented Apr 15, 2023

Hi!

I've compiled from master branch and guile 3.0.1, each time the parser encounters a list it fails at the list cleaning stage with an error, here is the stack trace:

In ice-9/eval.scm:
    159:9  4 (_ #(#(#<directory (haunt reader commonmark) 558c8e…>) …))
In commonmark/sxml.scm:
    33:35  3 (commonmark->sxml _)
In commonmark/blocks.scm:
   308:21  2 (clean-list-nodes (text ((closed . #t)) "`pagination…") #)
   306:21  1 (any-blank-nodes? "node text")
In commonmark/node.scm:
    113:2  0 (node-children "node text")

For now I have commented this line, and it is enough to continue building my site 🙂 but I think it is worth having a look at this issue.

Unfortunately I am not experienced with Guile and guile-commonmark codebase but I would be happy to test any fixes or pair to fix this issue 🙂

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