christoff-buerger/racr

program execution script suggests invalid values for its RACR library argument

Closed this issue · 0 comments

The usage description of run-program.bash (script to execute RACR-based Scheme programs) provides misleading information regarding the -l flag. The intention of -l is to provide a path to a RACR library which should be loaded before execution. Currently however, the script lists the names of all known libraries as feasible -l arguments. Instead, it must list all installation directories of these libraries, since actually not just a library is loaded, but instead one of its configurations (each RACR library directory has one configuration; a library itself can be split across several directories whose interdependencies are configured in the respective configuration of each directory).

This issue is related to issues #44 and #61.