Closed Aire-One closed 4 months ago
Ok so, after some playing around and reinstalling the dependencies (luafilesystem) and rebuilding the rock from the rockspec again, I finally sorted out this require("lfs")
issue.
I'm not done yet, tho. docgen.lua
depends on tree-sitter and the parser from https://github.com/euclidianAce/tree-sitter-teal. After generating the parser.so
and moved it as ./teal.so
in the working directory, I have the error:
make docs
./bin/cyan run scripts/docgen.tl
Docgen Processed cyan/ansi.tl
Docgen Processed cyan/colorstring.tl
malloc(): invalid next size (unsorted)
make: *** [Makefile:50: docs/index.html] Aborted (core dumped)
Hello, :wave:
It seems the link from the README https://teal-language.github.io/cyan/ is down. According to https://github.com/teal-language/cyan/actions/runs/4219037124, the page has expired.
I tried to clone the repo and run
make docs
, but it fails with