-
Notifications
You must be signed in to change notification settings - Fork 91
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
resizable-arraybuffer and growable-sharedarraybuffer should be removed in favor of resizable-buffers #2254
Comments
cc @Elchi3 |
I removed them in #1605. Where do they still show up? |
On webstatus.dev, both on the main page, https://webstatus.dev/features/resizable-arraybuffer, and https://webstatus.dev/features/growable-sharedarraybuffer |
@atopal I guess this is more an issue for https://github.com/GoogleChrome/webstatus.dev |
@jcscottiii I'm assuming this is an issue, because we're not handling merged features yet? |
@atopal Essentially, yes. Also, on webstatus.dev, we do not automatically delete feature IDs if they disappear in the web-features repository. We can do that if that's desired though. I have marked those two feature IDs to be excluded from now on. Also, @ddbeck. I think #1605 should have been a breaking change and moved this from v1.x.x to v2.x.x according to this, right? web-features/docs/publishing.md Line 14 in ec1ff12
|
@jcscottiii Yes, however we didn't document or start doing semver until after that PR, with v1.3.0. Since 1.0.0, we've had these removals:
If those still exist on web.dev, I'd suggest pruning them. And if we remove features at later major releases, I'd suggest dropping those too. But hopefully that will be rare (or we'll have some data structure to indicate renames, merges, etc). |
Thanks for that list @ddbeck! |
I raised an issue some time ago that the
resizable-arraybuffer
andgrowable-sharedarraybuffer
features should be combined into a single feature. That has resulted inresizable-buffers
, but now we just have all 3. :)Let's remove
resizable-arraybuffer
andgrowable-sharedarraybuffer
.The text was updated successfully, but these errors were encountered: