Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Unhelpful error when parsing fails: #65

Closed
shonfeder opened this issue Mar 9, 2021 · 1 comment · Fixed by #66
Closed

Unhelpful error when parsing fails: #65

shonfeder opened this issue Mar 9, 2021 · 1 comment · Fixed by #66

Comments

@shonfeder
Copy link
Contributor

When trying to add https://github.com/tendermint/spec/ :

themis-tracer repo add ./spec/
Error: parsing artifact spec/abci/abci.md

Reported by @konnov in internal slack.

@shonfeder
Copy link
Contributor Author

shonfeder commented Mar 10, 2021

The root cause was incompatibility between current versions of pandoc and the library we're using to ingest the pandoc_ast (see oli-obk/pandoc-ast#11 (comment)).

The upshot is we cannot handle any specs with tables using the current stack.

I think this motivates prioritizing #33, which I'll aim to resolve this week if at all possible.

shonfeder added a commit that referenced this issue Mar 10, 2021
Closes #65 by providing an error that lets us clearly identify the
source of the problem (on the basis of an overhaul of the error handling
in this part of the code).
shonfeder added a commit that referenced this issue Mar 10, 2021
Closes #65 by providing an error that lets us clearly identify the
source of the problem (on the basis of an overhaul of the error handling
in this part of the code).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant