Skip to content

Commit

Permalink
Update "issues" URL for panic messages to point at saw-script repo.
Browse files Browse the repository at this point in the history
After merging repositories, the saw-core and cryptol-saw-core packages
should no longer direct users to create issues on the old saw-core repo.
  • Loading branch information
Brian Huffman committed Apr 26, 2021
1 parent 7235b12 commit 81cd6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptol-saw-core/src/Verifier/SAW/Cryptol/Panic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ panic = Panic.panic CryptolSawCore

instance PanicComponent CryptolSawCore where
panicComponentName _ = "cryptol-saw-core"
panicComponentIssues _ = "https://github.com/GaloisInc/saw-core/issues"
panicComponentIssues _ = "https://github.com/GaloisInc/saw-script/issues"

{-# Noinline panicComponentRevision #-}
panicComponentRevision = $useGitRevision
Expand Down
2 changes: 1 addition & 1 deletion saw-core/src/Verifier/SAW/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ panic = Panic.panic SawCore

instance PanicComponent SawCore where
panicComponentName _ = "SawCore"
panicComponentIssues _ = "https://github.com/GaloisInc/saw-core/issues"
panicComponentIssues _ = "https://github.com/GaloisInc/saw-script/issues"

{-# Noinline panicComponentRevision #-}
panicComponentRevision = $useGitRevision

0 comments on commit 81cd6d0

Please sign in to comment.