Charlie Marsh

Results 338 issues of Charlie Marsh

**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux...

stat:awaiting response
type:bug
stalled
comp:dist-strat
TF 2.5

Right now, we're able to get away with a single visitor implementation that implements all rules. We'll need to evolve this to something closer to Fixit's model: multiple visitors that...

internal

What's the right strategy for autofixing? Should we modify the AST? Should we use the generated rules, and modify via regex? (This is what [autoflake](https://github.com/PyCQA/autoflake) does, and there's a start...

enhancement

pylint does this properly, Flake8 does not. For example, with this: ```py import multiprocessing.pool import multiprocessing.process ``` Flake8 will only mark the second import as unused.

bug

We can't upload to crates.io because we're using an unreleased version of RustPython.

core

Tracked here: https://github.com/RustPython/RustPython/issues/4099

bug

See: https://salsa-rs.github.io/salsa/overview.html

enhancement