-
Notifications
You must be signed in to change notification settings - Fork 33
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
Server map error from Odyssey. #1041
Comments
Ok so this is because the server is being sent a miss-match of variable declarations to variables uses. This is an Odyssey bug not an Herbie Bug. |
Odyssey should probably warn in this kind of case--this is a more general problem where we're not really doing any validation of FPCores I think |
Can I close this Herbie bug and just leave the Odyssey one? |
Should the server do validation FPCore input? or is this the validation and should return a |
I think the client side should fix the underlying problem (track free variables & arguments separately) but it would be good if the server checked the inputs and produced a 400 status like you said instead of just crashing. It would be good if no request, no matter how messed up, could crash the server. |
Herbie: 9287265 Odyssey: 8da4444
The text was updated successfully, but these errors were encountered: