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

use abstract closures for CreateBuiltInFunction #1894

Closed
bakkot opened this issue Mar 10, 2020 · 2 comments · Fixed by #2439
Closed

use abstract closures for CreateBuiltInFunction #1894

bakkot opened this issue Mar 10, 2020 · 2 comments · Fixed by #2439

Comments

@bakkot
Copy link
Contributor

bakkot commented Mar 10, 2020

#1889 introduced a notion of an abstract closure, but we still pass algorithm steps around directly as an argument to CreateBuiltInFunction. It would be nice to replace those with abstract closures too. Plus, the inline style for abstract closures is probably more readable - this would resolve #933.

@michaelficarra
Copy link
Member

@bakkot Is this fixed by #2109?

@bakkot
Copy link
Contributor Author

bakkot commented Jun 20, 2021

No, there's still a bunch of places we do this. I'm preparing a PR.

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

Successfully merging a pull request may close this issue.

2 participants