-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
length
as assertion => lengthOf
#841
Conversation
I have some reservations about deprecating |
Well, the code in this PR LGTM. Let's get this one merged (as it's going towards fixing the issue) and move discussion about whether or not we should deprecate length wholesale back into #684 |
This LGTM too, great work @shvaikalesh. |
Let's table this for post-4.0? |
@meeber Agreed. First things first 😄 |
Shall we squeeze this in before 4.0 final? Canary is released so we can chuck this one in right? |
As discussed in #684, I'm opposed to deprecating |
I'm with @meeber here. I agree that the cost is way higher than the benefit.
/\ This is very important to me, as @meeber said:
IMHO if we deprecate |
Hey everyone, sorry for the delay, I spent the whole weekend traveling. We could also add a deprecation warning on |
I'd honestly like to keep Sadly even IE11 doesn't support setting length, so we're stuck with this problem for a long time. |
I think we should just leave it as consistently broken across all environments until all environments we support are ES6-compliant, and then we can fix it. It's such a low-impact bug because it only causes a failure in rare circumstances, and it fails loudly instead of silently. But deprecating |
Related to #684.