716: Git version check pattern matching is too strict #838
Conversation
|
To avoid this situation, create a new branch for your changes and reset the
Then proceed to create a new pull request with |
@tstuefe To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an RFR email automatically sent to the correct mailing list, you will need to add one or more labels manually using the |
Looks good! |
@tstuefe the tests are failing because you have a too old Mercurial version. |
@tstuefe This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements After integration, the commit message will be:
Since the source branch of this PR was last updated there have been 3 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge As you do not have Committer status in this projectan existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@edvbld) but any other Committer may sponsor as well.
|
/issue SKARA-716 |
@tstuefe This issue is referenced in the PR title - it will now be updated. |
/integrate |
/sponsor |
@edvbld @tstuefe Since your change was applied there have been 3 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 179f923. |
Hi,
may I have reviews please for this small fix. On my Ubuntu 16.4 box I run with git 2.7.0 (so far without any problems, but that is another story). Skara wants a newer version and does a version check. That check fails to parse the version number correctly.
https://bugs.openjdk.java.net/browse/SKARA-716
Tests: tried to run gradlw test on my Linux box but I get test errors - but those errors also appear on a clean repo (see https://mail.openjdk.java.net/pipermail/skara-dev/2020-September/003410.html), I am quite sure they have anything to do with my fix.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/838/head:pull/838
$ git checkout pull/838