Skip to content
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

Clean up command result logic #628

Closed

Conversation

FiniteReality
Copy link
Member

@FiniteReality FiniteReality commented Apr 27, 2017

Actual implementation of the discussion in #632

Visual Studio didn't build it properly, and showed that everything was
ok. Whoops.
@FiniteReality FiniteReality added this to In Progress in Commands Apr 28, 2017
@FiniteReality FiniteReality mentioned this pull request Apr 28, 2017
5 tasks
@FiniteReality FiniteReality changed the title Change result types from struct to class Clean up command result logic Apr 29, 2017
@@ -40,14 +40,13 @@ private TypeReaderResult(IReadOnlyCollection<TypeReaderValue> values, CommandErr

public static TypeReaderResult FromSuccess(object value)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this constructor ever called?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think it is, I'll remove it

EDIT: Actually, it's used in 7 places where we don't care about the score

@foxbot foxbot added this to In-Progress PRs (1.x) in Library Development Jun 28, 2017
@FiniteReality FiniteReality moved this from In Progress (1.0) to Future (1.X) in Commands Jun 28, 2017
@FiniteReality FiniteReality moved this from Future (1.X) to In Progress (1.X) in Commands Jun 28, 2017
@foxbot
Copy link
Member

foxbot commented Jan 7, 2018

Feel free to reopen if you ever decide to finish this.

@foxbot foxbot closed this Jan 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Commands
In Progress (1.X)
Library Development
Working Release (2.0)
Development

Successfully merging this pull request may close these issues.

None yet

3 participants