Will Bond
Will Bond
@shardulbee Just be aware that https://github.com/wbond/package_control/issues/1516 really needs to happen before this. The `load_order` was introduced because I didn't write a Python loader for dependencies. Thus we needed to make...
I'm not going to do a release with part of the work, and I'd much rather the code for installing dependencies make sure it has the info necessary to know...
@rchl Unfortunately you'll have to find a different method to do what you were doing before. Dependencies were never really intended to do that.
> At this point, it doesn't matter much if it was intended or not because it was possible and it has happened. :) Unfortunately sometimes things have to break to...
If someone wants to highlight how package files are being used in mdpopups, I’m sure we can suggest an alternative approach.
There is nothing precluding a dependency creating a base command class and having plugins extend that. Sublime Text just won’t directly instantiate the command from the dependency, which makes sense.
I’m sorry? Dependencies won’t be able to do these things anymore, you’ll have to do something else. The simplest options are: 1. Vendor things 2. Use conventions. I.e. have 5...
I feel like we should rename dependencies to “libraries” during this “rewrite”. It will open up the term dependencies for future use if someone wants to make packages depend on...
Please try again, as the site has just migrated back to an old IP address that should work in China
Try changing the `downloader_precedence` setting. See https://packagecontrol.io/docs/settings#setting-downloader_precedence. Since you are on Windows, you'll want to try something like: ``` "downloader_precedence": { "windows": ["urllib", "wininet"], "osx": ["urllib"], "linux": ["urllib", "curl", "wget"]...