Skip to content

Remove ISchema in BinaryLoader #2139

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

Merged
merged 4 commits into from
Jan 15, 2019
Merged

Conversation

wschin
Copy link
Member

@wschin wschin commented Jan 14, 2019

As title. Parade of #1501 continues today.

@wschin wschin self-assigned this Jan 14, 2019
@wschin wschin requested review from TomFinley and sfilipi January 14, 2019 21:18
@@ -472,6 +472,11 @@ private abstract class MetadataTableOfContentsEntry

protected readonly BinaryLoader Parent;

/// <summary>
/// Retuen the getter to the stored entry value as <see cref="Delegate"/>.
Copy link
Member

@eerhardt eerhardt Jan 14, 2019

Choose a reason for hiding this comment

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

type-o Retuen #Resolved

Copy link
Member Author

@wschin wschin Jan 14, 2019

Choose a reason for hiding this comment

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

Thank you. Fixed. #Resolved

@wschin wschin force-pushed the no-binary-loader-ischema branch from 558d3cd to 49fa1f6 Compare January 14, 2019 21:33
@@ -757,7 +730,7 @@ public void GetMetadata<TValue>(string kind, int col, ref TValue value)
/// </summary>
private const ulong ReaderFirstVersion = 0x0001000100010002;

public Schema Schema { get { return _schema; } }
public Schema Schema { get { return _outputSchema; } }
Copy link
Contributor

@TomFinley TomFinley Jan 14, 2019

Choose a reason for hiding this comment

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

public Schema Schema { get { return _outputSchema; } } [](start = 8, length = 54)

Cool thanks @wshin. If perchance you happen to need to do some more commits, no harm C# 6/7-ifying these properties. But no hard feelings if you don't of course, just if quite convenient. #Resolved

Copy link
Member Author

Choose a reason for hiding this comment

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

Changed!


In reply to: 247678317 [](ancestors = 247678317)

Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

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

Thanks @wschin !

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

:shipit:

@wschin wschin merged commit 069dfc5 into dotnet:master Jan 15, 2019
@wschin wschin deleted the no-binary-loader-ischema branch January 15, 2019 01:17
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
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