[Git][ghc/ghc][wip/T24603] Bisect attempt for ghc js backend

Serge S. Gulin pushed to branch wip/T24603 at Glasgow Haskell Compiler / GHC Commits: e51544af by Serge S. Gulin at 2025-04-22T23:51:48+03:00 Bisect attempt for ghc js backend submodule - - - - - 2 changed files: - libraries/Cabal - libraries/ghc-internal/jsbits/base.js Changes: ===================================== libraries/Cabal ===================================== @@ -1 +1 @@ -Subproject commit 703582f80f6d7f0c914ef4b885affcfc7b7b6ec8 +Subproject commit 26f1cd7a3a01ad5c5bdfd8a240654e9233bc298a ===================================== libraries/ghc-internal/jsbits/base.js ===================================== @@ -1,7 +1,7 @@ //#OPTIONS: CPP #include "HsBaseConfig.h" -// #define GHCJS_TRACE_IO 1 +#define GHCJS_TRACE_IO 1 #ifdef GHCJS_TRACE_IO function h$logIO() { h$log.apply(h$log, arguments); } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e51544af137e6236ec6632f8d8ea1822... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e51544af137e6236ec6632f8d8ea1822... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Serge S. Gulin (@gulin.serge)