Skip to content

Commit

Permalink
Merge branch 'main' into challenge-0003-ptr-arith
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval authored Jul 3, 2024
2 parents fbac065 + df109da commit 8a32992
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

* @model-checking/kani-devs
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/tracking_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Tracking issue for challenge
about: Create a new tracking issue for a challenge
title: "[Tracking Challenge] "
labels: Challenge
---

> **IMPORTANT:** Before submitting this issue, please add this challenge to the runbook and include the link below.
## Runbook Link

[Paste the link to the runbook page for this challenge here]
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This workflow is responsible for building and releasing the book.

name: Build Book
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This workflow is responsible for verifying the standard library with Kani.

name: Kani
Expand Down Expand Up @@ -62,4 +59,3 @@ jobs:
run: |
kani verify-std -Z unstable-options ./library --target-dir ${{ runner.temp }} -Z function-contracts \
-Z mem-predicates -Z ptr-to-ref-cast-checks
3 changes: 0 additions & 3 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This workflow is responsible for building the standard library using the bootstrap script
# and executing the Rust regression.

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

## File system
.DS_Store
desktop.ini
Expand Down
2 changes: 0 additions & 2 deletions doc/book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT
[book]
title = "Verify Rust Std Lib"
description = "How & What?"
Expand Down
3 changes: 0 additions & 3 deletions library/contracts/safety/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

[package]
name = "safety"
version = "0.1.0"
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This version should be updated whenever we update the version of the Rust
# standard library we currently track.

Expand Down

0 comments on commit 8a32992

Please sign in to comment.