| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The fix looks reasonable to me. Can you link some docs showing .py files can end CR LF please? |
Sorry, something went wrong.
Codecov ReportPatch coverage: 100.00% and no project coverage change. Additional details and impacted files @@ Coverage Diff @@
## main #219 +/- ##
=======================================
Coverage 74.41% 74.42%
=======================================
Files 76 76
Lines 12673 12675 +2
=======================================
+ Hits 9431 9433 +2
Misses 2567 2567
Partials 675 675
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
here https://docs.python.org/3.5/reference/lexical_analysis.html |
Sorry, something went wrong.
|
The docs you linked are quite clear
So this should be done on any platform, so we don't need build tags. Also, theoretically, we should be looking at CR terminated lines. However that is a bigger change to the lexer, so let's not do that until someone requests it as I don't think macs have used CR terminated files for a very long time. I'll merge this now - thank you :-) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The python file on the Windows platform may be in CRLF format. For example, git may convert the file to CRLF under Windows, resulting in parsing failure