- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getContributors (0.07 sec)
-
compat/maven-model/src/test/java/org/apache/maven/model/merge/MavenMergerTest.java
Model merged = mavenMerger.merge(target, source, true, null); assertEquals(1, merged.getContributors().size(), "Expected exactly 1 contributor"); assertTrue( merged.getContributors().contains(contributor), "Expected contributors to contain " + contributor + " but was " + merged.getContributors()); } @Test void mergeSameDependencies() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 3.6K bytes - Viewed (0) -
scripts/contributors.py
class ContributorsResults(BaseModel): contributors: Counter[str] translation_reviewers: Counter[str] translators: Counter[str] authors: dict[str, Author] def get_contributors(pr_nodes: list[PullRequestNode]) -> ContributorsResults: contributors = Counter[str]() translation_reviewers = Counter[str]() translators = Counter[str]() authors: dict[str, Author] = {}
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 12:34:01 UTC 2025 - 8.6K bytes - Viewed (0)