Petr Morávek

Results 15 comments of Petr Morávek

FYI, when tuning up the heuristic, I also tried versions that used `double`, but it did not bring any improvement and run a bit slower.

Are you asking about tracking the usage of deprecated code? As a user/consumer of the 3rd party package, I would like my CI with Nette Tester to fail, if I...

The main pro-argument I've seen is what I've mentioned - it's side-effect free by default, i.e. the deprecation tracking is opt-in. But that's not really a problem I want to...

Yes, something like that. What exactly "detect" means is one of the things I wanted to discuss. Catching these deprecation warnings requires a custom error handler, what happens next is...

This is blocked by consistence/coding-standard#65, but otherwise ready.

@mbadolato I don't have rights to this repo, it looks like it is no longer maintained. I would suggest migrating to this fork that works like a drop-in replacement: https://github.com/consistence-community/consistence...

I agree that this problem should be addressed, but I think this is a wrong place. If I'm not mistaken, the only thing needed is to make sure that router...

@JanTvrdik Because it has all the same problems in CLI as any other Nette router.

@dg Any thoughts? I think this needs to be resolved before stable 3.0 version.

I really think this needs to be solved now, because of BC break introduced in #90. Please, tell me if I'm missing some crucial point. The following code works just...