julian-goettingen

Results 7 issues of julian-goettingen

This repo https://github.com/spookylukey/pyastgrep should definitely get a mention here - it has more features than astpath, is easier to use and is actively maintained. (I am not in any way...

I have had problems with colorized output on multiprocessing with windows and I did find the solution here: https://github.com/Delgan/loguru/issues/108 Unfortunately in my case the creation of the multiprocessing-pool is within...

**Describe the bug** When using the ArgumentRemover-refactoring on a class defined not at the top level I am getting an AttributeNotFoundError from within the library **To Reproduce** Steps to reproduce...

bug

**Describe the bug** When removing an argument from a function, the code at the callsite goes into syntax errors if comments exist at the callsite. **To Reproduce** Steps to reproduce...

bug

**Describe the bug** Somehow the refactoring at the callsite messes up an unrelated string.format-argument **To Reproduce** Steps to reproduce the behavior: 1. Code before refactoring: ``` print_or_log_messages(None, ' write into:...

bug

Hello, I am using a custom library to log loads of information in error-scenarios in a long-running computation. Today I discovered your library which is way more awesome than what...

I have been experimenting with this library for a bit for purposes of testing refactoring tools. I can generate lots of extremely weird identifiers for all kinds of things, but...