Uh oh!
There was an error while loading. Please reload this page.
fix: Add symlink setting (opt-in) to fix workflows relying on them - #12992
fix: Add symlink setting (opt-in) to fix workflows relying on them#12992jeroenev wants to merge 1 commit into
Conversation
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Note that this just adds a setting for reverting to the original behavior from 2 weeks ago, as it was changed in PR #11415 |
ebd0736 to
25c3b06Comparerebased everything on top of dev |
25c3b06 to
bca1d4eComparebca1d4e to
730a330Comparefrostiio
commented
Mar 6, 2026
Am running version opencode 1.2.18 on Fedora. The |
730a330 to
50fe8a4Comparemartijnvdbrug
commented
Mar 26, 2026
Nice work @jeroenev . Perhaps solve the merge conflict, so the anomaly team can merge this PR. ( I am not part of anomaly or anyhing, just like to have this fixed as well 🙃 ) |
50fe8a4 to
4a9e31dCompareRebased and fixed all conflicts, I hope this can get merged soon. |
thinisde
commented
May 11, 2026
So any updates? I facing the same issue |
dd4af09 to
e93dd0aComparejeroenev
commented
May 12, 2026
Don't have any more info, there are some discussions in related issues linking to this PR, but nothing conclusive unfortunately |
e93dd0a to
14a6d17Compare
What does this PR do?
This PR adds a setting to allow RG / Grep to follow symlinks, like it used to do.
A setting was added to make this behavior opt-in, to avoid issues with complex folder structures + symlinks
How did you verify your code works?
Ran the tests, and tested with codebases where modules are added via symlinks, which PR #11415 broke.
That PR disabled following symlinks in search tools, to fix performance issues from symlinks to large directories or symlink loops.
By doing so it breaks other workflows that rely on symlinks to add modules, so this setting fixes that.
Fixes#10365