Closed backbone87 closed 7 years ago
:+1:
wir sollten wirklich den ganzen copy und pfad verarbeitungsprozess nochmal sauber reimplementieren.
Wie heißt es so schön "es ist historisch gewachsen, wird Zeit es neu zu machen" ;-)
Wieso bin ich hier bitte assigned? Was hab ich mit Windows am Hut?
@discordier nicht mit Windows, aber ggf. mit der Umsetzung eines Refactorings, zusammen mit @backbone87 ;-)
I will be in need of a properly installed windows box to fix this issue.
Requirements: composer must be runable from command line and phpunit must also be working.
willst du dir selbst ne VM aufsetzen oder wollen wir screen sharen? die ursache für dieses problem habe ich ja schon beschrieben.
Hotfixed by e6775b2aec7ed711442c6fc5ab32c7c895deb56c We still need to step more into and find out why the directory separator is mixed up.
Closing as we imply it as fixed
das problem hatte ich schon mal vor einer ganzen weile angesprochen und damals auch schon das problem gefunden. habe heute mal wieder meine lokale testumgebung am laufen gehabt und einen quickfix dafür gebaut. folgendes habe ich vor dem array_diff in https://github.com/contao-community-alliance/composer-plugin/blob/develop/src/ContaoCommunityAlliance/Composer/Plugin/CopyInstaller.php#L130 eingefügt:
$copies = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $copies)
ich weiß das ist sehr quick'n'dirty, aber tut erstmal