[GHC] #13357: Check demand signatures for catchRetry# and catchSTM#

#13357: Check demand signatures for catchRetry# and catchSTM# -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: (none) Type: task | Status: new Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- #13330 was fixed by giving `catch#` a different (simpler and more honest) demand signature. Are the signatures for `catchRetry#` and `catchSTM#` similarly problematic? We need to check. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13357 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13357: Check demand signatures for catchRetry# and catchSTM# -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: (none) Type: task | Status: patch Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3263 Wiki Page: | -------------------------------------+------------------------------------- Changes (by dfeuer): * status: new => patch * differential: => Phab:D3263 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13357#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13357: Check demand signatures for catchRetry# and catchSTM# -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: (none) Type: task | Status: patch Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Exceptions Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3263 Wiki Page: | -------------------------------------+------------------------------------- Changes (by simonpj): * keywords: => Exceptions -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13357#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13357: Check demand signatures for catchRetry# and catchSTM# -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: (none) Type: task | Status: closed Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: fixed | Keywords: Exceptions Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3263 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: This was resolved for `catchSTM#` in 6a94b8bba999ce111a8195ab398291dce5bcef2d. dfeuer, have you confirmed that `catchRetry#` is alright? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13357#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13357: Check demand signatures for catchRetry# and catchSTM# -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: (none) Type: task | Status: new Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Exceptions Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3263 Wiki Page: | -------------------------------------+------------------------------------- Changes (by dfeuer): * status: closed => new * resolution: fixed => Comment: No, I left `catchRetry#` alone, and can't vouch for it. Let me consider it a bit. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13357#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13357: Check demand signatures for catchRetry# and catchSTM# -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: (none) Type: task | Status: new Priority: normal | Milestone: 8.4.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Exceptions Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3263 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * milestone: 8.2.1 => 8.4.1 Comment: Bumping off to 8.4 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13357#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC