Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,249
    • Issues 4,249
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 391
    • Merge Requests 391
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues

  • Open 88
  • Closed 457
  • All 545
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual Weight
  • Bang patterns don't work as the specification says
    #8952 · opened Apr 03, 2014 by dolio   7.8.1   5   Pnormal Trac import bug incorrect runtime result
    • CLOSED
    • 3
    updated Jul 07, 2019
  • `System.Directory.getPermissions` fails on read-only filesystem
    #8741 · opened Feb 05, 2014 by Herbert Valerio Riedel   7.8.1   7   Phigh Trac import bug external-directory external-unix incorrect runtime result
    • CLOSED
    • 9
    updated Jul 07, 2019
  • 7.8.1 rc1 ghci won't load compiled files
    #8734 · opened Feb 04, 2014 by george.colpitts   7.8.1   7   GHCi Phigh Trac import bug incorrect runtime result
    • CLOSED
    • 8
    updated Jul 07, 2019
  • integer-gmp division regression
    #8726 · opened Feb 02, 2014 by erikd   7.8.1   10   Phighest Trac import bug incorrect runtime result integer-gmp
    • CLOSED
    • 4
    updated Jul 07, 2019
  • forkProcess masks async exceptions inside the child process
    #8433 · opened Oct 10, 2013 by joeyh   7.8.1   5   Pnormal Trac import bug external-unix incorrect runtime result
    • CLOSED
    • 3
    updated Jul 07, 2019
  • unloadObj doesn't work, unloaded_objects list keeps growing in size
    #8291 · opened Sep 14, 2013 by Edward Z. Yang   7.8.1   10   Phighest RTS Trac import bug incorrect runtime result
    • CLOSED
    • 8
    updated Jul 07, 2019
  • setNumCapabilities broken in HEAD
    #8083 · opened Jul 22, 2013 by parcs   7.8.1   10   Phighest RTS Trac import bug incorrect runtime result
    • CLOSED
    • 9
    updated Jul 07, 2019
  • STM fails to validate read.
    #7815 · opened Apr 05, 2013 by Ryan Yates   7.8.1   5   Pnormal RTS STM Trac import bug incorrect runtime result
    • CLOSED
    • 6
    updated Jan 29, 2020
  • modifyMVar does not restore value if callback returns error value
    #7787 · opened Mar 23, 2013 by joeyadams   7.8.1   7   Phigh Trac import bug core libraries incorrect runtime result
    • CLOSED
    • 6
    updated Jul 07, 2019
  • Waiting on non-kqueue supported files on OS X
    #7773 · opened Mar 16, 2013 by AndreasVoellmy   7.8.1   5   Pnormal Trac import bug core libraries incorrect runtime result
    • CLOSED
    • 16
    updated Jul 07, 2019
  • getNumCapabilities uses n_capabilities instead of enabled_capabilities
    #7491 · opened Dec 08, 2012 by Yuras   7.8.1   5   Pnormal Trac import bug core libraries incorrect runtime result
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Test Posix004 fails in test-suite
    #7399 · opened Nov 08, 2012 by paulh   7.8.1   5   Pnormal Trac import bug external-unix incorrect runtime result
    • CLOSED
    • 6
    updated Jul 07, 2019
  • nofib/real/gg is miscompiled at -O1
    #7163 · opened Aug 19, 2012 by Michal Terepeta   7.8.1   10   Phighest Trac import bug incorrect runtime result
    • CLOSED
    • 2
    updated Jul 07, 2019
  • GHCi is too verbose on -v0
    #7139 · opened Aug 13, 2012 by Simon Hengel   7.8.1   5   GHCi Pnormal Trac import bug incorrect runtime result
    • CLOSED
    • 2
    updated Jul 07, 2019
  • Cyclic Type Class Hierarchy Produces <<loop>>
    #6117 · opened May 20, 2012 by jun0   7.8.1   5   Pnormal Trac import bug incorrect runtime result typechecker
    • CLOSED
    • 8
    updated Jul 07, 2019
  • Unboxed operators have wrong fixity
    #6026 · opened Apr 20, 2012 by benl   7.8.1   5   Pnormal Trac import bug core libraries incorrect runtime result
    • CLOSED
    • 6
    updated Jul 07, 2019
  • dph and new code generator don't play nicely with each other
    #5070 · opened Mar 31, 2011 by Edward Z. Yang   7.8.1   3   Data Parallel Haskell Plow Trac import bug incorrect runtime result
    • CLOSED
    • 6
    updated Jul 07, 2019
  • Package flags not command line completable in 7.8
    #9860 · opened Dec 04, 2014 by kolmodin@dtek.chalmers.se   7.8.4   5   Pnormal Trac import bug incorrect runtime result
    • CLOSED
    • 2
    updated Jul 07, 2019
  • signal handlers in unix are passed garbage when using the signle threaded rts
    #9817 · opened Nov 21, 2014 by redneb   7.8.4   5   Pnormal RTS Trac import bug incorrect runtime result
    • CLOSED
    • 3
    updated Jul 07, 2019
  • x86 sse4.2 popCnt16# needs to zero-extend its result
    #9435 · opened Aug 12, 2014 by rwbarton   7.8.4   5   NCG backend Pnormal Trac import bug incorrect runtime result
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 23
  • Next