Skip to content

Commit 95cbe30

Browse files
committed
Runtime: delete BigStringReader
1 parent cac51fb commit 95cbe30

File tree

11 files changed

+1
-81
lines changed

11 files changed

+1
-81
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Runtime: make Obj.dup work with floats and boxed numbers (#1871)
1212
* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872)
1313
* Runtime: implement BLAKE2b primitives for Wasm (#1873)
14+
* Runtime: delete BigStringReader, one should use UInt8ArrayReader instead
1415

1516
## Bug fixes
1617
* Runtime: fix path normalization (#1848)

compiler/tests-check-prim/main.4.14.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ caml_trampoline_return
102102
caml_wrap_exception
103103

104104
From +marshal.js:
105-
BigStringReader
106105
caml_marshal_constants
107106

108107
From +mlBytes.js:

compiler/tests-check-prim/main.5.2.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ caml_trampoline_return
9898
caml_wrap_exception
9999

100100
From +marshal.js:
101-
BigStringReader
102101
caml_marshal_constants
103102

104103
From +mlBytes.js:

compiler/tests-check-prim/main.5.3.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ caml_trampoline_return
9797
caml_wrap_exception
9898

9999
From +marshal.js:
100-
BigStringReader
101100
caml_marshal_constants
102101

103102
From +mlBytes.js:

compiler/tests-check-prim/unix-Unix.4.14.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ caml_trampoline_return
178178
caml_wrap_exception
179179

180180
From +marshal.js:
181-
BigStringReader
182181
caml_marshal_constants
183182

184183
From +mlBytes.js:

compiler/tests-check-prim/unix-Unix.5.2.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ caml_trampoline_return
174174
caml_wrap_exception
175175

176176
From +marshal.js:
177-
BigStringReader
178177
caml_marshal_constants
179178

180179
From +mlBytes.js:

compiler/tests-check-prim/unix-Unix.5.3.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ caml_trampoline_return
173173
caml_wrap_exception
174174

175175
From +marshal.js:
176-
BigStringReader
177176
caml_marshal_constants
178177

179178
From +mlBytes.js:

compiler/tests-check-prim/unix-Win32.4.14.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ caml_trampoline_return
150150
caml_wrap_exception
151151

152152
From +marshal.js:
153-
BigStringReader
154153
caml_marshal_constants
155154

156155
From +mlBytes.js:

compiler/tests-check-prim/unix-Win32.5.2.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ caml_trampoline_return
147147
caml_wrap_exception
148148

149149
From +marshal.js:
150-
BigStringReader
151150
caml_marshal_constants
152151

153152
From +mlBytes.js:

compiler/tests-check-prim/unix-Win32.5.3.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ caml_trampoline_return
146146
caml_wrap_exception
147147

148148
From +marshal.js:
149-
BigStringReader
150149
caml_marshal_constants
151150

152151
From +mlBytes.js:

0 commit comments

Comments
 (0)