-
-
Notifications
You must be signed in to change notification settings - Fork 29
Use cysignals hook #117
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
Use cysignals hook #117
Conversation
According to https://github.com/kliem/cypari2/runs/6660982099?check_suite_focus=true |
Great! Thanks for working on it. It will simplify a lot the distribution of |
Looking great! |
Why did you bump the version here? Just for testing purposes? I do not see why a version bump would be inside a merge request. |
I don't know how this usually works. I just think it's irritating when the version number does not reflect the current status. |
This pull request isn't ready yet anyway, as it depends on a cysignals version, which isn't even released yet. |
What's needed for this to make it? Is sagemath/cysignals ready for a new release? |
It would be nice to have a new release here soon, to let Pari 2.15 upgrade into Sage |
I don't see how |
I just think merging a pull request and leaving the VERSION at an actual
released version could be confusing.
…On Mon, Oct 31, 2022, 17:16 Dima Pasechnik ***@***.***> wrote:
I don't see how VERSION is needed anywhere, apart from new releases.
After all, our GH Actions checks are triggered by new pushes/PRs, not by
version changes.
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AETJVLUJGGKWOO6MRCPULH3WF7WF3ANCNFSM5XLSP2HA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Some projects solve this problem by making a commit that changes the version to some ".dev0" version right after a release |
bumping up VERSION with every merged PR isn't feasible, IMHO. |
OK, I've resolved this merge to be as supplied by the PR |
@mkoeppe @videlec
This branch inserts the hooks as discussed in #109.
What do you think?
It's based upon sagemath/cysignals#166.