IntRep etc

2019-09-02 Thread Simon Peyton Jones via ghc-devs
Omer, Ben There's a little cluster of tickets that it'd be really good to nail. * !1381/#16893: inline unsafeCoerce# in CorePrep * #17041: coercion safety in STG Lint * !1552: tidy up linting on unsafe coercions * #16964: definition of Int# * #17026: definition of IntRep They

Multiple configurations???

2019-09-02 Thread Simon Peyton Jones via ghc-devs
I'm getting the message below on 'git fetch'. Should I worry? Simon simonpj@MSRC-3645512:~/code/HEAD$ git fetch setsockopt IPV6_TCLASS 8: Operation not permitted: remote: Enumerating objects: 163, done. remote: Counting objects: 100% (163/163), done. remote: Compressing objects: 100%

Re: How do I find out which info table a continuation belongs to?

2019-09-02 Thread Ömer Sinan Ağacan
Fixed in https://gitlab.haskell.org/ghc/ghc/merge_requests/1654 Ömer Ömer Sinan Ağacan , 10 Şub 2019 Paz, 10:49 tarihinde şunu yazdı: > > I'm currently working on a bug and one of the things I often want to know is > what's on the stack. The problem is I can't see labels of continuations so the