You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Other
Category
Num functions
Reasons
Arithmetic
7
Need range spec, bitwise logic
Refinement
3
Need spec for enumerate
1
???
1
Total
12
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: