TYPO3 / CmsComposerInstallers

TYPO3 CMS Composer Installer
GNU General Public License v2.0
58 stars 39 forks source link

[BUGFIX] Remove multiple warnings for same missing extension key #117

Closed jonaseberle closed 3 years ago

jonaseberle commented 3 years ago

Currently, there would be unnecessary many warnings for the same extension due to \TYPO3\CMS\Composer\Installer\ExtensionInstaller::getInstallPath() being called during several composer passes.

This simply adds a static member that keeps track of for which packages a warning has already been shown.

Fixes #114

jonaseberle commented 3 years ago

A very good idea, yes.

helhum commented 3 years ago

thanks

mediaessenz commented 3 years ago

Please release it

helhum commented 3 years ago

You can downgrade and have 0 deprecation messages

bmack commented 3 years ago

Sorry, but this change does not do anything (yet) because of a wrong usage of the cache. Will create another PR.

bmack commented 3 years ago

see #118 for review