Laurent Laville
Laurent Laville
Closing this request. If you think finally this feature is a good point to your project, you know what to do.
I don't know context of @defunctl workflow run, but I would like to share my experience here because I cause a same error messages as show by his before screenshots....
@Bilge Thanks for your [solution](https://github.com/sebastianbergmann/phpunit/issues/5881#issuecomment-2211781831), it helps me to re-introduced PHPUnit code coverage feature that I've not used since a long time. And it works well on GitHub Actions and...
Hello @theofidry I've a same error but with this output ``` The command "'/usr/local/bin/composer' 'dump-autoload' '--classmap-authoritative' '--no-dev' '--ansi'" failed. Exit Code: 126(Invoked command cannot execute) Working directory: /tmp/box/Box66536 Output: ================...
@theofidry My issue referenced by https://github.com/box-project/box/issues/1507#issuecomment-3109071781 still exists with version 4.6.10
> could you give me a reproducer? @theofidry Of course. I don't think it's related to my project, because I reproduced it with other projects too. So to follow my...
@theofidry Any news ?
Sad to see this situation ... and I will continue to use my workaround then (do not use the `dump-autoload` box feature)
The quick solution is easy : do not allows composer scripts when running the Composer dump-autoload command ! Here is a compilation result I got, when I enable Box `dump-autoload`...
I suggest then to make it configurable as you did with dev files and https://box-project.github.io/box/configuration/#excluding-dev-files-exclude-dev-files directive I suggest a new config option like `exclude-composer-scripts` (`bool` default `false` to make it...