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 -----
  • 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

February 2014

  • 1 participants
  • 603 discussions
Re: [GHC] #2507: quotation characters in error messages
by GHC 25 Feb '14

25 Feb '14
#2507: quotation characters in error messages -------------------------------------+------------------------------------ Reporter: Isaac Dupree | Owner: Type: feature request | Status: merge Priority: lowest | Milestone: 7.6.2 Component: Compiler | Version: 6.8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #2811,#3398 -------------------------------------+------------------------------------ Comment (by hvr): FYI, just found this related article [http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html ASCII and Unicode quotation marks], which is summarised as follows: > Please do not use the ASCII grave accent (0x60) as a left quotation mark together with the ASCII apostrophe (0x27) as the corresponding right quotation mark (as in `quote'). Your text will otherwise appear rather strange with most modern fonts (e.g., on Windows and Mac systems). Only old X Window System fonts and some old video terminals show ASCII 0x60/0x27 as left and right quotation marks, while most modern systems follow the ISO and Unicode standards instead. > > If you can use only ASCII’s typewriter characters, then use the apostrophe character (0x27) as both the left and right quotation mark (as in 'quote'). If you can use Unicode characters, nice directional quotation marks are available in the form of characters U+2018, U+2019, U+201C, and U+201D (as in ‘quote’ or “quote”). -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2507#comment:34> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #2507: quotation characters in error messages
by GHC 25 Feb '14

25 Feb '14
#2507: quotation characters in error messages -------------------------------------+------------------------------------ Reporter: Isaac Dupree | Owner: Type: feature request | Status: merge Priority: lowest | Milestone: 7.6.2 Component: Compiler | Version: 6.8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #2811,#3398 -------------------------------------+------------------------------------ Changes (by hvr): * status: patch => merge Comment: I'm setting this ticket to `merge` to have this considered for merging into GHC 7.8 (meaning, I'll leave the decision up to Austin :-) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2507#comment:33> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #2507: quotation characters in error messages
by GHC 25 Feb '14

25 Feb '14
#2507: quotation characters in error messages -------------------------------------+------------------------------------ Reporter: Isaac Dupree | Owner: Type: feature request | Status: patch Priority: lowest | Milestone: 7.6.2 Component: Compiler | Version: 6.8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #2811,#3398 -------------------------------------+------------------------------------ Comment (by Herbert Valerio Riedel <hvr@…>): In [changeset:"018676c7f883886b388652c913c99a10d2591b0b/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="018676c7f883886b388652c913c99a10d2591b0b" Use U+2018 instead of U+201B quote mark in compiler messages This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by: Herbert Valerio Riedel <hvr(a)gnu.org> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2507#comment:32> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
[GHC] #8821: Functional dependency coverage check does not use type equalities
by GHC 24 Feb '14

24 Feb '14
#8821: Functional dependency coverage check does not use type equalities -------------------------------------------+------------------------------- Reporter: glguy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler (Type checker) | Version: 7.6.3 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: -------------------------------------------+------------------------------- When checking the coverage condition to validate an instance, we should also consider equality constraints because they have a dependency in both directions. {{{ class C a b | a -> b instance (a ~ b) => C a b -- Illegal instance declaration for ‛C a b’ -- The coverage condition fails in class ‛C’ -- for functional dependency: ‛a -> b’ -- Reason: lhs type ‛a’ does not determine rhs type ‛b’ -- Using UndecidableInstances might help -- In the instance declaration for ‛C a b’ }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8821> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 1
0 0
Re: [GHC] #2507: quotation characters in error messages
by GHC 24 Feb '14

24 Feb '14
#2507: quotation characters in error messages -------------------------------------+------------------------------------ Reporter: Isaac Dupree | Owner: Type: feature request | Status: patch Priority: lowest | Milestone: 7.6.2 Component: Compiler | Version: 6.8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #2811,#3398 -------------------------------------+------------------------------------ Changes (by hvr): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2507#comment:31> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5013: sporadic failures during compilation under solaris
by GHC 24 Feb '14

24 Feb '14
#5013: sporadic failures during compilation under solaris ----------------------------------+--------------------------- Reporter: maeder | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.6.2 Component: Compiler | Version: 7.6.1 Resolution: | Keywords: Operating System: Solaris | Architecture: x86 Type of failure: Runtime crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ----------------------------------+--------------------------- Comment (by maeder): The patches are just these (as described in comment:24) {{{ -bash-3.2$ diff -u libraries/unix/System/Posix/Files.hsc~ libraries/unix/System/Posix/Files.hsc --- libraries/unix/System/Posix/Files.hsc~ Di Nov 5 15:27:50 2013 +++ libraries/unix/System/Posix/Files.hsc Di Nov 5 15:32:50 2013 @@ -185,7 +185,7 @@ fp <- mallocForeignPtrBytes (#const sizeof(struct stat)) withForeignPtr fp $ \p -> withFilePath path $ \s -> - throwErrnoPathIfMinus1_ "getFileStatus" path (c_stat s p) + throwErrnoPathIfMinus1Retry_ "getFileStatus" path (c_stat s p) return (FileStatus fp) -- | Acts as 'getFileStatus' except when the 'FilePath' refers to a symbolic -bash-3.2$ diff -u libraries/unix/System/Posix/Files.hsc~ libraries/unix/System/Posix/Files.hsc -bash-3.2$ diff -u libraries/unix/System/Posix/Files/ByteString.hsc~ libraries/unix/System/Posix/Files/ByteString.hsc --- libraries/unix/System/Posix/Files/ByteString.hsc~ Di Nov 5 15:28:33 2013 +++ libraries/unix/System/Posix/Files/ByteString.hsc Di Nov 5 15:33:26 2013 @@ -167,7 +167,7 @@ fp <- mallocForeignPtrBytes (#const sizeof(struct stat)) withForeignPtr fp $ \p -> withFilePath path $ \s -> - throwErrnoPathIfMinus1_ "getFileStatus" path (c_stat s p) + throwErrnoPathIfMinus1Retry_ "getFileStatus" path (c_stat s p) return (FileStatus fp) -- | Acts as 'getFileStatus' except when the 'RawFilePath' refers to a symbolic }}} These files contain trailing white spaces (that my editor deleted automatically). -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5013#comment:30> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5013: sporadic failures during compilation under solaris
by GHC 24 Feb '14

24 Feb '14
#5013: sporadic failures during compilation under solaris ----------------------------------+--------------------------- Reporter: maeder | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.6.2 Component: Compiler | Version: 7.6.1 Resolution: | Keywords: Operating System: Solaris | Architecture: x86 Type of failure: Runtime crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ----------------------------------+--------------------------- Comment (by kgardas): Do you have a patch? I'm asking since for complete verification I would need to: 1) patch and build 7.6.x (using gmake -j1) 2) patch GHC HEAD and build with (1) using gmake -jX The reason is simple, your offered patch GHC will be used just to build ghc-stage1 + boot libs and this is just a small part of GHC bootstrap. Everything else will go with ghc-stage1 which also needs to be patched. Thanks! -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5013#comment:29> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5013: sporadic failures during compilation under solaris
by GHC 24 Feb '14

24 Feb '14
#5013: sporadic failures during compilation under solaris ----------------------------------+--------------------------- Reporter: maeder | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.6.2 Component: Compiler | Version: 7.6.1 Resolution: | Keywords: Operating System: Solaris | Architecture: x86 Type of failure: Runtime crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ----------------------------------+--------------------------- Comment (by maeder): Could you test my ghc-7.6.3-i386 solaris bin-dist that contains the above patch, if it solves this (NFS) problem? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5013#comment:28> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #2507: quotation characters in error messages
by GHC 23 Feb '14

23 Feb '14
#2507: quotation characters in error messages -------------------------------------+------------------------------------ Reporter: Isaac Dupree | Owner: Type: feature request | Status: new Priority: lowest | Milestone: 7.6.2 Component: Compiler | Version: 6.8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #2811,#3398 -------------------------------------+------------------------------------ Comment (by ErlendH): This patch uses the following symbols: - U+201B SINGLE HIGH-REVERSED-9 QUOTATION MARK - U+2019 RIGHT SINGLE QUOTATION MARK Shouldn't the first one be U+2018 LEFT SINGLE QUOTATION MARK to match the right quotation mark? Right now it looks really unbalanced with the fonts I tested. Is this intentional? Here's a screenshot, using Microsoft's Source Code Pro font: [[Image(http://i.imgur.com/RkwwPB6.png)]] -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2507#comment:30> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5013: sporadic failures during compilation under solaris
by GHC 22 Feb '14

22 Feb '14
#5013: sporadic failures during compilation under solaris ----------------------------------+--------------------------- Reporter: maeder | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.6.2 Component: Compiler | Version: 7.6.1 Resolution: | Keywords: Operating System: Solaris | Architecture: x86 Type of failure: Runtime crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ----------------------------------+--------------------------- Changes (by kgardas): * cc: karel.gardas@… (added) * priority: low => normal * status: closed => new * resolution: worksforme => * version: 7.0.4 => 7.6.1 Comment: I'm reopening this issue as I'm able to easily reproduce error: {{{ getFileStatus: interrupted (Interrupted system call) }}} I'm able to get it on both SPARC and x86 Solarises. And on both version 10 and 11.1. The way to reproduce this is simple. Put GHC sources on NFS server. Mount this to SPARC/x86 server and attempt to compile GHC from those NFS mounted sources with `gmake -jN' where N > 1. Concretely I'm using 7.6.2 release for x86 compiled by me and for SPARC compiled by Christian. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5013#comment:27> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • ...
  • 61
  • Older →

HyperKitty Powered by HyperKitty version 1.3.9.