contributte / tracy

:sunglasses: Tuned Tracy Bars/Panels/BlueScreens for easy-developing
https://contributte.org/packages/contributte/tracy.html
MIT License
12 stars 3 forks source link

Current version is not compatible with nette/application 3.1.9 #27

Closed jkavalik closed 1 year ago

jkavalik commented 1 year ago

Hello, we just hit a problem on deploy, Nette App released a new version today and it replaces $bar->addPanel(new Latte\Bridges\Tracy\LattePanel(..)) with $template->getLatte()->addExtension(new Latte\Bridges\Tracy\TracyExtension($name)); which throws an exception with contributte/tracy - src/Bridges/ApplicationDI/LatteExtension.php

I expect more people to hit it soon. The simplest fix would be to do a new patch release with "conflicts", at least until the code is updated.

namo-R commented 1 year ago

Same problem here :)

f3l1x commented 1 year ago

Hi ✋ Problem is here https://github.com/contributte/tracy/blob/master/src/DI/NavigationPanelExtension.php?

jkavalik commented 1 year ago

@f3l1x Hm, it seems that I was too hasty and the actual problem is elsewhere, I am sorry.

@namo-R - https://github.com/nette/application/issues/311