I had to edit some .ipkg/Inigo.toml files to get it to compile when
editing locally, not sure how it was working without those changes
before...
Most of these changes were pretty rote, but I had to dig in a bit to
combineText, and I'm not sure what I'm doing there. I split those changes
out to a separate commit so they're easier to review.
Yep, make bootstrap works ok, but if I try edit the files like cd Base/Markdown and then open the files with idris2 it complains that it can't find the module Extra.Text or whatever...
https://github.com/idris-lang/Idris2/pull/1808 had some breaking changes for the parser library used here for Markdown/SemVer/Toml, so these changes should make it compile again.
I had to edit some
.ipkg
/Inigo.toml
files to get it to compile when editing locally, not sure how it was working without those changes before...Most of these changes were pretty rote, but I had to dig in a bit to
combineText
, and I'm not sure what I'm doing there. I split those changes out to a separate commit so they're easier to review.