informalsystems / themis-tracer

A tool for managing complex contexts for developing critical systems
Apache License 2.0
4 stars 0 forks source link

Unhelpful error when parsing fails: #65

Closed shonfeder closed 3 years ago

shonfeder commented 3 years ago

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 commented 3 years ago

The root cause was incompatibility between current versions of pandoc and the library we're using to ingest the pandoc_ast (see https://github.com/oli-obk/pandoc-ast/issues/11#issuecomment-79576778).

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.