[Git][ghc/ghc][wip/js-staging] Fix function name from h$shrinkMutableArray to h$shrinkMutableCharArray
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Tue Oct 11 10:10:06 UTC 2022
Josh Meredith pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
6e55c56f by Josh Meredith at 2022-10-11T10:09:07+00:00
Fix function name from h$shrinkMutableArray to h$shrinkMutableCharArray
- - - - -
1 changed file:
- rts/js/mem.js
Changes:
=====================================
rts/js/mem.js
=====================================
@@ -1007,7 +1007,7 @@ function h$shrinkMutableByteArray(a, n) {
}
}
-function h$shrinkMutableArray(a, n) {
+function h$shrinkMutableCharArray(a, n) {
a.length = n;
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e55c56f36fb8c2ad30314bcddabf3f63fecfc83
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e55c56f36fb8c2ad30314bcddabf3f63fecfc83
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/20221011/de1798a3/attachment.html>
More information about the ghc-commits
mailing list