[Git][ghc/ghc][wip/js-th] 2 commits: Fix test (exported id now)

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Tue Jan 31 09:02:14 UTC 2023



Sylvain Henry pushed to branch wip/js-th at Glasgow Haskell Compiler / GHC


Commits:
598f4f18 by Sylvain Henry at 2023-01-31T10:05:35+01:00
Fix test (exported id now)

- - - - -
2ba8b111 by Sylvain Henry at 2023-01-31T10:05:35+01:00
Fix comment

- - - - -


2 changed files:

- ghc-interp.js
- testsuite/tests/ghci/should_run/T21052.stdout


Changes:

=====================================
ghc-interp.js
=====================================
@@ -34,7 +34,7 @@ function h$lookupClosure(v) {
   const r = eval(v);
   h$debug_log("  -> Result: " + r);
   if (!r) return 0;
-  // a HeapRef is just the offset of a stable pointer
+  // a RemoteRef is just the offset of a stable pointer
   return h$makeStablePtr(r);
 }
 


=====================================
testsuite/tests/ghci/should_run/T21052.stdout
=====================================
@@ -1,7 +1,7 @@
 
 ==================== CodeGenInput STG: ====================
 BCO_toplevel :: GHC.Types.IO [()]
-[LclId] =
+[LclIdX] =
     {} \u []
         let {
           sat :: [()]



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4772e94fb1fca275141e2d4bde85a35d89968eab...2ba8b111f46a04503ec549cc7e4d6ad10d7f6e6c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4772e94fb1fca275141e2d4bde85a35d89968eab...2ba8b111f46a04503ec549cc7e4d6ad10d7f6e6c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230131/98cf3ecc/attachment.html>


More information about the ghc-commits mailing list