Skip to content

Commit

Permalink
Changes to avoid unnecessary assumptions (#246)
Browse files Browse the repository at this point in the history
* try out a few changes

* continue

* continue

* backup

* fix preds

* backup

* continue

* continue efforts

* last setter

* fix perm for runningPerm

* only Run missing now

* backup

* cleanup unnecessary symbols

* store progress

* backup current status

* backup

* backup

* backup

* backup

* backup

* rm file commited by mistake

* backup

* backup

* fix calls to initMetrics

* backup

* further cleanup

* fix verification error
  • Loading branch information
jcp19 authored Feb 19, 2024
1 parent 685c562 commit e71ba3a
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 387 deletions.
6 changes: 6 additions & 0 deletions router/assumptions.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ ensures malformedPath.ErrorMem()
decreases _
func establishMemMalformedPath()

ghost
ensures alreadySet != nil
ensures alreadySet.ErrorMem()
decreases _
func establishAlreadySet()

ghost
ensures unsupportedPathTypeNextHeader.ErrorMem()
decreases _
Expand Down
Loading

0 comments on commit e71ba3a

Please sign in to comment.