Skip to content
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
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/.github/workflows/ @JuliaLang/github-actions
/.github/ @JuliaLang/github-actions
/.buildkite/ @JuliaLang/github-actions
/src/ @JuliaLang/compiler
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps this should be a bit more fine-grained? I'd be comfortable reviewing frontend changes, but likely won't be able to contribute much if it touches codegen or parts of the C API. Also should perhaps add base/compiler?

Copy link
Member

Choose a reason for hiding this comment

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

What do you think of my suggestion in #40925 (comment)

Copy link
Member

@simeonschaub simeonschaub May 23, 2021

Choose a reason for hiding this comment

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

Yeah, maybe. Although especially for some files in base this might be a bit of a noisy measure and it might be better for folks to be able to opt in manually.

Copy link
Member

Choose a reason for hiding this comment

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

Won't people's global preferences on notifications anyways override this?

Copy link
Member

Choose a reason for hiding this comment

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

I meant noisy here mostly in terms of that it might be rather arbitrary who is assigned to a file or not, but perhaps that's something we should just try and then see how it goes.

/stdlib/LinearAlgebra/ @JuliaLang/linearalgebra
/stdlib/libblastrampoline_jll/ @staticfloat
/test/ @JuliaLang/test
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure this is all that useful since almost any PR adds some tests.

Copy link
Member

Choose a reason for hiding this comment

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

My thought was to see how useful this feature is and get it calibrated.