invicticide / fractive

Fractive is a free, open-source, Markdown-based hypertext authoring tool for writing interactive fiction.
http://fractive.io
Other
37 stars 5 forks source link

Error messages don't always report correct sourcepos #59

Open invicticide opened 6 years ago

invicticide commented 6 years ago

Sometimes story text compilation errors will either report no sourcepos at all, a sourcepos of (0,0), or a sourcepos that looks correct but turns out to be inaccurate.

I haven't done much investigation of this yet but what I've seen so far suggests Commonmark isn't always setting the sourcepos so it may actually be their bug, not ours...? More research is needed.