mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-02 00:53:15 +03:00
Change the panic message
Switch from requesting bug reports to "cryptol-bugs@galois.com" to the github issue tracker.
This commit is contained in:
parent
5faf927b3e
commit
67a28f4e73
@ -26,7 +26,7 @@ data CryptolPanic = CryptolPanic { panicLoc :: String
|
||||
instance Show CryptolPanic where
|
||||
show p = unlines $
|
||||
[ "You have encountered a bug in Cryptol's implementation."
|
||||
, "*** Please report this problem to cryptol-bugs@galois.com"
|
||||
, "*** Please create an issue at https://github.com/galoisinc/cryptol/issues"
|
||||
, ""
|
||||
, "%< --------------------------------------------------- "
|
||||
] ++ rev ++
|
||||
|
Loading…
Reference in New Issue
Block a user