inconsistent newlines #8

Closed
opened 2018-11-02 11:43:56 +00:00 by jBitHub · 3 comments
jBitHub commented 2018-11-02 11:43:56 +00:00 (Migrated from github.com)

PasMP.pas has inconsistent newlines [LF] [CR][LF]

Line [3310]
ldaxp x5,x1,[x0][LF]
cmp x5,x3[LF]
bne Fail[LF]
cmp x1,x4[LF]
bne Fail[LF]
stlxp w7,x6,x2,[x0][LF]
cbnz w7,Loop[LF]
Fail:[LF]
mov x0,x5[LF]

PasMP.pas has inconsistent newlines [LF] [CR][LF] Line [3310] ldaxp x5,x1,[x0][LF] cmp x5,x3[LF] bne Fail[LF] cmp x1,x4[LF] bne Fail[LF] stlxp w7,x6,x2,[x0][LF] cbnz w7,Loop[LF] Fail:[LF] mov x0,x5[LF]
BeRo1985 commented 2018-11-02 12:28:20 +00:00 (Migrated from github.com)

Fixed. However, modern editors should have no problems with that. (And no, the editor of the now really old Delphi 7 IDE is not modern in this context :-) )

Fixed. However, modern editors should have no problems with that. (And no, the editor of the now really old Delphi 7 IDE is not modern in this context :-) )
jBitHub commented 2018-11-02 12:39:03 +00:00 (Migrated from github.com)

thx
Delphi 7 have no problems
SVN can't check in

thx Delphi 7 have no problems SVN can't check in
BeRo1985 commented 2018-11-02 12:41:30 +00:00 (Migrated from github.com)

Hm, SVN had never problems with mixed LF/CRLF newlines at me (neither under Linux nor under Windows nor under MacOS(X) ). I'm using GitHub mostly only with SVN with the GitHub-own SVN<=>Git gateway and also I'm running a own SVN server instance on my private dedicated rootserver.

Hm, SVN had never problems with mixed LF/CRLF newlines at me (neither under Linux nor under Windows nor under MacOS(X) ). I'm using GitHub mostly only with SVN with the GitHub-own SVN<=>Git gateway and also I'm running a own SVN server instance on my private dedicated rootserver.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/pasmp#8
No description provided.