[Git][ghc/ghc][wip/T24040-ghci-timeout-squashed] since :timeout now exist, the :def time is no longer possible. Replaced :def...
Hassan Al-Awwadi (@hassan.awwadi)
gitlab at gitlab.haskell.org
Mon Feb 5 12:33:41 UTC 2024
Hassan Al-Awwadi pushed to branch wip/T24040-ghci-timeout-squashed at Glasgow Haskell Compiler / GHC
Commits:
39866f26 by Hassan Al-Awwadi at 2024-02-05T13:31:33+01:00
since :timeout now exist, the :def time is no longer possible. Replaced :def time with :def toys, another arbitrary 4 letter t word.
- - - - -
2 changed files:
- testsuite/tests/ghci/scripts/T8305.script
- testsuite/tests/ghci/scripts/T8305.stdout
Changes:
=====================================
testsuite/tests/ghci/scripts/T8305.script
=====================================
@@ -16,7 +16,7 @@
:def! ty (\e -> putStrLn "called :ty macro" >> return "")
:def! type (\e -> putStrLn "called :type macro" >> return "")
:def type2 (\e -> putStrLn "called :type2 macro" >> return "")
-:def time (\e -> putStrLn "called :time macro" >> return "")
+:def toys (\e -> putStrLn "called :toys macro" >> return "")
:def! ki (\e -> putStrLn "called :ki macro" >> return "")
:def kind2 (\e -> putStrLn "called :kind2 macro" >> return "")
=====================================
testsuite/tests/ghci/scripts/T8305.stdout
=====================================
@@ -2,4 +2,4 @@ called :type macro
() :: *
called :type macro
() :: *
-called :time macro
+called :toys macro
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/39866f26a0c1c66e9383a6c6926739f5ed8957d3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/39866f26a0c1c66e9383a6c6926739f5ed8957d3
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240205/a51d97b2/attachment.html>
More information about the ghc-commits
mailing list