Page MenuHomeFreeBSD

config(8): use sbuf to manage line buffers
ClosedPublic

Authored by jah on Apr 11 2020, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 5:05 PM
Unknown Object (File)
Sep 24 2024, 3:59 PM
Unknown Object (File)
Sep 5 2024, 9:21 PM
Unknown Object (File)
Sep 1 2024, 10:40 PM
Unknown Object (File)
Aug 31 2024, 4:12 PM
Unknown Object (File)
Aug 29 2024, 3:29 PM
Unknown Object (File)
Aug 21 2024, 11:18 PM
Unknown Object (File)
Aug 18 2024, 12:35 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jah retitled this revision from config(8): use sbuf to manage line buffers PR: 245476 to config(8): use sbuf to manage line buffersPR: 245476.Apr 11 2020, 8:39 PM
jah added reviewers: kevans, imp.
jah retitled this revision from config(8): use sbuf to manage line buffersPR: 245476 to config(8): use sbuf to manage line buffers.
jah edited the summary of this revision. (Show Details)

This looks fine, but given the age of config. It feels a bit like effort might be better spent on a rewrite

This revision is now accepted and ready to land.Apr 11 2020, 9:10 PM
In D24373#536140, @imp wrote:

This looks fine, but given the age of config. It feels a bit like effort might be better spent on a rewrite

TBH I had the same thought, including "how much of this even still needs to be written in C?". But that would be a big effort, and this was something simple I could do with my quarantine time.

In D24373#536143, @jah wrote:
In D24373#536140, @imp wrote:

This looks fine, but given the age of config. It feels a bit like effort might be better spent on a rewrite

TBH I had the same thought, including "how much of this even still needs to be written in C?". But that would be a big effort, and this was something simple I could do with my quarantine time.

Yea. Minor clean ups are fine. It's more an aside if some has 50 or 100 changes to config rather than one or two.

Much better, thanks! =-)

This revision was automatically updated to reflect the committed changes.