Typo in closure name in rts/Prelude.h
Hello, Could you confirm if *base_GHCziWeak_rrts/win32/libHSbase.def_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30> is a typo in rts/Prelude.h? I guess it is a typo because *base_GHCziWeak_runFinalizerBatch_closure* does exists in base/GHC/Weak.hs. <https://gitlab.haskell.org/ghc/ghc/blob/master/libraries/base/GHC/Weak.hs#L144> The following files have the wrong name: - rts/package.conf.in - rts/rts.cabal.in - rts/Prelude.h - rts/win32/libHSbase.def Regards, Csaba
Sorry, I messed up the first link. It meant to be *base_GHCziWeak_runFinalizzerBatch_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30> On Sun, Dec 15, 2019 at 1:15 PM Csaba Hruska <csaba.hruska@gmail.com> wrote:
Hello,
Could you confirm if *base_GHCziWeak_rrts/win32/libHSbase.def_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30> is a typo in rts/Prelude.h? I guess it is a typo because *base_GHCziWeak_runFinalizerBatch_closure* does exists in base/GHC/Weak.hs. <https://gitlab.haskell.org/ghc/ghc/blob/master/libraries/base/GHC/Weak.hs#L144>
The following files have the wrong name:
- rts/package.conf.in - rts/rts.cabal.in - rts/Prelude.h - rts/win32/libHSbase.def
Regards, Csaba
No, this is not a typo, it it "z-encoding". (http://hackage.haskell.org/package/zenc-0.1.1/docs/Text-Encoding-Z.html) Cheers, Gabor On 12/15/19, Csaba Hruska <csaba.hruska@gmail.com> wrote:
Sorry, I messed up the first link. It meant to be *base_GHCziWeak_runFinalizzerBatch_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30>
On Sun, Dec 15, 2019 at 1:15 PM Csaba Hruska <csaba.hruska@gmail.com> wrote:
Hello,
Could you confirm if *base_GHCziWeak_rrts/win32/libHSbase.def_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30> is a typo in rts/Prelude.h? I guess it is a typo because *base_GHCziWeak_runFinalizerBatch_closure* does exists in base/GHC/Weak.hs. <https://gitlab.haskell.org/ghc/ghc/blob/master/libraries/base/GHC/Weak.hs#L144>
The following files have the wrong name:
- rts/package.conf.in - rts/rts.cabal.in - rts/Prelude.h - rts/win32/libHSbase.def
Regards, Csaba
Thanks! Totally makes sense. Now I may look like a noob. :D On Sun, Dec 15, 2019 at 2:49 PM Gabor Greif <ggreif@gmail.com> wrote:
No, this is not a typo, it it "z-encoding". (http://hackage.haskell.org/package/zenc-0.1.1/docs/Text-Encoding-Z.html)
Cheers,
Gabor
On 12/15/19, Csaba Hruska <csaba.hruska@gmail.com> wrote:
Sorry, I messed up the first link. It meant to be *base_GHCziWeak_runFinalizzerBatch_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30>
On Sun, Dec 15, 2019 at 1:15 PM Csaba Hruska <csaba.hruska@gmail.com> wrote:
Hello,
Could you confirm if *base_GHCziWeak_rrts/win32/libHSbase.def_closure* <https://gitlab.haskell.org/ghc/ghc/blob/master/rts/Prelude.h#L30> is a typo in rts/Prelude.h? I guess it is a typo because *base_GHCziWeak_runFinalizerBatch_closure* does exists in base/GHC/Weak.hs. < https://gitlab.haskell.org/ghc/ghc/blob/master/libraries/base/GHC/Weak.hs#L1...
The following files have the wrong name:
- rts/package.conf.in - rts/rts.cabal.in - rts/Prelude.h - rts/win32/libHSbase.def
Regards, Csaba
participants (2)
-
Csaba Hruska -
Gabor Greif