You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added tests that prove my fix/feature is working
New and existing tests pass locally with my changes
I confirm that I am the author of this code and release it to the ArkScript project under the MPL-2.0 license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.
/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski
Summary stats
Fuzzers alive : 0
Dead or remote : 1 (included in stats)
Total run time : 5 minutes, 0 seconds
Total execs : 36 thousands
Cumulative speed : 120 execs/sec
Pending items : 122 faves, 1225 total
Coverage reached : 9.68%
Crashes saved : 0
Hangs saved : 0
Cycles without finds : 0
Time without finds : 0
[+] Captured 44185 tuples (map size 267143, highest value 255, total values 457928871) in '/dev/null'.
[+] A coverage of 44185 edges were achieved out of 267200 existing (16.54%) with 1233 input files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update the standard library to add
Also add a new builtin
builtin__string:codepoints, computing the unicode codepoints of a string. This returns a list of numbers, one per codepoint.Related to #681.
Checklist