Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gxensemble repl seems to be broken in master #1258

Open
teggotic opened this issue Jul 26, 2024 · 1 comment
Open

gxensemble repl seems to be broken in master #1258

teggotic opened this issue Jul 26, 2024 · 1 comment
Assignees

Comments

@teggotic
Copy link

In current master branch (8e999aa) if you try to run ensemble repl command, it would fail due to undefined variable.

However, if you compile the latest release branch v0.18.1, there would be no such issue.

image
image

I'm very new to gerbil (and to scheme languages as a whole), however, I assume that the problem appeared after 341bc76 commit, which removed the definition. Which means that there are only usages of the current-module-registry variable, both are in the src/tools/gxensemble.ss file, like

(remote-eval server-id '(current-module-registry)))))

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.

*** WARNING -- Variable "find-library-module" used in module "gxensemble~0" is undefined

It seems like, the find-library-module one appeared after this commit d23b9aa.

@vyzo
Copy link
Collaborator

vyzo commented Jul 26, 2024

Thanks for reporting!

Yes indeed, the repl has broken with the recent changes.

@vyzo vyzo self-assigned this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants