Julian

Results 218 comments of Julian
trafficstars

completly removing box.json also does not help. do you have a gitlab account? then i can give you access to the puppet-enc code if that helps. does box works async?...

yes, moving `$main = $this->registerMainScript($config, $box, $logger);` after `$this->addFiles($config, $box, $logger, $io);` solves the problem. the generated phar file now does not output the shebang line, the correct main script...

have to verify if it really works. after integrating webmozart/assert, a composer update of the project and also removing the vendor i get the strange error: ``` Attempted to load...

just had `webmozart/assert` in my dev-requirements. this led to a `Assert` class having only `use`es inside but no class :)

tried the current version `3.1.2` ``` box --version Fatal error: Uncaught Error: Call to undefined function _HumbugBox1ee257d4ea88\Symfony\Component\Console\Output\sapi_windows_vt100_support() in phar://C:/bin/box.phar/vendor/symfony/console/Output/StreamOutput.php:55 Stack trace: #0 phar://C:/bin/box.phar/vendor/symfony/console/Output/StreamOutput.php(28): _HumbugBox1ee257d4ea88\Symfony\Component\Console\Output\StreamOutput->hasColorSupport() #1 phar://C:/bin/box.phar/vendor/symfony/console/Output/ConsoleOutput.php(20): _HumbugBox1ee257d4ea88\Symfony\Component\Console\Output\StreamOutput->__construct(Resource id #159, 32,...

what about using https://www.appveyor.com/ > Free for open-source projects https://www.appveyor.com/pricing/ example config: https://github.com/puli/cli/blob/master/appveyor.yml

got it up und running on window. i compiled box with itself from master with `.\bin\box.bat compile --no-parallel` but i had to replace all `sapi_windows_vt100_support()` calls with `\sapi_windows_vt100_support()` looks like...

hmm, i think i was too fast. the build is created but the build file does not work :(

finally some time for testing. all in all it works quite well. i compiled https://gitlab.com/c33s-group/yaml-convert and got a working `yaml-convert.phar` ``` { "directories": ["vendor"], "main": "bin/yaml-convert", "output": "yaml-convert.phar", "compression": "GZ",...

extra info about polyfill: https://github.com/symfony/polyfill#design