-
Notifications
You must be signed in to change notification settings - Fork 842
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
Updating keyed/voby failed #1804
Comments
I'll have a look but why are you expecting updating stuff across versions containing potentially breaking changes to just work? Like do you want to always have the latest version of everything in the benchmark? |
Not sure if I expect it but I'm hoping on backwards compatibility, I guess that's what most users do 😄. What I can do is trying to update with ncu (and if it fails I try to just bump the framework version and not the bundlers and transpilers). For the big frameworks there are release notes which I'm trying to apply (like angular, react and ember). |
Backwards compatibility across versions that can semantically have backwards incompatible changes? Like according to semantic versioning minor releases can contain breaking changes for 0.x.x version numbers. |
Seems to me that the point of this nit-picking discussion is rather the process than semantic versioning. What's your expectation on the update process in this benchmark? |
It seems a good idea to try to keep implementations updated, maybe with some kind of rule that says that every implementation can't be more than 1 or 2 years old or something, or it will not be shown to the user by default maybe. I'll update mine hopefully at some point in january. |
Great to hear - thanks! |
I'm just iterating over the non-keyed entries too. Could you please update the non-keyed version too? |
As in #1789 I'm updating all implementations. Implementations that failed to update are moved in to the broken-frameworks folder.
Here's what I'm trying to update:
The build fails with the following runtime error:
The text was updated successfully, but these errors were encountered: