more code review updates. pulled main.
Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 13 2023
May 3 2023
Apr 24 2023
pulled upstream/main
change formatting of enum options
Apr 21 2023
a unit test was failing, so I fixed it.
Apr 14 2023
there were a couple of bugs in the last patch that I missed. format tests all pass again with this one.
changing the added option from a boolean to an enum that takes Leave, Always, and Never.
Apr 12 2023
In D125171#4261301, @MyDeveloperDay wrote:is it possible to point to a github issue that this related to in the review summary, if not please can you make one so we can track the issue its trying to solve
Apr 11 2023
fix a comment in the documentation
- updated the documentation to show the option works for function declaration and definition
- updated the tests to use long-form
- added new tests to verify the no-parameter cases
- updated the documentation to minimize formatting variables
- ran the style guide generator
Mar 29 2023
In D125171#4230397, @jrmolin wrote:I think I have hit all the requests now. We're in the middle of building release candidates and testing, so management is taking longer and longer to get back to me about a style guide for my team.
We added it, because it forces a consistent look across all function declarations. I don't know what the next steps are now. I'm stuck; you're stuck. :shrug:
I think I have hit all the requests now. We're in the middle of building release candidates and testing, so management is taking longer and longer to get back to me about a style guide for my team.
ran the formatter, ran the documentation generator.
Mar 27 2023
pulled main, re-generated the docs, then re-generated the diff. Also added a parse test and collapsed some nested if conditions.
Mar 23 2023
In D125171#4215910, @MyDeveloperDay wrote:if you go ahead an rebase your should get rG7a5b95732ade: [clang-format] NFC Format.h and ClangFormatStyleOptions.rst are out of date that will remove the need for the Macro section in the rst
Mar 22 2023
I still don't know what Please write it out long form means for the unit test.
I updated the code comment in Format.h and ran the docs generator. I didn't modify the Macros section, but that got updated when I ran the docs generator.
Mar 15 2023
In D125171#4195298, @owenpan wrote:In D125171#4193996, @jrmolin wrote:In D125171#4167866, @owenpan wrote:I am doing this for my team, which writes the security endpoint for Elastic Defend. The code is currently private, though the binaries are free to download and run. The number of contributors is around 30, and the lines of code is in the 100Ks (around 500K). I have not found a way to accomplish what this does with the available options. I am adding tests and am happy to maintain this. It is a rather small addition, so it is quite simple to keep updated.
Do you "have a publicly accessible style guide"?
Mar 14 2023
respond to code review requests/comments
In D125171#4167866, @owenpan wrote:
Mar 3 2023
Finally figured out how to run the latest git-clang-format on the code
Mar 2 2023
I finally found the correct CodeOwners.rst file.
Updated the version string in the docs and pulled in main.