Patrick Kusebauch

Results 127 comments of Patrick Kusebauch

@marcelthole I had a look at your PR, great work so far! As for the things you are looking for help with: - variable cache - I think your solution...

I think this would be best done by supporting providing configs from PHP code instead. There you could do these types of complicated set-ups much easier. Creating our own meta-language...

This should be solvable with #978

@MGatner I think this is what you want: ```php class ProcessEventListenerIgnoreLayerDependencies { /** * @var array */ private array $ignoredLayerNames = []; /** * @param array $layers */ public function...

> Thanks @patrickkusebauch! I will give wit a try. In your example below, this would require me to declare dependencies on `File` in all other layers, but ignore anything `File`...

@m-nic that's awesome you got it working. One improvement I would suggest is to register the service in the `deptrac.yaml` file instead. That way it won't get overwritten when a...

@dbrumann ready for you to take another look.

This is very useful, don't close it yet.

@marcelthole Yes, this is still very much a feature that it would be nice to have, it is just quite a bit of work and there is no PR for...