Jordi Vilalta Prat

Results 5 issues of Jordi Vilalta Prat

This adds support for passing an endpoint name to `with_plugins()`, as proposed in https://github.com/click-contrib/click-plugins/issues/13: - If the `plugins` parameter is a string, it's interpreted as an endpoint name and `pkg_resources.iter_entry_points()`...

This allows code reuse when navigating the AST, and it allows new modules that handle a few node types to be much smaller and simpler (I'm working on a new...

I've started working on JUnit XML report support. Does it look like something you'd be interested to merge? It still needs some work and a lot of testing, but the...

Hi, I'm on the process of writing a library that needs to do type checking for arbitrary values, other than arguments and return values, and I'd like to reuse the...

enhancement
help wanted

The function name parsing in "argscheck" is a bit restrictive, only allowing valid Lua identifiers. Since it's only used to show error messages I'd like to use more descriptive names,...

enhancement