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

Pycket instantiates modules a different number of times than Racket #283

Open
samth opened this issue Dec 17, 2018 · 1 comment
Open

Pycket instantiates modules a different number of times than Racket #283

samth opened this issue Dec 17, 2018 · 1 comment

Comments

@samth
Copy link
Collaborator

samth commented Dec 17, 2018

Several issues here:

1. Pycket doesn't load the configure-runtime submodule.
2. Pycket instanitates too many times when loading racket/base, by about 20. The smallest module where I've seen this issue is racket/private/base, by 12.
3. Pycket instatiates fewer linklets when loading racket/private/namespace, by 2 (even though Pycket loads 2 extra on startup). racket/private/namespace does not have a configure-runtime submodule.

@samth
Copy link
Collaborator Author

samth commented Dec 17, 2018

First part addressed by eb73b38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant