Implements v command #397#420
Open
Devel08 wants to merge 4 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #420 +/- ##
==========================================
- Coverage 82.20% 81.62% -0.59%
==========================================
Files 13 13
Lines 5542 5589 +47
Branches 310 315 +5
==========================================
+ Hits 4556 4562 +6
- Misses 983 1024 +41
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
Thank you for the contribution! Please check the failed CI tasks. |
Contributor
Author
|
@dspinellis No problem! Fixed the failing CI tasks, can you approve the workflows please? |
sylvestre
reviewed
Jun 2, 2026
Comment on lines
+1264
to
+1267
| // GNU sed 4.9 | ||
| const GNU_MAJOR: u8 = 4; | ||
| const GNU_MINOR: u8 = 9; | ||
| const GNU_PATCH: u8 = 0; |
Contributor
Author
There was a problem hiding this comment.
Because most users scripts use GNU sed 4.9, the reason is described in "What it should do" in issue #397
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr implements the version command and resolves #397