Commit 9e51031
committed
fix(jco): require utf8 decoder for flat string lifts
This commit fixes a bug by which strings loaded from memory during
async returns did not have the shared decoder (created via intrinsic)
present.
This commit stops short of reworking the dependency resolution code to
be closer to the site of usage (i.e. in the various `*Intrinsic` enum
members), but that can/should be done in the future.1 parent e0a6308 commit 9e51031
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
374 | 390 | | |
375 | 391 | | |
376 | 392 | | |
| |||
0 commit comments