-
Notifications
You must be signed in to change notification settings - Fork 102
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
opentoken 6.0.3-dev #1024
opentoken 6.0.3-dev #1024
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name = "opentoken" | ||
description = "facility for performing token analysis and parsing within Ada" | ||
version = "6.0.3-dev" | ||
|
||
authors = ["Stephen Leake"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see that this is a fork from Stephen's project. Did you get in touch with him to see if he's want to handle publishing on Alire himself? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wrote to Stephen on the first of April, and had no responses. I wrote to Stephen at stephen_leake at stephe-leake.org, is it the right email adress? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks Lionel,
He is actually, and I should've started with that :) @stephe-ada-guru Are you ok for Lionel to push this release of opentoken on Alire? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi Fabien, (It's just for information, no pressure on opentoken integration on my side, it won't prevent me from releasing others crates) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi Fabien, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If the numbers are just to identify the commit, but the version is already "6.0.3", then it should be "6.0.3+2374021", as the "-blah" in semantic versioning means "before the final version". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, this is a fork of https://github.com/JeremPFT/org.opentoken-6.0b There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then just go for |
||
maintainers = ["Lionel Draghi <[email protected]>"] | ||
maintainers-logins = ["LionelDraghi"] | ||
licenses = "GPL-3.0-or-later" | ||
website = "" | ||
tags = ["lexer", "parser"] | ||
|
||
project-files = ["./build/release/opentoken.gpr"] | ||
|
||
[[depends-on]] | ||
aunit = "^24.0.0" | ||
|
||
[origin] | ||
commit = "2374021eeb37f3321af22afc728d8d89cbb94d39" | ||
url = "git+https://github.com/LionelDraghi/org.opentoken-6.0c.git" | ||
|
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.
Hello Lionel, you probably want to remove the
-dev
suffix for a release like this.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.
Hello Fabien,
you're right.
(and if a suffix is needed, -dead would be more appropriate than -dev, as no one (AFAIK) intend to maintain OpenToken :-) )
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.
@LionelDraghi If can still change this to a more meaningful value, for instance 6 digit hash of the last commit.