-
Notifications
You must be signed in to change notification settings - Fork 5
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
Diagnostic console output #236
Conversation
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.
Looks good!
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.
I found alot of this hard to follow, I think the code would benefit from a couple comments explaining what each section does.
Also, there's a 'bug' with the underling of multiline errors, that I mentioned to you in person that you should fix before merging. |
Co-authored-by: Austin Henriksen <austin.r.henriksen79@gmail.com>
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.
Looks good, just minor things, mostly ownership improvements.
Co-authored-by: Austin Henriksen <austin.r.henriksen79@gmail.com>
This PR adds better console when displaying diagnostics to users.
To test it you will have to update
Cargo.toml
inicerpc-csharp
to point to this branch. As such, I have added two screenshots of the console output.One screenshot shows the output before the changes and one shows the output after the changes made in this PR.
I welcome any design ideas or changes we want to make!