-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compression modules not loaded reliably #6
Labels
Comments
Looking at it, thanks for the suggestion |
dvhh
added a commit
to dvhh/sublime-compressor
that referenced
this issue
Jun 14, 2021
For call in rather than
@tgstaples would you kindly test my fork which implement your request ? |
Appears to be working. Thanks!
|
thanks for confirming |
dvhh
added a commit
that referenced
this issue
Jun 19, 2021
* LZMA test - use of backports.lzma for sublime-text 2 (python 2.6) - corrected header bytes - handling of files that are smaller than the headers * backports.lzma for all windows version * corrected key * Update dependencies.json * test * Update dependencies.json * remove period in name reflecting https://github.com/dvhh/package_control_channel/commit/6989ebf39ac119f5e6d7de4b6e73ac57782a91bf * update used module for lzma * fix for #6 For call in rather than * cleanup
dvhh
added a commit
to dvhh/sublime-compressor
that referenced
this issue
Jun 19, 2021
* LZMA test - use of backports.lzma for sublime-text 2 (python 2.6) - corrected header bytes - handling of files that are smaller than the headers * backports.lzma for all windows version * corrected key * Update dependencies.json * test * Update dependencies.json * remove period in name reflecting https://github.com/dvhh/package_control_channel/commit/6989ebf39ac119f5e6d7de4b6e73ac57782a91bf * update used module for lzma * fix for joernhees#6 For call in rather than * cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have noticed that compression modules are not loaded reliably. On our RH7 Linux machines, I only get bz2 on ST3 startup. Here is a snippet from the console...
If I disable/enable Compressor while ST3 is running I get bz2 and gzip...
I think this issue can be fixed by using plugin_loaded() ST3 api like below and remove the call load_modules() in the OpenCompressedFile3() constructor.
The text was updated successfully, but these errors were encountered: