[GHC] #9934: Typo in GHC.RTS.Flags
GHC
ghc-devs at haskell.org
Mon Dec 29 05:49:57 UTC 2014
#9934: Typo in GHC.RTS.Flags
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.10.1-rc1
Keywords: | Operating System:
Architecture: Unknown/Multiple | Unknown/Multiple
Difficulty: Easy (less than 1 | Type of failure: Other
hour) | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Currently, the {{{GCFlags}}} data type in the {{{GHC.RTS.Flags}}} module
of {{{base-4.8.0.0}}} has a field named {{{heapSizeSuggesionAuto}}}
(without a {{{t}}} in {{{Suggesion}}}). Given that the corresponding
struct field in {{{rts/Flags.h}}} is named {{{heapSizeSuggestionAuto}}},
this is probably a typo.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9934>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list