1
0
Fork
You've already forked mit
0

Change default evaluation environment to REPL one. Fixes issue 7 #13

Merged
fedeinthemix merged 1 commit from fix-scmutils-issue7 into master 2024年09月09日 21:48:49 +02:00
fedeinthemix commented 2024年09月09日 14:08:49 +02:00 (Migrated from gitlab.com)
Copy link

Currently, if one works on a plain file, that is on a file that is not part of a package, evaluation of an expression always happens in the user-initial-environment. However, it's desirable to have the possibility to work in other environments. For example the library SCMUTILS uses an environment called user-generic-environment. This PR changes this and instead selects the environment active in the REPL.

This fixes issue #7

Currently, if one works on a plain file, that is on a file that is not part of a package, evaluation of an expression always happens in the `user-initial-environment`. However, it's desirable to have the possibility to work in other environments. For example the library SCMUTILS uses an environment called `user-generic-environment`. This PR changes this and instead selects the environment active in the REPL. This fixes issue #7
jaor (Migrated from gitlab.com) merged commit ddd2ba733e into master 2024年09月09日 21:48:50 +02:00
jaor commented 2024年09月09日 21:49:06 +02:00 (Migrated from gitlab.com)
Copy link

excellent. pushed!

excellent. pushed!
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geiser/mit!13
Reference in a new issue
geiser/mit
No description provided.
Delete branch "fix-scmutils-issue7"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?