randy3k / AutomaticPackageReloader

Automatically reload submodules while developing a Sublime Text package.
MIT License
38 stars 13 forks source link

an alternative to #35 #36

Closed randy3k closed 5 years ago

randy3k commented 5 years ago

I am providing an alternative solution to the symlink issue posted in #35. In the original PR, it's likely to break something if the whole Packages folder is symlinked. In here, I try not to alter the original logic too much and provide a more conservation solution.

@egnartsms could you test the PR to see if it works for your use case?

FichteFoll commented 5 years ago

Set literals (with curly braces) are legal in Python 2.6 (idk if you even support st2).

sermoz commented 5 years ago

@randy3k pretty good job, thanks for addressing my comments!