Closed greg0ire closed 4 years ago
:thinking: while technically true, this gives not much more information. I think we will end up reverting part of https://github.com/doctrine/dbal/commit/3ee27c32a75bc3ea379395b81973e1fdeae72632 and not need this.
As pointed out by @morozov, the issue cannot be reproduced locally, because for some reason, the code generation results in doctrine/dbal
being in the list locally, while in GA, __root__
is used instead. I don't think my contribution is valid then, but I think there is an issue somewhere.
Here is the list of packages in the error message for future reference:
string(__root__)
string(amphp/amp)
string(amphp/byte-stream)
string(composer/package-versions-deprecated)
string(composer/semver)
string(composer/xdebug-handler)
string(dnoegel/php-xdg-base-dir)
string(felixfbecker/advanced-json-rpc)
string(felixfbecker/language-server-protocol)
string(netresearch/jsonmapper)
string(nikic/php-parser)
string(openlss/lib-array2xml)
string(phpdocumentor/reflection-common)
string(phpdocumentor/reflection-docblock)
string(phpdocumentor/type-resolver)
string(psr/container)
string(psr/log)
string(sebastian/diff)
string(symfony/console)
string(symfony/polyfill-ctype)
string(symfony/polyfill-intl-grapheme)
string(symfony/polyfill-intl-normalizer)
string(symfony/polyfill-mbstring)
string(symfony/polyfill-php73)
string(symfony/polyfill-php80)
string(symfony/service-contracts)
string(symfony/string)
string(vimeo/psalm)
string(webmozart/assert)
string(webmozart/glob)
string(webmozart/path-util)
@greg0ire since this pull request is closed, do you want to file an open issue instead for better visibility?
I'm not 100% this is accurate, but in
doctrine/dbal
,gives the following error in some situations: