deathaxe

Results 818 comments of deathaxe

It would require PC4.0 to be released and the sublime-package file being uploaded to packagecontrol.io or Unittest to be tweaked to use PC4.0 beta builds. Whatever happens first (or ever).

Wrong repo. This is client implementation of Package Control, thus can't add API end points to packagecontrol.io

Source code to handle installations is bundled with ST's API and thus can't be run in a dedicated shell. All relevant commands to handle installation, upgrade, removal, enabling or disabling...

6da06bc2ff0efe2f6e3b9b3bb5387951353e411c adds support to automatically upgrade libraries/dependencies. `Package Control: Satisfy Libraries` installs missing, upgrades outdated and removes orphaned libraries as it did before.

required - missing = installed and maybe outdated

I don't think it makes sense to give json repositories, names. As `"repositories": []` can also take normal github/gitlab/bitbucket repos it may probably make sense to provide InputHandlers to also...

I've tried that out but found it rather distracting to need to select a package and then run installation with another command. It may be an interesting workflow when installing...

With 1b34ff1ea12af2ac4a8109f6963e880a11d96b82 four-point-oh has reached a state of being able to install/upgrade/remove ST3-style dependencies into Lib/ folder.

That's supported as of PC4.0.0-beta9 with support for PyPI as of beta10