Uh oh!
There was an error while loading. Please reload this page.
docs: lower the maximum stability level to "stable" - #633
Conversation
cjihrig
commented
Jan 28, 2015
Nice branch name :-) |
brendanashworth
commented
Jan 28, 2015
👍 from me, but I'd even go as far as removing the stability levels entirely. I don't think warnings like "Backwards-compatibility will be maintained if reasonable" and "may change or be removed in future versions" are pertinent anymore now that we've moved to semver. Plus, I'd say modules like crypto (but not tls?), cluster, and stream are pretty far from "unstable" and "insufficient real-world testing". |
bnoordhuis
commented
Jan 28, 2015
Playing Devil's advocate: one counterargument is that 'frozen' makes it clear that pull requests are not welcome, however well-intentioned the feature. It preempts a lot of mostly unproductive discussion. |
Fishrock123
commented
Jan 28, 2015
Looks like @jonathanong beat me to it. I am -1 on the notion or idea of locked / frozen APIs. I feel they hider worthwhile progress. I remember seeing a few quality-of-life improvements to locked / frozen in node over the last year or so be rejected only because the API is frozen / locked. |
chrisdickinson
commented
Jan 28, 2015
I'm kind of loathe to drop the "locked" / "frozen" stability levels. The answer for "why can't we change them" is almost always because it's easy for unintentional consequences to break user code badly. Even if they're not 100% true all of the time (what things are, in programming?) they convey the severity of changing those APIs very well. That said, in the past we've talked about "ratcheting" up APIs to frozen/locked over time – which implies that the ultimate goal of any API is to eventually be locked. I disagree with that approach. Re: modules: the modules likely won't change, but a new system may land adjacent to the existing module loader. We can't eliminate Re: events: that points more at changing the definition of "locked" than getting rid of the concept entirely – maybe "locked" means "non-security-related backwards incompatible changes will not be accepted." |
jonathanong
commented
Jan 28, 2015
i'd rather replace frozen with "really fucking stable" |
Fishrock123
commented
Jan 28, 2015
stability level |
vkurchatkin
commented
Jan 28, 2015
@jonathanong frozen is actually quite a good movie. that said, it would be hard to explain changes in "frozen" api. +1. stable is enough |
reqshark
commented
Jan 28, 2015
+1 Change it to RFS |
Qard
commented
Feb 2, 2015
To be fair, despite the "frozen" labels, there's been several promisification PRs. I don't think "frozen" really says "we're never changing this, ever" but more "if we change this, there will be some very serious review first". |
Fishrock123
commented
Feb 2, 2015
then "Frozen" and "Locked" are still the wrong words. :) |
Qard
commented
Feb 2, 2015
You can thaw that which is frozen, and unlock that which is locked. |
rvagg
commented
Feb 3, 2015
removed tc-agenda label for now, TC decided to push this discussion back a few weeks at least so we'll leave this issue open as a reminder eh? see #699 |
Fishrock123
commented
Feb 27, 2015
@jonathanong are you satisfied with the changes in cf0306c? |
jonathanong
commented
Feb 27, 2015
👍 |
personally never liked "frozen" or "locked" stability levels. although it makes sense from a maintainer's perspective, it somewhat alienates the community. i'd rather have maintainers destroy feature requests with reasoning instead of "the API is locked. this issue is closed". instead, i want the community to actively suggest ways to make iojs better, regardless of how much change it may introduce.
I also do not believe these stability levels to be true.
deepEqual#621.getMaxListeners()was recently added to events