Small bugfix in ghci completion code
Judah Jacobson
judah.jacobson at gmail.com
Tue Feb 13 23:06:11 EST 2007
Attached is a small (one-line) fix for a minor bug I found in the ghci
tab-completion code. To reproduce this bug, in ghci type ":m GHC.Pr"
and press tab. That line will expand to ":m GHC.PrimopWrappers"
rather than showing both "GHC.PrimopWrappers" and "GHC.Prim" as
possibilities.
If it looks OK, can someone please apply this patch? (I think it's
good for both 6.6.1 and 6.8.) Note that this bugfix is independent of
any work I've been doing on task #998.
Thanks,
-Judah
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bias.patch
Type: application/octet-stream
Size: 189700 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/cvs-ghc/attachments/20070213/eab30c51/bias-0001.obj
More information about the Cvs-ghc
mailing list