Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load-args-process: bugfix: :compile action must load. | Kaz Kylheku | 2023-08-22 | 1 | -1/+1 |
| | | | | | | | | | | * stdlib/load-args.tl (load-args-process): When compile-update-file doesn't do anything due to the compiled file being up-to-date, the file must be loaded, so that the effect is similar to compiling. Otherwise subsequent files may fail to compile due to missing definitions such as packages. * txr.1: Documented. | ||||
* | New functions load-args-recurse and load-args-process | Kaz Kylheku | 2023-06-05 | 1 | -0/+49 |
* autoload.c (load_args_set_entries, load_args_instantiate): New static functions. (autoload_init): Register new auto-loaded module "load-args". * stdlib/load-args.tl: New file. * txr.1: Documented. * stdlib/doc-syms.tl: Updated. |