Skip to content

Conversation

@dragon512
Copy link
Contributor

did make clang-format that is why the diff is so big.

The real fix is line 83. the addition of swoc::Lexicon<int>::with_multi{

@cmcfarlen
Copy link
Contributor

It looks like your format added too many spaces

@zwoop
Copy link
Contributor

zwoop commented May 10, 2023

Yeh, why would this need a big clang-format change ?

make_buffer_size_parser()
{
return [l = swoc::Lexicon<int>{
swoc::Lexicon<int>::with_multi{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebase - this should have been fixed by #9700.

@SolidWallOfCode
Copy link
Member

What exactly was changed, except the Lexicon constructor in "IOBuffer.cc"? I looked through the other changes and they seemed purely formatting changes.

make_buffer_size_parser()
{
return [l = swoc::Lexicon<int>{
swoc::Lexicon<int>::with_multi{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this extra { have a new closing for it? Unless I'm missing it, that would explain the format issues.

@dragon512
Copy link
Contributor Author

it is fixed with a different PR now in the master branch. Closing PR

@dragon512 dragon512 closed this May 16, 2023
@dragon512 dragon512 deleted the fix/buildwithgcc branch November 17, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants