-
Notifications
You must be signed in to change notification settings - Fork 6
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
high number of inner_splices / tests cause panic #7
Labels
bug
Something isn't working
Comments
|
Thanks for the report! I'll look into this at some point. Too many mutations might not be that beneficial, might be worth experimenting with. You're more likely to introduce scoping/type errors, and maybe more likely to not get as deep into the compiler. |
Yeah, I already tried out what would happen if I spliced a single file with the nodes of an entire directory, it did not end that well lol :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I used
I ran into a bunch of crashes
The text was updated successfully, but these errors were encountered: