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

Prevent Cryptol names from overwriting Python built-in names #12

Closed
acfoltzer opened this issue Oct 15, 2015 · 0 comments
Closed

Prevent Cryptol names from overwriting Python built-in names #12

acfoltzer opened this issue Oct 15, 2015 · 0 comments
Labels
Milestone

Comments

@acfoltzer
Copy link
Contributor

Add a filter for names to assign to new CryptolModules so that things like the class hierarchy and built-in methods don't get overwritten.

@acfoltzer acfoltzer added the bug label Oct 15, 2015
@acfoltzer acfoltzer modified the milestone: 1.0.0a2 Oct 26, 2015
acfoltzer pushed a commit that referenced this issue Nov 6, 2015
Also adds a method for referring to any top-level declaration by
name. This was possible before with `eval`, but that required
re-evaluation every time.

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

No branches or pull requests

1 participant