Skip to content

Commit

Permalink
Merge pull request #119 from pypy/github-post-update
Browse files Browse the repository at this point in the history
add an update to the github announcement post about the off-by-one errors in issue numbers
  • Loading branch information
cfbolz authored Jun 21, 2024
2 parents d566811 + 54cfb65 commit 6e70119
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions posts/2023/12/pypy-moved-to-git-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,15 @@ While GitLab uses `branch` for its prefix, the `git-remote-hg` script uses
Thanks for helping to make PyPy better.

Matti


# Update

In the meantime we found out that unfortunately something went wrong in the
migration of the issues. The old [issue
3655](https://foss.heptapod.net/pypy/pypy/-/issues/3655) got lost in the
migration. This means that after number 3655 the numbers are different between
github and heptapod, with heptapod being one larger. E.g. [issue 3700 on
heptapod](https://foss.heptapod.net/pypy/pypy/-/issues/3700) is [issue 3699 on
github](https://github.com/pypy/pypy/issues/3699). We are [investigating
options](https://github.com/pypy/pypy/issues/4979).

0 comments on commit 6e70119

Please sign in to comment.