Skip to content
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

add @peterschrammel as code owner to /src/solvers/floatbv #8580

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/src/langapi/ @kroening @tautschnig @peterschrammel
/src/xmllang/ @kroening @tautschnig @peterschrammel
/src/solvers/flattening @martin-cs @kroening @tautschnig @peterschrammel
/src/solvers/floatbv @martin-cs @kroening
/src/solvers/floatbv @martin-cs @kroening @peterschrammel
/src/solvers/miniBDD @tautschnig @kroening
/src/solvers/prop @martin-cs @kroening @tautschnig @peterschrammel
/src/solvers/sat @martin-cs @kroening @tautschnig @peterschrammel
Expand All @@ -43,13 +43,13 @@
/jbmc/src/java_bytecode/ @peterschrammel @TGWDB
/src/analyses/ @martin-cs @peterschrammel
/src/pointer-analysis/ @martin-cs @peterschrammel
/src/libcprover-cpp @esteffin @TGWDB @peterschrammel
/src/libcprover-rust @TGWDB @peterschrammel @esteffin
/src/libcprover-cpp @TGWDB @peterschrammel
/src/libcprover-rust @TGWDB @peterschrammel

# These files change frequently and changes are medium-risk

/src/goto-analyzer/ @martin-cs @peterschrammel
/src/goto-bmc/ @esteffin @TGWDB @peterschrammel
/src/goto-bmc/ @TGWDB @peterschrammel
/src/goto-harness/ @martin-cs @peterschrammel
/src/goto-instrument/ @martin-cs @peterschrammel @tautschnig @kroening
/src/goto-instrument/contracts/ @tautschnig @feliperodri @remi-delmas-3000
Expand All @@ -62,8 +62,8 @@
/jbmc/src/jdiff/ @peterschrammel
/src/cpp/ @kroening @tautschnig @peterschrammel
/src/solvers/smt2 @kroening @martin-cs @peterschrammel @TGWDB
/src/solvers/smt2_incremental @peterschrammel @thomasspriggs @TGWDB @esteffin
/src/solvers/Makefile @kroening @tautschnig @peterschrammel @TGWDB @esteffin
/src/solvers/smt2_incremental @peterschrammel @thomasspriggs @TGWDB
Copy link
Member

Choose a reason for hiding this comment

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

I wouldn't expect thomasspriggs is going to contribute anymore.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Even if Thomas does: given Thomas lacks write access at this point, code ownership wouldn't entail a sufficient approval anymore.

/src/solvers/Makefile @kroening @tautschnig @peterschrammel @TGWDB
/src/statement-list/ @kroening @tautschnig @peterschrammel

/cmake/ @diffblue/diffblue-opensource
Expand Down
Loading