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

Allow using async code in generated source #12

Open
devdanzin opened this issue Nov 10, 2024 · 1 comment
Open

Allow using async code in generated source #12

devdanzin opened this issue Nov 10, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@devdanzin
Copy link
Owner

It should be possible to use async functions, loops, etc. to hunt for bugs.

@devdanzin devdanzin added enhancement New feature or request help wanted Extra attention is needed labels Nov 10, 2024
@devdanzin devdanzin added this to the Future milestone Nov 10, 2024
@devdanzin devdanzin modified the milestones: Future, 1.6 Nov 27, 2024
@devdanzin
Copy link
Owner Author

Rudimentary support for generating async code has been added, but it doesn't seem to exercise the interpreter in any interesting ways and hasn't found any crashers. We should consult with async experts to see if there's a way to create code that might increase the change of finding issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant