Re: Mailing list reorganisation

2012-12-11 Thread Manuel M T Chakravarty
Good plan!

Ian Lynagh :
> Hi all,
> 
> Following a recent discussion, we propose to reorganise the GHC-related
> mailing lists so that we end up with:
> 
>glasgow-haskell-users
>For user discussions
> 
>ghc-devs
>For developer discussions
> 
>ghc-commits
>For automated commit messages from the git repositories
> 
>ghc-builds
>For automated nightly build reports
> 
>ghc-tickets
>For automated messages from trac
> 
> We would remove
>cvs-ghc cvs-libraries cvs-other glasgow-haskell-bugs
> but leave the archives in place, and for now forwarding messages to
> cvs-* to ghc-devs, and glasgow-haskell-bugs to ghc-tickets.
> (cvs-libraries and cvs-other are included in this list, because we think
> they are mainly used by libraries that GHC HQ maintains, or by GHC's
> lagging repos of libraries that other people maintain).
> 
> The initial subscriber lists for ghc-devs, ghc-commits and ghc-builds
> would be the union of the subscribers of cvs-ghc, cvs-libraries and
> cvs-other. For ghc-tickets it would be the subscriber list for
> glasgow-haskell-bugs.
> 
> Does that sound reasonable? Does anyone have any further questions or
> comments?
> 
> 
> Thanks
> Ian
> 
> 
> ___
> Glasgow-haskell-users mailing list
> glasgow-haskell-us...@haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7431: execvpe exists on QNX

2012-12-11 Thread GHC
#7431: execvpe exists on QNX
+---
Reporter:  singpolyma   |  Owner:  
Type:  bug  | Status:  patch   
Priority:  normal   |  Component:  libraries/unix  
 Version:  7.7  |   Keywords:  qnx 
  Os:  Other|   Architecture:  Unknown/Multiple
 Failure:  Building GHC failed  |  Blockedby:  
Blocking:   |Related:  
+---
Changes (by singpolyma):

  * failure:  None/Unknown => Building GHC failed


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7490: ghc-stage1 panic when building QNXNTO cross-compiler

2012-12-11 Thread GHC
#7490: ghc-stage1 panic when building QNXNTO cross-compiler
+---
Reporter:  singpolyma   |  Owner:  
Type:  bug  | Status:  new 
Priority:  normal   |  Component:  Compiler
 Version:  7.7  |   Keywords:  qnx 
  Os:  Other|   Architecture:  x86 
 Failure:  Building GHC failed  |  Blockedby:  
Blocking:   |Related:  
+---

Comment(by singpolyma):

 I just ran into this again.  As far as I can tell it *always* happens on
 the first attempt to build GHC, and then does not recur if you just type
 `make` again.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5239: Em-dash for "--" with UnicodeSyntax.

2012-12-11 Thread GHC
#5239: Em-dash for "--" with UnicodeSyntax.
+---
  Reporter:  Eelis- |  Owner:  
  Type:  feature request| Status:  new 
  Priority:  normal |  Milestone:  7.6.2   
 Component:  Compiler (Parser)  |Version:  7.0.3   
Resolution: |   Keywords:  unicode syntax extension
Os:  Unknown/Multiple   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown   | Difficulty:  Unknown 
  Testcase: |  Blockedby:  
  Blocking: |Related:  
+---

Comment(by guest):

 I just want to speak out in support of this feature.  I would prefer en-
 dashes over em-dashes though.  (That would be consistent with the TeX
 convention of -- for en-dashes and --- for em-dashes.)

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #7496: Support for JavaScript as an official GHC output language

2012-12-11 Thread GHC
#7496: Support for JavaScript as an official GHC output language
-+--
Reporter:  mcandre   |  Owner:   
Type:  feature request   | Status:  new  
Priority:  normal|  Component:  Compiler 
 Version:  7.6.1 |   Keywords:  js, javascript, fay, compiler
  Os:  Unknown/Multiple  |   Architecture:  Other
 Failure:  None/Unknown  |  Blockedby:   
Blocking:|Related:   
-+--
 JavaScript is becoming an alternative to JVM, the write once run everwhere
 dream. JavaScript runs in Web browsers (ECMAScript), in desktops and
 servers (Node.js), in mobile apps (PhoneGap). If GHC added JavaScript as
 an official output language, it would greatly increase the platforms on
 which Haskell code runs, encouraging more developers to give Haskell a
 try.

 For example, there are few well-supported solutions for single-language
 multi-platform on mobile devices. Ruby, Python, and Java come close, but
 the toolchains for these require a lot of effort on the part of the mobile
 app developer (try debugging Ruby, Ruboto, JRuby, and Java all for one
 application!), and components of the toolchain aren't always free
 (RubyMotion). If Haskell supported mobile development in a big way,
 developers would consider adopting Haskell as their multi-platform
 language of choice. We just need to put more effort into a standard
 JavaScript backend to GHC.

 The good news is that efforts for HS -> JS compilers, such as [Fay|http
 ://fay-lang.org/], are already underway. Perhaps the community would be
 interested in growing Fay, and eventually backporting it into GHC proper.
 It's amazing what you can do when Haskell runs everywhere.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: Mailing list reorganisation

2012-12-11 Thread Johan Tibell
On Tue, Dec 11, 2012 at 7:04 AM, Ian Lynagh  wrote:
> Does that sound reasonable? Does anyone have any further questions or
> comments?

Sound good to me. Thanks for working on this.

-- Johan

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7491: getNumCapabilities uses n_capabilities instead of enabled_capabilities

2012-12-11 Thread GHC
#7491: getNumCapabilities uses n_capabilities instead of enabled_capabilities
--+-
  Reporter:  Yuras|  Owner:  
  Type:  bug  | Status:  closed  
  Priority:  normal   |  Milestone:  7.8.1   
 Component:  libraries/base   |Version:  7.6.1   
Resolution:  fixed|   Keywords:  
Os:  Unknown/Multiple |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  | Difficulty:  Unknown 
  Testcase:   |  Blockedby:  
  Blocking:   |Related:  
--+-
Changes (by simonmar):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed
  * milestone:  => 7.8.1


Comment:

 Also fixed in base:

 commit fa55000b516b05387ee9f84f132668e6c10e9243
 {{{
 Author: Simon Marlow 
 Date:   Tue Dec 11 09:31:15 2012 +

 getNumCapabilities should read enabled_capabilities (#7491)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7409: Document special "this" module name for PackageImports extension

2012-12-11 Thread GHC
#7409: Document special "this" module name for PackageImports extension
-+--
Reporter:  hvr   |   Owner:  simonmar 
Type:  bug   |  Status:  merge
Priority:  normal|   Milestone:  7.6.2
   Component:  Compiler  | Version:  7.6.1
Keywords:|  Os:  Unknown/Multiple 
Architecture:  Unknown/Multiple  | Failure:  Documentation bug
  Difficulty:  Unknown   |Testcase:   
   Blockedby:|Blocking:   
 Related:|  
-+--
Changes (by simonmar):

  * status:  new => merge
  * difficulty:  => Unknown
  * milestone:  => 7.6.2


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7409: Document special "this" module name for PackageImports extension

2012-12-11 Thread GHC
#7409: Document special "this" module name for PackageImports extension
--+-
Reporter:  hvr|  Owner:  simonmar
Type:  bug| Status:  new 
Priority:  normal |  Component:  Compiler
 Version:  7.6.1  |   Keywords:  
  Os:  Unknown/Multiple   |   Architecture:  Unknown/Multiple
 Failure:  Documentation bug  |  Blockedby:  
Blocking: |Related:  
--+-

Comment(by marlowsd@…):

 commit b0339aa1e298c700c849813fbd16b29c92e27055
 {{{
 Author: Simon Marlow 
 Date:   Tue Dec 11 09:20:24 2012 +

 document special "this" syntax for PackageImports (#7409)

  docs/users_guide/glasgow_exts.xml |3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7491: getNumCapabilities uses n_capabilities instead of enabled_capabilities

2012-12-11 Thread GHC
#7491: getNumCapabilities uses n_capabilities instead of enabled_capabilities
+---
Reporter:  Yuras|  Owner:  
Type:  bug  | Status:  new 
Priority:  normal   |  Component:  libraries/base  
 Version:  7.6.1|   Keywords:  
  Os:  Unknown/Multiple |   Architecture:  Unknown/Multiple
 Failure:  Incorrect result at runtime  |  Blockedby:  
Blocking:   |Related:  
+---

Comment(by marlowsd@…):

 commit d68411496b1cad0e2e912875f32457372b5c2fcd
 {{{
 Author: Simon Marlow 
 Date:   Tue Dec 11 15:38:00 2012 +

 add enabled_capabilities (#7491)

  rts/Linker.c |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7488: Promotion of newtypes

2012-12-11 Thread GHC
#7488: Promotion of newtypes
-+--
Reporter:  dreixel   |  Owner:  
Type:  bug   | Status:  new 
Priority:  normal|  Component:  Compiler
 Version:  7.7   |   Keywords:  
  Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown  |  Blockedby:  
Blocking:|Related:  
-+--
Changes (by PHO):

 * cc: pho@… (added)


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7495: Rebindable list syntax?

2012-12-11 Thread GHC
#7495: Rebindable list syntax?
-+--
Reporter:  nwf   |   Owner:  
Type:  feature request   |  Status:  new 
Priority:  normal|   Milestone:  
   Component:  Compiler  | Version:  7.6.1   
Keywords:|  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by simonpj):

 * cc: giorgidze@…, info@…, jeroen.weijers@… (added)
  * difficulty:  => Unknown


Comment:

 Yes, and an implementation is well advanced; see [wiki:OverloadedLists].
 I've cc'd the George, Achim, and Wejers, who are doing it.

 Simon

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7470: Patch to enable GHC runtime system with thr_debug_p options...

2012-12-11 Thread GHC
#7470: Patch to enable GHC runtime system with thr_debug_p options...
--+-
Reporter:  MichalGajda|   Owner:  
Type:  bug|  Status:  infoneeded  
Priority:  normal |   Milestone:  
   Component:  Build System   | Version:  7.4.2   
Keywords:  RTS, BuildOptions  |  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   | Failure:  None/Unknown
  Difficulty:  Unknown|Testcase:  
   Blockedby: |Blocking:  
 Related: |  
--+-
Changes (by simonmar):

  * status:  new => infoneeded


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #781: GHCi on x86_64, cannot link to static data in shared libs

2012-12-11 Thread GHC
#781: GHCi on x86_64, cannot link to static data in shared libs
---+
  Reporter:  guest |  Owner:
  Type:  bug   | Status:  new   
  Priority:  high  |  Milestone:  7.8.1 
 Component:  Compiler  |Version:  6.5   
Resolution:|   Keywords:  getEnvironment
Os:  Linux |   Architecture:  x86_64 (amd64)
   Failure:  GHCi crash| Difficulty:  Unknown   
  Testcase:  getEnvironment01  |  Blockedby:  3658  
  Blocking:|Related:
---+
Changes (by simonmar):

  * owner:  simonmar =>


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs