-
Notifications
You must be signed in to change notification settings - Fork 377
New literate programming backend forester, *.lagda.tree
#7403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@dannypsnl Sorry for the late review. LGTM. |
9e1aac8
to
f24e9cc
Compare
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
f24e9cc
to
ee49ab1
Compare
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
I follow the suggestions & add new entry into user manual, but I'm not sure where should I put the text in CHANGELOG.md. |
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
Thanks!
Dunno, does not fit under the existing rubric. |
Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
The rst build failed in CI, though I run |
Runs fine for me as well, locally.
|
Thanks! |
Fixed by |
* New literate programming backend forester, `*.lagda.tree` Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * Fix test Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * Provide test cases Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * follows the review suggestions Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * doc: add literate forester entry in user manual Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * to fix build failed Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * missing open braces Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * fix rst Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> * update CHANGELOG Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> --------- Signed-off-by: Lîm Tsú-thuàn <inbox@dannypsnl.me> Authored-by: Lîm Tsú-thuàn <inbox@dannypsnl.me>
PR #7403 was incomplete as it did not add the new extension .lagda.tree to the test runner, so, the tests were actually not run.
Am I missing something? This doesn't generate valid tree files, it generates HTML files with some forester notation left in there. |
@liamoc Indeed, my original plan is using external tool to continue turn left files to valid tree files, but if you prefer, I can try to modify agda itself to complete this job. |
forester is a tool to manage forests of evergreen notes, each note is a file with suffix
.tree
.Here I propose a basic support to treat files
*.lagda.tree
as a literate programming sources, follow structure of others literate languages, hope the format is proper.