Skip to content
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

[tree-sitter] fix typo in version number #26209

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

kylo252
Copy link
Contributor

@kylo252 kylo252 commented Aug 6, 2022

Describe the pull request

github-actions[bot]
github-actions bot previously approved these changes Aug 6, 2022
github-actions[bot]
github-actions bot previously approved these changes Aug 6, 2022
github-actions[bot]
github-actions bot previously approved these changes Aug 6, 2022
Comment on lines 8 to 10
{
"git-tree": "a912cc848f08c05d9cbd87e24e47194b0ad43bd6",
"version-semver": "0.26.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete the old incorrect entry ?
I mean the port was only recently added so nobody should depend on it yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure if this is allowed. I can try to push it and see if the CI complains.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI won't complain. I would just say removing it is justified since it will break version 0.26.0 in the future and isn't even what it wants to advertise.

@@ -1,6 +1,7 @@
{
"name": "tree-sitter",
"version-semver": "0.26.0",
"version-semver": "0.20.6",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't it to always use version instead of version-semver?

Copy link
Contributor

@Thomas1664 Thomas1664 Aug 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't it to always use version instead of version-semver?

According to the manifest guide, version-semver may be used if upstream follows SemVer. Otherwise one should use version instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ironically, I broke the semver with this PR, so it might make sense in this case to switch it to a version?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the https://github.com/zeromq/azmq, version-semver may be used if upstream follows SemVer. Otherwise one should use version instead.

Your link is totally wrong. Qt also just uses version instead of version-semver and it was actively switched to use version instead.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your link is totally wrong.

Sorry. I updated the link.

Copy link
Contributor

@Thomas1664 Thomas1664 Aug 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ironically, I broke the semver with this PR, so it might make sense in this case to switch it to a version?

The issue is that the version number can just increase. I'm not sure though what the correct solution is: either revert the PR that introduced the port or overwriting the old version.

IMO it's up to you. If yo are sure upstream follows SemVer, use version-semver. However, it is not necessarry to switch to version in order to get this merged (at least IMO).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If upstream follows semver then I think it's good to leave it claiming version-semver. We had a pass where we were recommending people remove it because we had lots of changes to version-semver just because it met the semver regex without actually checking that upstream followed the semantic meaning.

I merged this as is to limit the potential 'damage' to less than 1 business day. Thanks for noticing and sorry that I didn't notice in my review 😅

@Cheney-W Cheney-W added the category:port-bug The issue is with a library, which is something the port should already support label Aug 8, 2022
@BillyONeal BillyONeal merged commit 8da0dde into microsoft:master Aug 8, 2022
@kylo252 kylo252 deleted the fix-ts-version branch August 8, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants