-
Notifications
You must be signed in to change notification settings - Fork 8
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
Plan::new
panics with invalid parameters.
#11
Comments
Hi. Any update on this? |
@tlepoint sorry this fell through the cracks ! |
yeah, this looks like a bug on our end. i'll see if i can fix it in the next couple days and check if there's other places where we have potential panics as well |
Awesome, thanks a lot for the fix. Will try it out this week! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to construct
the programs crashes (instead of returning
None
, as I would have expected):The text was updated successfully, but these errors were encountered: