Evan Doyle

Results 34 comments of Evan Doyle

Actually just realized this won't quite work - the compiled `requirements.txt` will definitely contain a ton of 'unused' dependencies which would pollute your diagnostics unless you disable that check. I...

This is due to performance concerns IIRC. The check stops at the first cycle, and I'm not sure if the current algorithm will have path information. This can definitely be...

I'd like to support this, but I also want to make sure that it is implemented in a reasonable way. If this were available as a global opt-in, would you...

Hi @shashanktomar , thanks for raising this. I agree that scoped layers makes sense. I'm curious about your expectations in a couple cases: - if you define `layers` in a...

I know this issue has been open a while, but we are closer to supporting this. Recent work gives us a more natural way to handle config from `pyproject.toml`, and...

@sk- I generally exclude test files using `exclude`, which also accepts globs, and is a top-level configuration option in `tach.toml`. However, you can also 'overwrite' module configuration for tests by...

The docs have been corrected, thanks for pointing this out! The current default value is `true`, but the docs you quoted suggested that it was `false`. It's also confusing because...

Should be very straightforward, but I'm curious what your use case is. Does it affect how the final graph is rendered, or do you need the data sorted for future...

@DetachHead thanks for your patience on this issue. I am close to merging #629 , which will allow defining modules with 'module path' glob patterns like this: ```toml [[modules]] path...

@DetachHead Could you let me know if you get the behavior you're looking for using globs in `0.26.0`? Globs as shown in my previous message are now allowed in `path`/`paths`...