-
Notifications
You must be signed in to change notification settings - Fork 72
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
Json error format #230
Json error format #230
Conversation
[Test] | ||
public void FileNotFound() | ||
{ | ||
const string output = "{\"message\":\"couldn't read \\\"main2.rs\\\": Не удается" + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that the test will fail when the system language is not Russian? That would be bad. Can you try to make this locale independent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These test just check basic mapping between JSON and RustcMessageJson class. So it is not depend on language, but I definitely need translate error message
Thanks! I added some comments inline. Apart from that, this looks great :) @vosen: Are you still maintaining this project? Do you also want to have a look? And why is AppVeyor not set up to test PRs also? |
I just tested this and found a few more problems:
Besides that it seems to work 👍 |
I have a problem with building setup package.
|
v3.10.3.2904 |
Mine is v3.10.3.3007 .... and it looks like this issue was actually fixed there. |
Will you be able to finish this? Otherwise I'm going to do it. |
Thanks! |
@Boddlnagg |
@vosen: I don't really have enough time to take over maintenance, either. |
Ill look into it |
No description provided.