This issue is intended to track progress on supporting Tock kernel code. Below, I have made two tables describing the code that we currently have to ignore or trust in Tock. As I create minimized examples and create issues for these individual bugs, I will add links here
Trusted functions
Category
Num bugs
Example
Related issues
ICE: to_sort_list called on bound variable list with non-refinements
Here I outline the functions that are trusted because of valid refinement errors (i.e., Arithmetic errors, OOB, can't prove predondition, etc.) for my own use.
This issue is intended to track progress on supporting Tock kernel code. Below, I have made two tables describing the code that we currently have to ignore or trust in Tock. As I create minimized examples and create issues for these individual bugs, I will add links here
Trusted functions
to_sort_list
called on bound variable list with non-refinementsHere I outline the functions that are trusted because of valid refinement errors (i.e., Arithmetic errors, OOB, can't prove predondition, etc.) for my own use.
Other