[GHC] #9934: Typo in GHC.RTS.Flags

#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

#9934: Typo in GHC.RTS.Flags
-------------------------------------+-------------------------------------
Reporter: | Owner:
RyanGlScott | Status: new
Type: bug | Milestone:
Priority: normal | Version: 7.10.1-rc1
Component: | Keywords:
libraries/base | Architecture: Unknown/Multiple
Resolution: | Difficulty: Easy (less than 1
Operating System: | hour)
Unknown/Multiple | Blocked By:
Type of failure: Other | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by Herbert Valerio Riedel

#9934: Typo in GHC.RTS.Flags -------------------------------------+------------------------------------- Reporter: | Owner: RyanGlScott | Status: merge Type: bug | Milestone: 7.10.1 Priority: normal | Version: 7.9 Component: | Keywords: libraries/base | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 Operating System: | hour) Unknown/Multiple | Blocked By: Type of failure: Other | Related Tickets: #5364 Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by hvr): * status: new => merge * version: 7.10.1-rc1 => 7.9 * related: => #5364 * milestone: => 7.10.1 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9934#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9934: Typo in GHC.RTS.Flags -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.10.1 Component: libraries/base | Version: 7.9 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Other | Unknown/Multiple Blocked By: | Test Case: Related Tickets: #5364 | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by hvr): * status: merge => closed * resolution: => fixed Comment: merged with 224a48ebc1e4f6fb373884a6ae1de81b11a3f383 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9934#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC