-
Notifications
You must be signed in to change notification settings - Fork 603
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
text.lines
enhancements
#2758
Merged
mpilquist
merged 12 commits into
typelevel:main
from
stephenjudkins:sdj/lines-enhancements
Dec 22, 2021
Merged
text.lines
enhancements
#2758
mpilquist
merged 12 commits into
typelevel:main
from
stephenjudkins:sdj/lines-enhancements
Dec 22, 2021
Commits on Dec 17, 2021
-
* add support for input with '\r'-only newlines, like from macos classic. yes, content like this still exists * add support to throw an error when an accumulated line is over a certain size; good to prevent bad/malicious inputs from causing OOMs
Configuration menu - View commit details
-
Copy full SHA for a6c6b01 - Browse repository at this point
Copy the full SHA a6c6b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a56fe21 - Browse repository at this point
Copy the full SHA a56fe21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e503a4 - Browse repository at this point
Copy the full SHA 6e503a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05d9b2 - Browse repository at this point
Copy the full SHA e05d9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601e72c - Browse repository at this point
Copy the full SHA 601e72cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d46873 - Browse repository at this point
Copy the full SHA 9d46873View commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6adcbe - Browse repository at this point
Copy the full SHA f6adcbeView commit details
Commits on Dec 20, 2021
-
Don't use deprecated method, for good measure.
I haven't run any benchmarks but this should avoid a copy, at least
Configuration menu - View commit details
-
Copy full SHA for 960e1fc - Browse repository at this point
Copy the full SHA 960e1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f54d4fd - Browse repository at this point
Copy the full SHA f54d4fdView commit details
Commits on Dec 21, 2021
-
Test that existing CRLF-delimited text is split appropriately when `c…
…rsOnly` is enabled
Configuration menu - View commit details
-
Copy full SHA for 68a2a59 - Browse repository at this point
Copy the full SHA 68a2a59View commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 774cb3b - Browse repository at this point
Copy the full SHA 774cb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c89f2 - Browse repository at this point
Copy the full SHA e8c89f2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.