Haskell.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

ghc-tickets

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
ghc-tickets@haskell.org

October 2013

  • 1 participants
  • 461 discussions
Re: [GHC] #4124: GHC rejects instance quotations with splices in the instance head
by GHC 05 Oct '13

05 Oct '13
#4124: GHC rejects instance quotations with splices in the instance head ----------------------------------------------+---------------------------- Reporter: lilac | Owner: Type: bug | Status: new Priority: low | Milestone: 7.6.2 Component: Template Haskell | Version: 6.12.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: GHC rejects valid program | Unknown/Multiple Test Case: | Difficulty: Blocking: | Blocked By: 4230 ----------------------------------------------+---------------------------- Comment (by Krzysztof Gogolewski <krz.gogolewski@…>): In [changeset:e595c81ee0951f17d34b918123dfa7711710fe89/testsuite]: {{{ #!CommitTicketReference repository="testsuite" revision="e595c81ee0951f17d34b918123dfa7711710fe89" Add tests for new TH #4124, #4128, #4170, #4364, #6062 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4124#comment:10> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #6062: TH treats non-functions in function position inconsistently
by GHC 05 Oct '13

05 Oct '13
#6062: TH treats non-functions in function position inconsistently -------------------------------------+------------------------------------ Reporter: heisenbug | Owner: simonpj Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.5 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Krzysztof Gogolewski <krz.gogolewski@…>): In [changeset:e595c81ee0951f17d34b918123dfa7711710fe89/testsuite]: {{{ #!CommitTicketReference repository="testsuite" revision="e595c81ee0951f17d34b918123dfa7711710fe89" Add tests for new TH #4124, #4128, #4170, #4364, #6062 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/6062#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #4170: Invalid "duplicate instance" error
by GHC 05 Oct '13

05 Oct '13
#4170: Invalid "duplicate instance" error -------------------------------------+--------------------------------- Reporter: verdelyi | Owner: Type: bug | Status: new Priority: low | Milestone: 7.6.2 Component: Template Haskell | Version: 6.12.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Test Case: | Blocked By: 4230 Blocking: | -------------------------------------+--------------------------------- Comment (by Krzysztof Gogolewski <krz.gogolewski@…>): In [changeset:e595c81ee0951f17d34b918123dfa7711710fe89/testsuite]: {{{ #!CommitTicketReference repository="testsuite" revision="e595c81ee0951f17d34b918123dfa7711710fe89" Add tests for new TH #4124, #4128, #4170, #4364, #6062 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4170#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #4128: Can't capture classes inside a template haskell type quotation
by GHC 05 Oct '13

05 Oct '13
#4128: Can't capture classes inside a template haskell type quotation -------------------------------------+--------------------------------- Reporter: lilac | Owner: Type: feature request | Status: new Priority: low | Milestone: 7.6.2 Component: Template Haskell | Version: 6.12.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Test Case: | Blocked By: 4230 Blocking: | -------------------------------------+--------------------------------- Comment (by Krzysztof Gogolewski <krz.gogolewski@…>): In [changeset:e595c81ee0951f17d34b918123dfa7711710fe89/testsuite]: {{{ #!CommitTicketReference repository="testsuite" revision="e595c81ee0951f17d34b918123dfa7711710fe89" Add tests for new TH #4124, #4128, #4170, #4364, #6062 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4128#comment:9> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #4364: Template Haskell: Cycle in type synonym declarations
by GHC 05 Oct '13

05 Oct '13
#4364: Template Haskell: Cycle in type synonym declarations --------------------------------------------+------------------------------ Reporter: igloo | Owner: simonpj Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler (Type checker) | Version: 7.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Test Case: | Difficulty: Unknown Blocking: | Blocked By: | Related Tickets: --------------------------------------------+------------------------------ Comment (by Krzysztof Gogolewski <krz.gogolewski@…>): In [changeset:e595c81ee0951f17d34b918123dfa7711710fe89/testsuite]: {{{ #!CommitTicketReference repository="testsuite" revision="e595c81ee0951f17d34b918123dfa7711710fe89" Add tests for new TH #4124, #4128, #4170, #4364, #6062 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4364#comment:9> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
[GHC] #8395: Various testsuite fixes for cross-compilation/i386/etc.
by GHC 05 Oct '13

05 Oct '13
#8395: Various testsuite fixes for cross-compilation/i386/etc. ------------------------------+--------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.7 Keywords: | Operating System: Linux Architecture: x86 | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------+--------------------------------- First patch is to libraries/base, other three are to testsuite. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8395> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 3
0 0
Re: [GHC] #3658: Dynamically link GHCi (and use system linker) on platforms that support it
by GHC 05 Oct '13

05 Oct '13
#3658: Dynamically link GHCi (and use system linker) on platforms that support it -------------------------------------------------+------------------------- Reporter: simonmar | Owner: Type: task | thoughtpolice Priority: high | Status: new Component: GHCi | Milestone: 7.8.1 Resolution: | Version: Operating System: Unknown/Multiple | 6.10.4 Type of failure: None/Unknown | Keywords: Test Case: | dynamic link Blocking: 781, 1883, 2283, 3242, 3333, | Architecture: 3372, 3654, 4244, 5062, 5197, 6107, 7056, | Unknown/Multiple 7072, 7097, 7103, 7134, 7316, 7329, 7389, | Difficulty: 7475, 7687 | Unknown | Blocked By: 5987 | Related Tickets: -------------------------------------------------+------------------------- Changes (by AndreasVoellmy): * cc: andreas.voellmy@… (added) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/3658#comment:45> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7152: Add flag to configure that skips overwriting of symlinks on install
by GHC 05 Oct '13

05 Oct '13
#7152: Add flag to configure that skips overwriting of symlinks on install -------------------------------------+------------------------------------ Reporter: tibbe | Owner: thoughtpolice Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Build System | Version: 7.4.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * owner: => thoughtpolice Comment: I'll look into this for 7.8.1. I agree we should maybe have some `gcc_select` style thing, but I don't quite know how these works or the details of Debian's approach, so I may just do the simple thing first and come back to that. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7152#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7712: "make install" fails on Windows
by GHC 05 Oct '13

05 Oct '13
#7712: "make install" fails on Windows ------------------------------------------+-------------------------------- Reporter: dpratt71 | Owner: Type: bug | thoughtpolice Priority: high | Status: new Component: Build System | Milestone: 7.8.1 Resolution: | Version: 7.7 Operating System: Windows | Keywords: Type of failure: Installing GHC failed | Architecture: Test Case: | Unknown/Multiple Blocking: | Difficulty: Unknown | Blocked By: | Related Tickets: ------------------------------------------+-------------------------------- Changes (by thoughtpolice): * owner: => thoughtpolice -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7712#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5218: Add unpackCStringLen# to create Strings from string literals
by GHC 05 Oct '13

05 Oct '13
#5218: Add unpackCStringLen# to create Strings from string literals -------------------------------------+------------------------------------ Reporter: tibbe | Owner: thoughtpolice Type: feature request | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.0.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: 5877 -------------------------------------+------------------------------------ Changes (by thoughtpolice): * owner: => thoughtpolice -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5218#comment:23> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • ...
  • 47
  • Older →

HyperKitty Powered by HyperKitty version 1.3.9.