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

Handle functions in nested data #4

Open
acfoltzer opened this issue Jul 17, 2015 · 0 comments
Open

Handle functions in nested data #4

acfoltzer opened this issue Jul 17, 2015 · 0 comments
Labels
Milestone

Comments

@acfoltzer
Copy link
Contributor

The code for building a closure on the Python side out of a Cryptol value currently only checks the top-level type of the expression to see whether it's a function. This means that if a function is wrapped up in, say, a tuple, it does not get converted into a callable Python function.

Unfortunately this will require a fair amount of refactoring on the cryptol-server side given how we're generating JSON.

@acfoltzer acfoltzer added the bug label Jul 17, 2015
@acfoltzer acfoltzer modified the milestone: Someday Oct 26, 2015
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