noprompt / meander

Tools for transparent data transformation
MIT License
922 stars 55 forks source link

Link to Meander documentation is broken #157

Closed dgr closed 3 years ago

dgr commented 3 years ago

The README.md file Documentation section links to https://cljdoc.org/d/meander/epsilon/ which display an error: API & Git import failed in build #37351.

noprompt commented 3 years ago

According to the build failure the problem is

 No such namespace: meander.match.syntax.specs.epsilon, could not locate meander/match/syntax/specs/epsilon.cljs, meander/match/syntax/specs/epsilon.cljc, or JavaScript source providing "meander.match.syntax.specs.epsilon" in file /tmp/cljdoc-meander-epsilon-0.0.5335253192555867675969/contents/meander/match/check/specs/epsilon.cljc

which is a quick fix.

noprompt commented 3 years ago

I've fixed the broken :require clause and will make a new release sometime tomorrow.

noprompt commented 3 years ago

The docs for the most recent build are here.