Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ArkScript-lang
/
std
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
5
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/arg attributes
- #47
#47
Merged
SuperFola
merged 14 commits into
master
ArkScript-lang/std:master
from
feat/arg-attributes
ArkScript-lang/std:feat/arg-attributes
Copy head branch name to clipboard
Dec 12, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Feat/arg attributes
#47
SuperFola
merged 14 commits into
master
ArkScript-lang/std:master
from
feat/arg-attributes
ArkScript-lang/std:feat/arg-attributes
Copy head branch name to clipboard
Commits
Commits on Dec 12, 2025
feat!: adding 'mut' attribute to the functions' arguments that needed it
SuperFola
committed
ff35b91
View commit details
Copy full SHA for ff35b91
Browse repository at this point
feat(io): adding io:readLinesFile
SuperFola
committed
53f4ca6
View commit details
Copy full SHA for 53f4ca6
Browse repository at this point
feat(arg attr): adding ref attributes
SuperFola
committed
7d56404
View commit details
Copy full SHA for 7d56404
Browse repository at this point
feat(math): adding math:improvementRatioPercentage
SuperFola
committed
27c6cfe
View commit details
Copy full SHA for 27c6cfe
Browse repository at this point
feat(macros): add unpackPair
SuperFola
committed
5bc5619
View commit details
Copy full SHA for 5bc5619
Browse repository at this point
chore(string): adding a test for negative indexes with string:removeAt
SuperFola
committed
256152a
View commit details
Copy full SHA for 256152a
Browse repository at this point
fix(testing): do not reevaluate expressions when we encounter a failure
SuperFola
committed
7603c80
View commit details
Copy full SHA for 7603c80
Browse repository at this point
feat(list): adding support for early returns in forEach/enumerate/window
SuperFola
committed
08a660e
View commit details
Copy full SHA for 08a660e
Browse repository at this point
feat(list): adding list:unique
SuperFola
committed
2b81a0c
View commit details
Copy full SHA for 2b81a0c
Browse repository at this point
fix(testing): test macros return a single node, so that we can use them in functions like (fun () (test:expect false))
SuperFola
committed
305a382
View commit details
Copy full SHA for 305a382
Browse repository at this point
fix(testing): evaluating the expressions once inside (mut) nodes caused problems ; storing them permanently and setting variables works better
SuperFola
committed
9b3b2d8
View commit details
Copy full SHA for 9b3b2d8
Browse repository at this point
feat(list): adding list:median
SuperFola
committed
5779a46
View commit details
Copy full SHA for 5779a46
Browse repository at this point
feat(lib): adding std.Benchmark, with macros to run benchmarks
SuperFola
committed
40af0a3
View commit details
Copy full SHA for 40af0a3
Browse repository at this point
docs: add mising parameter documentation for dict:contains?
SuperFola
committed
39ee101
View commit details
Copy full SHA for 39ee101
Browse repository at this point
You can’t perform that action at this time.