-
Notifications
You must be signed in to change notification settings - Fork 26.2k
fix(common): properly check NaN value #22305
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
Conversation
I'm very thankful for this fix. I hope it's gonna get merged soon! |
Hi @trotyl! This PR has merge conflicts due to recent upstream merges. |
2 similar comments
Hi @trotyl! This PR has merge conflicts due to recent upstream merges. |
Hi @trotyl! This PR has merge conflicts due to recent upstream merges. |
Please, @trotyl can you finish this? It would be a huge help |
@headsetsniper It's just waiting for review, conflicts are left deliberately to understand when would the review happening. |
Please, can someone review this PR? We now have to work around this issue. The PR is so small and would help a lot of people. |
@trotyl Could i review it? i cant merge it but is there something i could do? Its a huge pain in our current project and i cant believe its open since February. Maybe it gets merged quicker if someone resolves the conflicts? |
@trotyl Or even better, if we resolve the conflicts, i can reference this branch in our project until it gets merged, right? |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
@SebastianAtWork Rebased, feel free to fetch and use, but better to checkout another branch if you want to keep it up-to-date. |
CLAs look good, thanks! |
@trotyl Thanks, unfortunately its currently not possible to build angular on a windows machine so i had to fix the core.js directly and made sure (per postpublish npm script) that the change is not overwritten on install. dirty fix but at least its working until someone accepts this pr |
I could really use this PR. Bump. |
So should this be merged or closed? |
@mhevery The other one was closed by @IgorMinar in favor of this one. @trotyl We just need to get this one passing CI. :) |
Hi @benlesh, I have rebased the change, the failure in |
@trotyl Can you put together a separate PR for the |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
closes #15721
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #15721,
#18129What is the new behavior?
When the previous value is a wrapped one but the new value is not (while they're same), this still indicates no change happened, should not throw. (but not the opposite)
Does this PR introduce a breaking change?
Other information
Note: #15723 cannot fix the problem alone.#15723 is correct, my thoughts were wrong.