gxensemble repl seems to be broken in master #1258
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#1258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
In current master branch (
github.com/mighty-gerbils/gerbil@8e999aa1ee) if you try to runensemble replcommand, it would fail due to undefined variable.However, if you compile the latest release branch
v0.18.1, there would be no such issue.I'm very new to gerbil (and to scheme languages as a whole), however, I assume that the problem appeared after
github.com/mighty-gerbils/gerbil@341bc7699acommit, which removed the definition. Which means that there are only usages of thecurrent-module-registryvariable, both are in thesrc/tools/gxensemble.ssfile, likegithub.com/mighty-gerbils/gerbil@8e999aa1ee/src/tools/gxensemble.ss (L700)On that note, there is another problem, although it does not affect anything I've tried. The warning you can see on the screenshots above. It happens when running an ensemble tool.
It seems like, the
find-library-moduleone appeared after this commitgithub.com/mighty-gerbils/gerbil@d23b9aa070.Thanks for reporting!
Yes indeed, the repl has broken with the recent changes.