Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fixing spacing in S.Memory and S.Runtime refs - #26521

Merged
ahsonkhan merged 3 commits into
dotnet:masterfrom
ahsonkhan:FixSpacingInRef
Jan 23, 2018
Merged

Fixing spacing in S.Memory and S.Runtime refs#26521
ahsonkhan merged 3 commits into
dotnet:masterfrom
ahsonkhan:FixSpacingInRef

Conversation

@ahsonkhan

Copy link
Copy Markdown

public static double GetNumericValue(char ch) { throw null; }
public static double GetNumericValue(string s, int index) { throw null; }
public static System.Globalization.UnicodeCategory GetUnicodeCategory(char ch) { throw null; }
public static System.Globalization.UnicodeCategory GetUnicodeCategory(int codePoint) { throw null; }

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added recently so I don't expect it should be removed.

@ahsonkhan

Copy link
Copy Markdown
Author

I am going to ignore the Windows x64/x86 CI failures given https://github.com/dotnet/corefx/issues/26531

@ahsonkhan
ahsonkhan merged commit 5b1af42 into dotnet:master Jan 23, 2018
@ahsonkhan
ahsonkhan deleted the FixSpacingInRef branch January 23, 2018 03:38

@weshaggard weshaggard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thanks for updating the tool @ahsonkhan and refs.

@karelz karelz added this to the 2.1.0 milestone Feb 4, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Fixing spacing in S.Memory and S.Runtime refs

* Add back GetUnicodeCategory(int codePoint) to the S.R ref

* Fix which class to add the GetUnicodeCategory(int) API


Commit migrated from dotnet/corefx@5b1af42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants