function definitions outside modules

This commit is contained in:
2026-01-25 09:49:44 +01:00
parent 4e07ffa70c
commit 6ad1c86b95
7 changed files with 1576 additions and 63 deletions

View File

@@ -1,3 +1,18 @@
* DONE errors should be printed in the org buffer.
* TODO code blck in session gets stuck and does not finish evaluation.
* TODO import top-level defined functions into the session.
* Tasks
** DONE [[./tasks/00-index.md]]
** DONE [[./tasks/01-project-setup.md]]
** DONE [[./tasks/02-basic-execution.md]]
** DONE [[./tasks/03-variable-injection.md]]
** DONE [[./tasks/04-error-handling.md]]
** DONE [[./tasks/05-result-formatting.md]]
** DONE [[./tasks/06-test-suite.md]]
** DONE [[./tasks/07-session-support.md]]
** TODO [[./tasks/08-mix-project-support.md]]
** TODO [[./tasks/09-remote-shell.md]]
** TODO [[./tasks/10-async-execution.md]]
** DONE [[./tasks/11-fix-error-display-in-buffer.md]]
** DONE [[./tasks/12-imports-block-support-FIX.md]]
** DONE [[./tasks/12-imports-block-support.md]]
* Issues
** TODO code block in session gets stuck and does not finish evaluation.