From fa0ccbb8731e3a44dba130e835ce2a5da994c66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= <omeragacan@gmail.com> Date: Wed, 10 Apr 2019 12:17:03 +0300 Subject: [PATCH] Update a panic message Point users to the right URL --- compiler/ghci/ByteCodeLink.hs | 4 ++-- .../tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr | 4 ++-- .../T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 | 4 ++-- .../T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 | 4 ++-- testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr | 4 ++-- .../T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 | 4 ++-- .../T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/compiler/ghci/ByteCodeLink.hs b/compiler/ghci/ByteCodeLink.hs index f2a368ba5c..9138d1c125 100644 --- a/compiler/ghci/ByteCodeLink.hs +++ b/compiler/ghci/ByteCodeLink.hs @@ -154,8 +154,8 @@ linkFail who what , "the missing library using the -L/path/to/object/dir and -lmissinglibname" , "flags, or simply by naming the relevant files on the GHCi command line." , "Alternatively, this link failure might indicate a bug in GHCi." - , "If you suspect the latter, please send a bug report to:" - , " glasgow-haskell-bugs@haskell.org" + , "If you suspect the latter, please report this as a GHC bug:" + , " https://www.haskell.org/ghc/reportabug" ]) diff --git a/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr b/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr index fdb91d14c3..30d756f058 100644 --- a/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr +++ b/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr @@ -20,6 +20,6 @@ archives or DLLs needed by your current session. Restart GHCi, specifying the missing library using the -L/path/to/object/dir and -lmissinglibname flags, or simply by naming the relevant files on the GHCi command line. Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please send a bug report to: - glasgow-haskell-bugs@haskell.org +If you suspect the latter, please report this as a GHC bug: + https://www.haskell.org/ghc/reportabug diff --git a/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 b/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 index 73d736c85f..1b32baf67e 100644 --- a/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 +++ b/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 @@ -20,6 +20,6 @@ archives or DLLs needed by your current session. Restart GHCi, specifying the missing library using the -L/path/to/object/dir and -lmissinglibname flags, or simply by naming the relevant files on the GHCi command line. Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please send a bug report to: - glasgow-haskell-bugs@haskell.org +If you suspect the latter, please report this as a GHC bug: + https://www.haskell.org/ghc/reportabug diff --git a/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 b/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 index 1fea3e2079..d38e1c00ec 100644 --- a/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 +++ b/testsuite/tests/rts/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 @@ -20,6 +20,6 @@ archives or DLLs needed by your current session. Restart GHCi, specifying the missing library using the -L/path/to/object/dir and -lmissinglibname flags, or simply by naming the relevant files on the GHCi command line. Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please send a bug report to: - glasgow-haskell-bugs@haskell.org +If you suspect the latter, please report this as a GHC bug: + https://www.haskell.org/ghc/reportabug diff --git a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr index b5e9213149..0f54eab090 100644 --- a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr +++ b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr @@ -20,6 +20,6 @@ archives or DLLs needed by your current session. Restart GHCi, specifying the missing library using the -L/path/to/object/dir and -lmissinglibname flags, or simply by naming the relevant files on the GHCi command line. Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please send a bug report to: - glasgow-haskell-bugs@haskell.org +If you suspect the latter, please report this as a GHC bug: + https://www.haskell.org/ghc/reportabug diff --git a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 index 48245cc4c1..6226dda848 100644 --- a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 +++ b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 @@ -20,6 +20,6 @@ archives or DLLs needed by your current session. Restart GHCi, specifying the missing library using the -L/path/to/object/dir and -lmissinglibname flags, or simply by naming the relevant files on the GHCi command line. Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please send a bug report to: - glasgow-haskell-bugs@haskell.org +If you suspect the latter, please report this as a GHC bug: + https://www.haskell.org/ghc/reportabug diff --git a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 index 4d4656f690..5b9103e606 100644 --- a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 +++ b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 @@ -20,6 +20,6 @@ archives or DLLs needed by your current session. Restart GHCi, specifying the missing library using the -L/path/to/object/dir and -lmissinglibname flags, or simply by naming the relevant files on the GHCi command line. Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please send a bug report to: - glasgow-haskell-bugs@haskell.org +If you suspect the latter, please report this as a GHC bug: + https://www.haskell.org/ghc/reportabug -- GitLab