gradual-verification / silicon-gv

Mozilla Public License 2.0
0 stars 3 forks source link

Eval contains cases for unsupported features #13

Closed jennalwise closed 3 years ago

jennalwise commented 3 years ago

The parser should eliminate the possibility for eval to go into cases for unsupported features. However, if there are bugs in the parser, then eval might be running cases that are not thought about w.r.t to gradualness. It is possible, then that unknown and incorrect behavior might occur during verification. Commenting out such cases and relying on a default case to throw a FeatureUnsupported exception would be helpful for debugging issues in the parser or elsewhere.

jennalwise commented 3 years ago

Done in: https://github.com/gradual-verification/silicon-gv/commit/67f4aa4c108256d7620086983e0136e1cfd895d0