-
Notifications
You must be signed in to change notification settings - Fork 12.8k
This parameters in lib #9688
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
This parameters in lib #9688
Conversation
Looks like Codeflow will work for the Microsoft-internal folks. You just have to install Codeflow's Chrome extension. |
@sandersn Shouldn't all the subclassable interfaces (ie, |
Unfortunately, switching to I'll open an issue on it when I get a minimal repro. Until then I'll leave the PR the way it is. |
I opened #9707, but I didn't get the bug much smaller. |
#9707 is actually fixed. I just didn't have time to come back to this PR. |
Ah. i actually was thinking of #10288, sorry about that. but now that i am looking at the right bug, I assume no harm comes from this change. |
Unfortunately, it's not done. @weswigham pointed out that |
These interfaces are subclassable, so you get improved types in exchange for the slower compile times.
@mhegazy this change is finished now that I added |
Based on conversation with @sandersn, this change has little value, but introduces a new set of complexities to the library and checking the library. value does not offset the cost. |
Fixes #9654
Adds parameters for all the primitives, not just String.
Unfortunately, 376 additions, 373 deletions is too many for github to show. So you can't actually see the changes themselves in the web UI.