Zach Mitchell
Zach Mitchell
Ok, I'm pretty new to submitting pull requests, so I'd like a bit of guidance. I know why the check failed, and it's because `ast.AsyncFunctionDef` and presumably other `ast.Async*` nodes...
Unless there are some edge cases you can think of, I think the basic functionality is covered. What are your thoughts?
I wrote a version of the `CodeToAst` class for myself that recurses down the AST. Here's basically how it works. I make a list of AST nodes, `block_types`, that have...
Sounds good, I'll put it together 👍
I'm finally working on this (I was finishing up an unrelated blog post). I'm getting some tests running and I got an error in one of the tests: ``` error:...
Can you post the entire error message?
I'm very busy at the moment. If you can post the entire error it will give me information about line numbers, etc.
Thanks for the pull request! I'm not familiar with the `pty` module, so I'm hesitant to accept this right now. I would also need to modify the other examples and...
I don't really mind the nursery naming. If we do change it I wonder about a transportation analogy. Buses/trains/airlines tend to have hubs or central dispatches that buses/trains/planes leave from...
I'm having a similar issue. My error message doesn't give me any context about a particular line, but I get the same error message: ```text polarization!$ cargo test --verbose 1.63s...