You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/03/27 06:21:55 UTC

[GitHub] [netbeans] jlahoda opened a new pull request #2049: Contributing end-of-line switcher.

jlahoda opened a new pull request #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] jlahoda commented on issue #2049: Contributing end-of-line switcher.

Posted by GitBox <gi...@apache.org>.
jlahoda commented on issue #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049#issuecomment-605312061
 
 
   Regarding 12.0 vs 12.1, I'll leave it to Eric, I don't have a strong opinion either way.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #2049: Contributing end-of-line switcher.

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049#issuecomment-604940030
 
 
   @DevCharly I would merge as is - that way all the three big groups are covered (\n, \r\n, \r). It does not matter where NetBeans runs, but what files are edited and I can image file formats stuck with old mac conventions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] eirikbakke commented on issue #2049: Contributing end-of-line switcher.

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049#issuecomment-605296356
 
 
   There are plenty of CSV files with \r line endings around--probably due to Excel for Mac generating them (the last time I checked).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] svenreimers commented on issue #2049: Contributing end-of-line switcher.

Posted by GitBox <gi...@apache.org>.
svenreimers commented on issue #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049#issuecomment-605292343
 
 
   So, should we add 12.0 label or postpone and select 12.1?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] DevCharly commented on issue #2049: Contributing end-of-line switcher.

Posted by GitBox <gi...@apache.org>.
DevCharly commented on issue #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049#issuecomment-604891792
 
 
   Support for "Mac OS 9 (CR)" could be removed IMHO.
   Mac OS 9 is 20 years old. I don't think that NetBeans or Java 8 runs on this OS.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] eirikbakke commented on issue #2049: Contributing end-of-line switcher.

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #2049: Contributing end-of-line switcher.
URL: https://github.com/apache/netbeans/pull/2049#issuecomment-605298480
 
 
   This will be really useful, by the way... my git repo is configured to require UNIX line endings, but NetBeans always creates new files with Windows line endings, which I have been converting with the dos2unix tools. (At some point I went through the various git settings and decided it was safest to do it this way rather than use autocrlf--I frequently switch between MacOS, Windows, WSL, Cygwin etc.)
   
   In the future, it would also be good to detect the line ending configuration of a git repository, and use that for all new files.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists