WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
184507
pemfile.py should not assume POSIX line endings
https://bugs.webkit.org/show_bug.cgi?id=184507
Summary
pemfile.py should not assume POSIX line endings
Ross Kirsling
Reported
2018-04-11 09:59:42 PDT
pemfile.py should not assume POSIX line endings
Attachments
Patch
(1.89 KB, patch)
2018-04-11 10:00 PDT
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Patch
(1.22 KB, patch)
2018-04-11 10:16 PDT
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Patch
(2.15 KB, patch)
2018-04-11 10:40 PDT
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Patch for landing
(1.60 KB, patch)
2018-04-12 13:07 PDT
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Patch for landing
(2.39 KB, patch)
2018-04-12 13:09 PDT
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Ross Kirsling
Comment 1
2018-04-11 10:00:56 PDT
Created
attachment 337708
[details]
Patch
Ross Kirsling
Comment 2
2018-04-11 10:16:23 PDT
Created
attachment 337709
[details]
Patch
Daniel Bates
Comment 3
2018-04-11 10:22:23 PDT
Comment on
attachment 337709
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=337709&action=review
> Tools/Scripts/webkitpy/common/system/pemfile.py:101 > + lines = re.split("\r?\n", content)
Please add a unit test for this change.
Ross Kirsling
Comment 4
2018-04-11 10:40:54 PDT
Created
attachment 337712
[details]
Patch
Daniel Bates
Comment 5
2018-04-12 11:27:47 PDT
Comment on
attachment 337712
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=337712&action=review
r=me
> Tools/Scripts/webkitpy/common/system/pemfile.py:101 > + lines = re.split('\r?\n', content)
Could the PEM file ever contain only carriage returns (\r)?
Ross Kirsling
Comment 6
2018-04-12 13:07:38 PDT
Created
attachment 337826
[details]
Patch for landing
Ross Kirsling
Comment 7
2018-04-12 13:09:14 PDT
Created
attachment 337827
[details]
Patch for landing
WebKit Commit Bot
Comment 8
2018-04-12 13:48:15 PDT
Comment on
attachment 337827
[details]
Patch for landing Clearing flags on attachment: 337827 Committed
r230593
: <
https://trac.webkit.org/changeset/230593
>
WebKit Commit Bot
Comment 9
2018-04-12 13:48:16 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10
2018-04-12 13:49:19 PDT
<
rdar://problem/39392571
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug