-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Introduce golden testing #152
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.
LGTM
Are we in favour of this as a concept? I think I am.
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.
Meant to hit the approve button, sorry.
I am in favor too for some cases, formatting could be one of them. |
@jneira Hm, so |
@Ailrun let me checkout the branch and run them to confirm it, i hope maybe i am wrong 😄 |
OK, I will wait your confirmation then. |
Well, tests are passing cause the crlf conversion is already being done, a pleasant surprise:
🎉 |
Great! Let me merge this since it works in Windows too :) |
I wonder where the conversion is being done, maybe |
@jneira afaik, they don't handle such a conversion. I just googled those error messages and I found they are from |
oh, yeah, the message is exactly that one, i dint know it was using |
FYI, the
|
thanks for the info, |
Great, thank you for checking Windows cases! |
This fixes some issues where we used an uppercase drive letter in the import path even though the LSP client uses lowercase drive letters
This PR introduces a golden testing facility and restores most of the format tests.
Related comments: #146 (comment)
@alanz, I want to join this project team. Is it possible to join?