Juha Jeronen

Results 185 comments of Juha Jeronen
trafficstars

Sure, go ahead. But keep in mind we want to support relative imports :)

Hi, For a nested folder structure, Pyan itself has no recurse-into-subdirectories option, but shells do. If you're using `bash`, `shopt -s globstar` (see e.g. [here](https://www.linuxjournal.com/content/globstar-new-bash-globbing-option)), and then, as the filename...

Hi @Daniel-Mock ! Sorry for the late reply, I've been working [on another project](https://github.com/Technologicat/mcpyrate/). Fixtures break [ZoP](https://www.python.org/dev/peps/pep-0020/)'s *explicit is better than implicit* guideline: they are imported implicitly by `pytest`. So,...

Added a module-level dependency visualizer `modvis.py`. This was simpler to implement as a separate program that uses the same output machinery as the main `pyan` program. Should also run faster,...

Hi, It seems I've missed a corner case, and it's analyzing the `lambda` in the wrong scope. Good catch! The error manifests in this particular way, because the scope analysis...

I'm fine with the idea, but if we want to do this, there is a degree of practical hassle. To change a license, copyright law (in various jurisdictions) requires permission...

P.S. Even though the politics of the open source movement (in a wide sense) has in the last decade shifted toward a more pragmatic attitude, with BSD and MIT licenses...

@jdb78 Thanks for the clarification. So, yeah, a case of organizations being organizations. I can understand the preference of erring on the safe side, though. Related reading; I'll just archive...

Requires Python 3.6, waiting to upgrade to be able to debug this.

Not closed yet - need testing.