[all-commits] [llvm/llvm-project] f24141: [mlir] Fix nested codeowners for vector dialect
Kunwar Grover via All-commits
all-commits at lists.llvm.org
Fri Nov 8 04:51:59 PST 2024
Branch: refs/heads/users/Groverkss/fix-codeowners
Home: https://github.com/llvm/llvm-project
Commit: f24141a54a783f907cfd9ffb1f85cc00c9a770bc
https://github.com/llvm/llvm-project/commit/f24141a54a783f907cfd9ffb1f85cc00c9a770bc
Author: Kunwar Grover <groverkss at gmail.com>
Date: 2024-11-08 (Fri, 08 Nov 2024)
Changed paths:
M .github/CODEOWNERS
Log Message:
-----------
[mlir] Fix nested codeowners for vector dialect
Due to how CODEOWNERS works, if a file matches two rules, the later rule will take precedence.
Because of this, /mlir/include/mlir/Dialect/Vector rules were not matching against /mlir/include/mlir/Dialect/Vector/IR .
This patch adds users in the directory rules, to the finer grained rules, which I'm guessing was the intended effect that they expected when they were added.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list