Emergency Self-Construct
Emergency Self-Construct
Let's run the following command, as I did for the recent 0.62.* release series. To get the full picture let's checkout the tag and run the command from there: ```...
The next question that arises is: what does it even mean for a commit to not have an author (or a committer) for that matter. To answer this question we...
Taking a closer look at: https://github.com/numba/numba/pull/9916 -- this was listed in the list of commits as having no authors: ``` * PR `#9916 `_: More lazy strings. () ``` And...
The following patch will make the warning output much easier to parse: ``` esc@artemis [numba_3.13] [numba:tags/0.62.1:0.62.1:★★★★] ~/git/numba git diff diff --git i/maint/gitlog2changelog.py w/maint/gitlog2changelog.py index 80668582a4..816e719913 100644 --- i/maint/gitlog2changelog.py +++ w/maint/gitlog2changelog.py...
9805 has the same issue as 9916: https://github.com/numba/numba/pull/9805/commits/59d9129883d2083d8a0f316f4f316b102fa381b6 user can not be attributed to a github account based on their email and it then appears without any authorship: ``` *...
9850 has the same issue as 9916: https://github.com/numba/numba/pull/9850/commits/cedca9e007a8951d98d2d1fc264339bc23d1dc4c user can not be attributed to a github account based on their email (same user as 9805) and it then appears without...
9899 is a bit different: https://github.com/numba/numba/pull/9899/commits there are three commits where the email of the author field can not be resolved to a github account. But additionally, one of the...
9892 has 4 commits, 3 can be attributed, but one can not: https://github.com/numba/numba/pull/9892/commits and so, it shows up in the log as: ``` * PR `#9892 `_: [UX] TypedDict: better...
Partially addressed by #10226
CI support etc.. still needs fixing.