[Git][ghc/ghc][wip/T24040-ghci-timeout-squashed] timeout should not be mentioned here in retrospect
Hassan Al-Awwadi (@hassan.awwadi)
gitlab at gitlab.haskell.org
Mon Feb 5 22:53:07 UTC 2024
Hassan Al-Awwadi pushed to branch wip/T24040-ghci-timeout-squashed at Glasgow Haskell Compiler / GHC
Commits:
f24aee8c by Hassan Al-Awwadi at 2024-02-05T23:22:24+01:00
timeout should not be mentioned here in retrospect
- - - - -
1 changed file:
- ghc/GHCi/UI.hs
Changes:
=====================================
ghc/GHCi/UI.hs
=====================================
@@ -3792,7 +3792,7 @@ completeShowOptions = wrapCompleter flagWordBreakChars $ \w -> do
return (filter (w `isPrefixOf`) opts)
where opts = [ "args", "prog", "editor", "stop",
"modules", "bindings", "linker", "breaks",
- "context", "packages", "paths", "language", "imports", "timeout"]
+ "context", "packages", "paths", "language", "imports"]
completeShowiOptions = wrapCompleter flagWordBreakChars $ \w -> do
return (filter (w `isPrefixOf`) ["language"])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f24aee8ca20ec2b1a1318b02bd047ca3056e92a3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f24aee8ca20ec2b1a1318b02bd047ca3056e92a3
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/a625a224/attachment.html>
More information about the ghc-commits
mailing list