-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Erroneous compression algorithm info #20
Comments
Try to do:
This fork is still not very stable yet. The tests are green so it should be ok but I prefer to be transparent and say that I it's not ready for an alpha or beta release yet :) Also regarding bamarni you should see when it executes the install, but if you want to run an install/update or anything again, you should do:
Otherwise you're running the composer command for the root |
I'll see what the dev-master version says, thanks. :) Global installation works fine otherwise, but I keep getting errors regarding temporary file creation. Perhaps that is fixed in the dev-master setup too. I'll get back when I learn more. |
Okay, What are the valid values for compression in Thanks! |
Weird, sorry can't look atm. What error do you get exactly? |
Hm after looking into this I found an issue. So the compression algorithm works fine on my end: the PHAR is properly compressed. However, |
Investigate box-project#20; The compression works well enough except for a bug from `\Phar::isCompressed()`. A few more validation have been added and the logging tweaked to ensure a better UX.
Investigate #20; The compression works well enough except for a bug from `\Phar::isCompressed()`. A few more validation have been added and the logging tweaked to ensure a better UX: - The compression algorithm used is now shown when building in verbose mode - A warning in shown in verbose mode when no compression algorithm is used - Adding files & directories is logged in verbose mode only like the rest of the config - Provide more checks & a better message upon failure when the compression algorithm is invalid Also fixed an unrelated issue: moved the step build dependencies down to the `bin/box.phar` as otherwise it's apparently not being picked up properly
Closed by #93 |
Attempted to follow installation instructions for a project-installation with
bamarni/composer-bin-plugin
as such:When attempting to run
I receive the following error:
It seems like
bamarni/composer-bin-plugin
is not runningcomposer install
on packages properly as thehumbug/box
vendor directory is missing avendor
directory.I will try and see if a global installation changes anything, but I would like to carry the dep as a local dep with the project to make CI build pipelines just a little simpler to set up.
The text was updated successfully, but these errors were encountered: