user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/3] avoid redundant CRLF handling
@ 2020-02-24  7:33 Eric Wong
  2020-02-24  7:33 ` [PATCH 1/3] hval: ascii_html: drop CRLF => LF conversion Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2020-02-24  7:33 UTC (permalink / raw)
  To: meta

Redundant ops waste cycles and make the code more difficult to
follow.  And 3/3 is an overdue cleanup which can also serve as
an impromptu test for solver...

Eric Wong (3):
  hval: ascii_html: drop CRLF => LF conversion
  viewdiff: remove optional CR handling
  examples/nginx_proxy: convert CRLF to LF

 examples/nginx_proxy        | 48 ++++++++++++++++++-------------------
 lib/PublicInbox/Hval.pm     |  1 -
 lib/PublicInbox/ViewDiff.pm | 11 +++++----
 lib/PublicInbox/ViewVCS.pm  |  2 +-
 t/plack.t                   | 27 +++++++++++++++++++++
 5 files changed, 58 insertions(+), 31 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-24  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24  7:33 [PATCH 0/3] avoid redundant CRLF handling Eric Wong
2020-02-24  7:33 ` [PATCH 1/3] hval: ascii_html: drop CRLF => LF conversion Eric Wong
2020-02-24  7:33 ` [PATCH 2/3] viewdiff: remove optional CR handling Eric Wong
2020-02-24  7:33 ` [PATCH 3/3] examples/nginx_proxy: convert CRLF to LF Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).