Skip to content

Commit

Permalink
* Fixed links.
Browse files Browse the repository at this point in the history
  Cannot use relative links, these only work from within github, not from the project page.
  • Loading branch information
Jellix committed Jun 17, 2020
1 parent b770dee commit d494d06
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,12 @@ First of all, as mentioned earlier, it is *not* implemented for the summary
display. If you try that, `spat` will warn you and resort to sorting by time.

Similar goes for the `--cut-off` option, which still only takes the
[maximum proof time into account](../../issues/33).
[maximum proof time into account](https://github.com/HeisenbugLtd/spat/issues/33).

The [idea behind this sorting option](../../issues/29) is that you may want to
know where provers spend useless time (e.g. where a prover is called which is
known to not be able to prove a certain verification condition). After all,
all provers have their strengths and weaknesses.
The [idea behind this sorting option](https://github.com/HeisenbugLtd/spat/issues/29)
is that you may want to know where provers spend useless time (e.g. where a
prover is called which is known to not be able to prove a certain verification
condition). After all, all provers have their strengths and weaknesses.

Sorting by maximum successful proof time usually only makes sense when also
invoked with the `--report-mode=failed` (or even more restrictive) filter
Expand Down Expand Up @@ -542,7 +542,8 @@ from (this VC would not be shown at all in `--report-mode=failed`).
## Tool Limitations

* `spat` only reports accurate timings if it is used after a
[pristine run](../../issues/22#issue-637738483) of `gnatprove`.
[pristine run](https://github.com/HeisenbugLtd/spat/issues/22#issue-637738483)
of `gnatprove`.

That means, let's say you have a failed proof, you change the code, and run
`gnatprove` again, all times reported for unchanged entitites will be
Expand Down

0 comments on commit d494d06

Please # to comment.