-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add links to all issues in the remaining sections of the changelog #418
Add links to all issues in the remaining sections of the changelog #418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @rodrigoprimo !
Aside from some issues with duplicate links in link lists (didn't we discuss those before ?), this looks good.
I've not checked each individual link. If any issues are found with those at some point in the future, whomever finds the issue is welcome to submit a PR to fix the link ;-)
CHANGELOG.md
Outdated
- Fixed bug [#9274][pear-9274] : nested_parenthesis element not set for open and close parenthesis tokens | ||
- Fixed bug [#9411][pear-9411] : too few pattern characters cause incorrect error report | ||
|
||
[pear-9274]: https://pear.php.net/bugs/bug.php?id=9274 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate link - see line 6644 (the link should remain in the link list for the oldest version in which it is referenced, the link in the link list for the newer version should be removed).
CHANGELOG.md
Outdated
[pear-14077]: https://pear.php.net/bugs/bug.php?id=14077 | ||
[pear-14168]: https://pear.php.net/bugs/bug.php?id=14168 | ||
[pear-14238]: https://pear.php.net/bugs/bug.php?id=14238 | ||
[pear-14249]: https://pear.php.net/bugs/bug.php?id=14249 | ||
[pear-14250]: https://pear.php.net/bugs/bug.php?id=14250 | ||
[pear-14251]: https://pear.php.net/bugs/bug.php?id=14251 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all look like duplicates to me - see line 6121-6126
CHANGELOG.md
Outdated
[pear-19819]: https://pear.php.net/bugs/bug.php?id=19819 | ||
[pear-19820]: https://pear.php.net/bugs/bug.php?id=19820 | ||
[pear-19843]: https://pear.php.net/bugs/bug.php?id=19843 | ||
[pear-19859]: https://pear.php.net/bugs/bug.php?id=19859 | ||
[pear-19863]: https://pear.php.net/bugs/bug.php?id=19863 | ||
[pear-19871]: https://pear.php.net/bugs/bug.php?id=19871 | ||
[pear-19879]: https://pear.php.net/bugs/bug.php?id=19879 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all look like duplicates to me - see line 4979-4985
CHANGELOG.md
Outdated
[pear-19811]: https://pear.php.net/bugs/bug.php?id=19811 | ||
[pear-19892]: https://pear.php.net/bugs/bug.php?id=19892 | ||
[pear-19897]: https://pear.php.net/bugs/bug.php?id=19897 | ||
[pear-19908]: https://pear.php.net/bugs/bug.php?id=19908 | ||
[pear-19930]: https://pear.php.net/bugs/bug.php?id=19930 | ||
[pear-19935]: https://pear.php.net/bugs/bug.php?id=19935 | ||
[pear-19944]: https://pear.php.net/bugs/bug.php?id=19944 | ||
[pear-19953]: https://pear.php.net/bugs/bug.php?id=19953 | ||
[pear-19956]: https://pear.php.net/bugs/bug.php?id=19956 | ||
[pear-19957]: https://pear.php.net/bugs/bug.php?id=19957 | ||
[pear-19968]: https://pear.php.net/bugs/bug.php?id=19968 | ||
[pear-19969]: https://pear.php.net/bugs/bug.php?id=19969 | ||
[pear-19997]: https://pear.php.net/bugs/bug.php?id=19997 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all look like duplicates to me - see line 4875-4887
CHANGELOG.md
Outdated
[pear-20026]: https://pear.php.net/bugs/bug.php?id=20026 | ||
[pear-20029]: https://pear.php.net/bugs/bug.php?id=20029 | ||
[pear-20043]: https://pear.php.net/bugs/bug.php?id=20043 | ||
[pear-20044]: https://pear.php.net/bugs/bug.php?id=20044 | ||
[pear-20045]: https://pear.php.net/bugs/bug.php?id=20045 | ||
[pear-20050]: https://pear.php.net/bugs/bug.php?id=20050 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all look like duplicates to me - see line 4727-4732
Thanks for the review, @jrfnl!
I missed the duplicate links. I remember us discussing duplicate links in the same version, but I don't remember us discussing duplicate links across different versions. I could have inferred that, but unfortunately, I did not. I pushed a new commit removing the duplicates. I noticed duplicate links added in previous PRs. Would you prefer that I push a commit fixing those to this PR or create a separate PR? |
Well, the previous issue was already across versions as the links between Squiz and this repo were overlapping with the links to this repo only being in recent changelogs (and the links to Squiz in older changelogs). While duplicate link definitions which have the same URL attached is not necessarily problematic, it is still not a good idea to have them, as if one is updated, but not the other, which one should be used ? (hint: the first one found will be used, but that may not be the one updated). You may want to read up a little on markdown. These may be good starting points:
Please feel free to fix them up in this PR. |
a94b83e
to
42c0e0b
Compare
Thanks for the additional information, @jrfnl. I added the new commit fixing the other duplicate links in the file and this PR is ready for a final review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rodrigoprimo ! It's great to see the changelog improved so much (via this and the other PRs) !
Description
This PR adds links to all issues in the remaining sections of the changelog. It also fixes a few typos. Contrary to what I did in previous PRs related to #244, here I did not read through all the text looking for typos. I only fixed the typos highlighted by my IDE as it would take a long time to read everything. I also opted to fix the typos in a separate commit that can be squashed before merging as the number of changes in this PR is much bigger than in previous PRs. I'm hoping that this will make the review process easier.
Related issues/external references
Part of #244
Types of changes
PR checklist