Spencer Phillip Young
Spencer Phillip Young
Here's what I've got. It's worth mentioning that this feature, as currently written, can be prone to user error and result in invalid Python code. For example, this: ```py a...
Boo. It also looks like some fixes would be needed to support this feature in Python
Didn't take too much time to see why travis builds are failing, but I think this could use a review before I do much more with it :)
Hi @pquentin sorry for the late response. Thank you for the update and helping get those checks fixed. > Also, why do you only activate the remove feature starting with...
Just wanted to chime in and say I haven't forgotten about this. It'll probably be a couple more weeks before I can get around to this (work is busy and...
Ok, so it's been almost a year on this (sorry about that) but I'm back on this now. I've incorporated the [requested changes](https://github.com/python-trio/unasync/pull/75#issuecomment-1192598916) into the code.
welp. All checks were passing except the formatting. But applying the formatting breaks the removal tests because the resulting file after removals are processed is not black-compliant. Bit of a...
Welp. Now it looks like `isort` has a problem and it doesn't resepect `# fmt: off` comments... I'll come back to this later.
@CoolCat467 thanks for trying to fix the merge conflicts. I ended up redoing the merge myself to fix the conflicts while (I hope) keeping the correct changes. If you're looking...
@pquentin I would find this useful for my projects... For the time being, I just post-process my code to get the same effect. A key use-case is for when the...