Raph
Raph
It's done now. If it you spot any bugs in how conditional groups are handled because of this, please let me know.
oof, guess I'll have to install windows to make sure things are working again as intended. Thanks for the heads up
So today I went to develop tuckr on windows and try to spot where things are going wrong. I've fixed this error and some others causing tuckr to not function...
After debugging for a little bit I found out that the reason why conflicts happen on windows is because I'm attempting to symlink a bunch of dotfiles within a `.config`...
I've been thinking about this issue and the most performant way to do this without introducing a horrible O(n^2) type performance penalty by comparing every single path in the validation...
This issue has been "fixed", the new issue is here: https://github.com/RaphGL/Tuckr/issues/105 Unless you're using many different profiles, you won't be affected by it likely. I hope to give a fix...