Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Dec 12, 2024
1 parent e65322e commit f47d83c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions doc/src/general-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,12 @@ Reviews of solutions towards challenges should consider at least the following a
1. Does the pull request implement a solution that respects/meets the success
criteria of the challenge?
2. Do the contracts and harnesses incorporate the safety conditions stated in
the documentation (from comments in the code and the [standard library documentation](https://doc.rust-lang.org/std/index.html))? Note that we
currently focus on safety verification. Pre- and post-conditions towards
functional correctness are acceptable as long as they do not negatively
impact verification of safety, such as over-constraining input values.
3. Is the contributed code of adequate quality and idiomatic (to the best of the
committee member's knowledge).
the documentation (from comments in the code and the
[standard library documentation](https://doc.rust-lang.org/std/index.html))?
Note that we currently focus on safety verification. Pre- and post-conditions
towards functional correctness are acceptable as long as they do not
negatively impact verification of safety, such as over-constraining input
values or causing excessive verification run time.
3. Is the contributed code of adequate quality, idiomatic, and stands a chance
to be accepted into the standard library (to the best of the committee
member's knowledge)?

0 comments on commit f47d83c

Please sign in to comment.