mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.13k stars 111 forks source link

Uniform treatment of local package context #1133

Closed vyzo closed 2 months ago

vyzo commented 4 months ago

We want our tools to work with the local package context where applicable, ie a .gerbil in the current directory, and we should do this with a uniform treatment instead of hacking every tool.

vyzo commented 4 months ago

Perhaps the simplest solution is to have a utility procedure for all the tools that can be used to set the load path to include the local .gerbil.

vyzo commented 4 months ago

Did just that for now.

vyzo commented 2 months ago

this has been implemeted.