Skip to content

chore: remove orphan .v-version (V tracks master) - #25

Merged
ulises-jeremias merged 2 commits into
mainfrom
feat/24-remove-v-version
Sep 15, 2026
Merged

ulises-jeremias merged 2 commits into
mainfrom
feat/24-remove-v-version

Conversation

@ulises-jeremias

@ulises-jeremias ulises-jeremias commented Sep 15, 2026

Copy link
Copy Markdown
Member

Description

Remove the orphan repo-root .v-version (0.5.2). It has zero references anywhere in this repo: the PKGBUILDs build against Arch vlang / release binaries, and CVA policy is to track latest V master with no pin.

Fixes #24

Type of Change

  • CI / chore

How Has This Been Tested?

  • grep -rn "v-version" over the repo (excluding .git) returns zero content references
  • No workflow, script or doc in this repo reads the file

Summary by CodeRabbit

  • Chores
    • Removed the stored version value from the version-tracking file.

Zero references in PKGBUILDs or CI. CVA tracks latest V master.

Closes #24
@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: dba5cc6d-553e-4d9b-9a7d-103d5583ab66

📥 Commits

Reviewing files that changed from the base of the PR and between 06867eb and f78bc6d.

📒 Files selected for processing (1)
  • .v-version
💤 Files with no reviewable changes (1)
  • .v-version

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The pull request removes the 0.5.2 value from .v-version, leaving the file empty. No public declarations change.

Changes

Version file cleanup

Layer / File(s) Summary
Remove the V version pin
.v-version
The stored version 0.5.2 is removed from the file.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to a7ea2

Removing the unused version file does not affect the repository’s package version selection or validation workflow.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: removal of the orphan .v-version file. It also states the reason for the change.
Description check ✅ Passed The description explains the change, references the issue, identifies the change type, and provides verification steps. The repository checklist is missing, and CI / chore does not match the templat…
Linked Issues check ✅ Passed Issue #24 requires removal of the root .v-version file. The whole-PR diff shows that .v-version is deleted, including its only line, 0.5.2. The head file listing contains no .v-version path. T…
Out of Scope Changes check ✅ Passed The whole-PR diff contains only the deletion of the root .v-version file. This change directly implements issue #24 and does not show unrelated source, build, workflow, or documentation changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/24-remove-v-version

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ulises-jeremias
ulises-jeremias marked this pull request as ready for review September 15, 2026 05:20
@ulises-jeremias
ulises-jeremias enabled auto-merge (squash) September 15, 2026 05:27
@ulises-jeremias
ulises-jeremias merged commit 5aa2aee into main Sep 15, 2026
6 checks passed
@ulises-jeremias
ulises-jeremias deleted the feat/24-remove-v-version branch September 15, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: remove orphan .v-version (V tracks master)

1 participant