#10497: Misc bugs with User Guide
-------------------------------------+-------------------------------------
Reporter: Rufflewind | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: | Version: 7.10.1
Documentation | Operating System: Unknown/Multiple
Keywords: | Type of failure: Documentation
Architecture: | bug
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
In https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/prof-
heap.html the image appears to be missing (it seems to be missing a `.png`
extension).
In
https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/hp2ps.html
the use of `-seaside` is suggested but the version of `gv` I have (3.7.4)
only supports `-orientation=seaside`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10497>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
#7371: Supporting old GHC versions in our libraries
-------------------------------------+-------------------------------------
Reporter: igloo | Owner:
Type: task | Status: closed
Priority: normal | Milestone: 7.12.1
Component: Build System | Version: 7.6.1
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => fixed
Comment:
Not a GHC task. But library maintainers do this by using Travis to test
their library with several versions of GHC. See for example:
https://github.com/haskell/filepath/blob/master/.travis.yml
Phabricator is also configured to be 2 generations older than HEAD.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7371#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
#10511: Simplify some preprocessor expressions
-------------------------------------+-------------------------------------
Reporter: Berdes | Owner: Berdes
Type: task | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 7.10.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Some proprocessor expressions can be simplified. For exemple, when
`_MSC_VER` is defined, `_WIN32` is also defined.
So `#if defined(_MSC_VER) || defined(_WIN32)` can be simplified to `#if
defined(_WIN32)`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10511>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
#1475: Adding imports and exports with Template Haskell
-------------------------------------+-------------------------------------
Reporter: igloo | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: ⊥
Component: Template Haskell | Version: 6.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by cdupont):
I have also a use case for it. I need to generate imports that are
extracted from GIT history. Using TH to do that would be elegant as I
could extract the file and splice in the module name in the import list at
the same time.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1475#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
#1407: Add the ability to :set -l{foo} in .ghci files
-------------------------------------+-------------------------------------
Reporter: guest | Owner: archblob
Type: feature request | Status: new
Priority: normal | Milestone: 7.10.1
Component: GHCi | Version: 6.6.1
Resolution: | Keywords:
Operating System: Windows | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions: Phab:D194
-------------------------------------+-------------------------------------
Changes (by archblob):
* owner: => archblob
Comment:
I'll do windows build and see what's wrong.
The test case we should change to a library guaranteed to be on both
plaform, I thought libdl was, we need something better.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1407#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler