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

Build error, my filter has broken. #5

Open
teodorlu opened this issue Jan 15, 2024 · 2 comments
Open

Build error, my filter has broken. #5

teodorlu opened this issue Jan 15, 2024 · 2 comments

Comments

@teodorlu
Copy link
Owner

$ make
pandoc -s --shift-heading-level-by=1 --from=org+smart -i phenomenology-of-good-code/index.org -t json | ./play.clj filter resolve-links | pandoc -f json -o phenomenology-of-good-code/index.html --standalone --toc -H header-default-include.html -H scittle/scittle-with-extras.html
JSON parse error: Error in $: not enough input
make: *** [phenomenology-of-good-code/index.html] Error 64

play.clj filter resolve-links appears to print no ouput, causing pandoc -f json ... to complain about "" not being valid Pandoc JSON.

@teodorlu
Copy link
Owner Author

I haven't touched this code in a long time. It might make sense to test against older versions of Babashka.

@teodorlu
Copy link
Owner Author

Upgraded Babashka, still seeing the error.

$ bb --version 
babashka v1.3.188

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