-
Notifications
You must be signed in to change notification settings - Fork 282
Adding more CODEOWNERS #6422
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
Adding more CODEOWNERS #6422
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
# approval within two weeks. | ||
# | ||
# These owners will be the default owners for everything in the repo. | ||
* @kroening @tautschnig @peterschrammel @chrisr-diffblue | ||
* @kroening @tautschnig @peterschrammel @chrisr-diffblue @TGWDB | ||
|
||
# These files should rarely change | ||
|
||
/src/big-int/ @kroening | ||
/src/ansi-c/ @kroening @tautschnig @chrisr-diffblue | ||
/src/assembler/ @kroening @tautschnig @chrisr-diffblue | ||
/src/ansi-c/ @kroening @tautschnig @chrisr-diffblue @peterschrammel @thomasspriggs @NlightNFotis @TGWDB | ||
/src/assembler/ @kroening @tautschnig @chrisr-diffblue @peterschrammel @thomasspriggs @NlightNFotis @TGWDB | ||
/src/goto-cc/ @kroening @tautschnig @chrisr-diffblue | ||
/src/linking/ @kroening @tautschnig @chrisr-diffblue | ||
/src/memory-models/ @kroening @tautschnig | ||
|
@@ -30,9 +30,9 @@ | |
|
||
# These files change frequently and changes are high-risk | ||
|
||
/src/cbmc/ @kroening @tautschnig @peterschrammel | ||
/src/goto-programs/ @kroening @tautschnig @peterschrammel | ||
/src/util/ @kroening @tautschnig @peterschrammel | ||
/src/cbmc/ @kroening @tautschnig @peterschrammel @thomasspriggs @NlightNFotis @TGWDB | ||
/src/goto-programs/ @kroening @tautschnig @peterschrammel @thomasspriggs @NlightNFotis @TGWDB | ||
/src/util/ @kroening @tautschnig @peterschrammel @thomasspriggs @NlightNFotis @TGWDB | ||
/src/solvers/refinement @martin-cs @romainbrenguier @peterschrammel | ||
/src/solvers/strings @martin-cs @romainbrenguier @peterschrammel | ||
/jbmc/src/java_bytecode/ @romainbrenguier @peterschrammel | ||
|
@@ -49,12 +49,12 @@ | |
/doc/cprover-manual/contracts* @tautschnig @feliperodri @SaswatPadhi | ||
/src/goto-diff/ @tautschnig @peterschrammel | ||
/src/jsil/ @kroening @tautschnig | ||
/src/memory-analyzer/ @tautschnig @chrisr-diffblue | ||
/src/memory-analyzer/ @tautschnig @chrisr-diffblue @peterschrammel | ||
/jbmc/src/jbmc/ @peterschrammel @romainbrenguier | ||
/jbmc/src/janalyzer/ @peterschrammel @romainbrenguier | ||
/jbmc/src/jdiff/ @peterschrammel | ||
/jbmc/src/jdiff/ @peterschrammel @chrisr-diffblue | ||
/src/cpp/ @kroening @tautschnig @peterschrammel | ||
/src/solvers/smt2 @kroening @martin-cs @tautschnig @peterschrammel @allredj @romainbrenguier | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While at it, please remove my name from this one. I do not feel sufficiently competent/confident for SMT2. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in pending commit. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK for me. I'm not active on SMT2 at the moment. |
||
/src/solvers/smt2 @kroening @martin-cs @tautschnig @peterschrammel @thomasspriggs @NlightNFotis @TGWDB | ||
|
||
/src/solvers/smt2_incremental @peterschrammel @thomasspriggs @NlightNFotis @TGWDB @chrisr-diffblue | ||
/src/statement-list/ @kroening @tautschnig @peterschrammel @pkesseli | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't say that I am any kind of authority on our assembly support, having never worked on its implementation in cbmc. However I have enough familiarity with cbmc front-ends in general, that I am not going to strenuously object to being made a codeowner of this, if we need more codeowners.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dare I question whether the above changes are in line with "regularly updated parts of the code?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assembler sub folder has not been updated particularly regularly, as I read the commit history. Therefore adding more code owners for it is not in line with this PR's "regularly updated parts of the code" description. @TGWDB What is your view on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know anything about what's in
src/assembler
myself, so I don't think I'm particularly suited for being a code owner for this.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll reduce some of these (commit
to come shortlypushed). I agree they may not be "regular" as the PR suggests, on the other hand we had a problem with getting a PR approved by codeowner around theansi-c
part, so I'll add a little more here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it helps, my role has very recently changed so that I now have a lot more time to work on CBMC.