-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Mirror changes from dotnet/coreclr #33446
Mirror changes from dotnet/coreclr #33446
Conversation
* Moving the Utf8Formatter and Utf8Parser into S.P.Corelib * Doing some minimal cleanup to lineup types and get the Utf8Parser/Utf8Formatter building * Updating the Utf8 Float Parser to have different buffers for Single vs Double * Fixing the Utf8Parser to track trailing zero digits and to properly mark the end of the buffer * Fixing a couple of issues in Utf8Parser.Number Signed-off-by: dotnet-bot <[email protected]>
@tannergooding looks like some fixups are needed on corefx side. |
@danmosemsft, yes it requires this #33447, as well as the CoreCLR side changes since the code has moved to S.P.Corelib. As per dotnet/coreclr#20934, we are going to do the CoreCLR package update and this together.
|
sounds good |
This contains the original commit, untouched, so it can be rebased.
CC. @stephentoub, @danmosemsft, @jkotas |
e2d1b46
to
4f12b70
Compare
There was a bug: dotnet/coreclr#20967 |
a1bd900
to
4e5e5c4
Compare
Updated to use the latest commit from #33450 |
@tannergooding, some more failures (in the UWP NETNative build):
|
Just finishing validating the fix locally (adding these to the compat baseline and telling |
4e5e5c4
to
f8c112f
Compare
test this please |
hmmm... full set of jobs still aren't triggering. Edit: there we go, commenting fixed it. |
Maybe GenFacadesIgnoreMissingTypes doesn't work and you need an ApiCompatBaseline.uapaot.txt |
f8c112f
to
78ae4fe
Compare
I need both. I hit the case where |
@joperezr assisted me, I needed to also update the ApiCompat baseline under src\shims. |
78ae4fe
to
4679151
Compare
I also logged https://github.com/dotnet/corefx/issues/33464, to ensure that these steps are properly documented and easy to find when the failures occur |
…s, ProjectNTfsTestILC to preview-27113-05, preview.18563.1, master-20181113-0044, preview-27112-04, beta-27113-00, beta-27113-00, respectively (master) * Update CoreClr, CoreFx, CoreFxOptimizationData, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview-27113-05, preview.18563.1, master-20181113-0044, preview-27112-04, beta-27113-00, beta-27113-00, respectively (master) * Fixing the Math/MathF Min and Max tests * Removing the Utf8Parser and Utf8Formatter from System.Memory, now that it is in S.P.Corelib
4679151
to
fc78d1b
Compare
Everything passed except for the NetFX test run (which failed because the Math test changes weren't properly conditioned). Everything is expected to pass this time. (sorry for the delay) |
This PR contains mirrored changes from dotnet/coreclr
Please REBASE this PR when merging
cc @tannergooding