diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2023-12-27 17:13:44 +0100 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2023-12-27 17:13:44 +0100 |
commit | b8791e9b4a0bc8bc7055cd92c5e4937a940d2bfd (patch) | |
tree | f5b35dd2d05f538522f8c76a94bab0fdffbaf053 /TODO | |
parent | e6da06e4f683728b397621d278d51cfd68d309df (diff) | |
download | quickjs-b8791e9b4a0bc8bc7055cd92c5e4937a940d2bfd.tar.gz quickjs-b8791e9b4a0bc8bc7055cd92c5e4937a940d2bfd.zip |
fixed detached TypedArray in sort()
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,3 @@ -Bugs: -- modules: better error handling with cyclic module references - Misc ideas: - use custom printf to avoid compatibility issues with floating point numbers - consistent naming for preprocessor defines @@ -66,5 +63,5 @@ Optimization ideas: Test262o: 0/11262 errors, 463 excluded Test262o commit: 7da91bceb9ce7613f87db47ddd1292a2dda58b42 (es5-tests branch) -Result: 35/75280 errors, 909 excluded, 585 skipped +Result: 16/76387 errors, 1497 excluded, 8397 skipped Test262 commit: 31126581e7290f9233c29cefd93f66c6ac78f1c9 |