You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/10/25 10:54:44 UTC

[GitHub] [incubator-kvrocks] tanruixiang opened a new issue, #1042: Incorrect regex to get cmake version

tanruixiang opened a new issue, #1042:
URL: https://github.com/apache/incubator-kvrocks/issues/1042

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   https://github.com/apache/incubator-kvrocks/commit/a1bb45d72b3db7784f1f214fdcaba6705417b29e
   
   ### Minimal reproduce step
   
   The latest version of cmake is [cmake-3.25.0-rc2](https://github.com/Kitware/CMake/releases/download/v3.25.0-rc2/cmake-3.25.0-rc2.tar.gz). The existing regular expression will parse it incorrectly as `3.25.02`.
   
   ### What did you expect to see?
   
   Parse it as `3.25.0`.
   
   ### What did you see instead?
   
   Parse it as `3.25.02`.
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun closed issue #1042: Incorrect regex to get cmake version

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #1042: Incorrect regex to get cmake version
URL: https://github.com/apache/incubator-kvrocks/issues/1042


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org