Skip to content

chore: remove stray v3/old symlink pointing outside the repo#5785

Open
kobihikri wants to merge 1 commit into
wailsapp:masterfrom
kobihikri:rm-stray-symlink
Open

chore: remove stray v3/old symlink pointing outside the repo#5785
kobihikri wants to merge 1 commit into
wailsapp:masterfrom
kobihikri:rm-stray-symlink

Conversation

@kobihikri

@kobihikri kobihikri commented Jul 15, 2026

Copy link
Copy Markdown

Hi, and thank you for Wails.

Small cleanup: the repo tracks a symlink v3/old whose target is ../../../GolandProjects/ios — a path outside the repository (a local JetBrains GoLand projects dir):

$ gh api repos/wailsapp/wails/contents/v3/old --jq '{type,target}'
{ "type": "symlink", "target": "../../../GolandProjects/ios" }

It looks like it was committed by accident. It's a broken/dangling link for everyone who clones the repo (the target doesn't exist), and dangling symlinks pointing outside the tree are worth removing. This PR just deletes it (git rm v3/old).

For transparency: I used AI assistance to spot and draft this; I verified the symlink target myself.

Summary by CodeRabbit

  • Chores
    • Removed an obsolete path reference.
    • No user-facing functionality changes.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d8cdafef-35d0-4f6d-902f-46241e9ead0b

📥 Commits

Reviewing files that changed from the base of the PR and between f681ae8 and c8b66be.

📒 Files selected for processing (1)
  • v3/old
💤 Files with no reviewable changes (1)
  • v3/old

Walkthrough

The change removes a single stale path reference, leaving the file without visible content.

Changes

Cohort / File(s) Summary
Stale reference removal
File path unavailable
Removed the lone ../../../GolandProjects/ios reference.

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

Poem

A bunny found a path astray,
And nibbled that lone line away.
The file now rests,
With empty-page nests—
No stale trails remain today.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the cleanup and context, but it omits the issue reference, test details, type-of-change checkbox, and checklist items. Add the linked issue, complete the type-of-change and testing sections, include test configuration, and fill out the checklist.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: removing a stray symlink outside the repo.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant