-
Notifications
You must be signed in to change notification settings - Fork 179
update existing SIMDs with their current status #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update existing SIMDs with their current status #169
Conversation
45d14de
to
be4673f
Compare
@jacobcreech linters are happy and this PR should be ready to go. Awaiting your review |
.github/linter/customRules.ts
Outdated
"Review", | ||
"Accepted", | ||
"Stagnant", | ||
"Withdrawn", | ||
"Implemented", | ||
"Activated", | ||
"Stale", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between Stagnant
and Stale
? We have Stagnant
listed in simd-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh yes, good call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
This PR updates all SIMDs to a more current status and makes changes to the linter to disallow draft as a valid status and adds living and stale as new accepted status.