-
Notifications
You must be signed in to change notification settings - Fork 1k
Use \n in vignette, not \r\n #7184
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7184 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 81 81
Lines 15203 15203
=======================================
Hits 15017 15017
Misses 186 186 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I dont know from where is this problem. Reports just said that my branch was no longer aligned with the master and requested to solve the conflicts. Web interface just proposed the complete file selected in the modification - which I founded rather strange, but must go through to complete the step. Any idea ? |
@ChristianWia I think your IDE/editor is using CRLF ( From within R, you can do |
As for the file corrections, I just used the web site editor proposed online by github in a standard way to solve the merge conflict (the pen icon). I have had no control on the EOL chars definition . Really strange. .... |
Here's my understanding:
GitHub "simple" editor is not well-suited for an end-of-line character resolution, so it's become awkward. Options I see are (1) make the edits locally instead (2) use the in-browser VScode editor https://docs.github.com/en/codespaces/the-githubdev-web-based-editor |
so the worm was in the apple. Will try githubdev editor on next updates. very clear explaination, i like! thanks. |
Somewhat annoyed that GitHub didn't flag this the first time around, I suspect the parent company is to blame 🙃
My local git copy really doesn't like there being a CRLF file around.