Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Clear the error message after global.json is fixed #2480

Merged
merged 1 commit into from
Aug 14, 2015
Merged

Clear the error message after global.json is fixed #2480

merged 1 commit into from
Aug 14, 2015

Conversation

troydai
Copy link
Contributor

@troydai troydai commented Aug 14, 2015

@@ -52,6 +52,9 @@ public class ApplicationContext
private readonly CompilationEngineFactory _compilationEngineFactory;
private int? _contextProtocolVersion;

private readonly Message _emptyCleanMessage;
Copy link
Member

Choose a reason for hiding this comment

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

_noErrorMessage

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will change

@davidfowl
Copy link
Member

So this change isn't what I would expect. I'd expect us to keep track of the last error in the World and update the remote and local world and compare them appropriately like the other things.

@troydai
Copy link
Contributor Author

troydai commented Aug 14, 2015

The only place we send out "Error" message is in the "catch all" in the processing loop. It is not associated or computed during update the "World".

@troydai
Copy link
Contributor Author

troydai commented Aug 14, 2015

Updated. Error is registered in remove World.

@troydai
Copy link
Contributor Author

troydai commented Aug 14, 2015

@troydai
Copy link
Contributor Author

troydai commented Aug 14, 2015

/cc @davidfowl

@davidfowl
Copy link
Member

:shipit:

@troydai troydai merged commit 1033f31 into dev Aug 14, 2015
@troydai troydai deleted the trdai/2060 branch August 14, 2015 19:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants