-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Make norm
handle missing
s
#40790
Make norm
handle missing
s
#40790
Conversation
This would be nice to update and get merged. |
Is this less controversial (than |
@KristofferC What do you think? |
Sorry, I don't think |
I knew about your skepticism, that's why I shouted out to you. I interpreted silence as "full agreement". 😜 I thought this might be more acceptable because it doesn't add specialized methods, just silently handles that case. And we seem to make a few people happy with it. |
If we don't deal with |
Not really, you just need to explicitly handle it at the call site (which you have to do in most cases anyway). If what you want is a function that always returns missing from missing input then let's just add that one function and be done with it ( |
X-ref #40769.