Nat Mote
Nat Mote
What's the use case here? We have options that are something like "taint_assume_safe_boolean" and "taint_assume_safe_numbers" (off the top of my head, might be slightly different) which use type inference to...
Makes sense. Unfortunately I don't think we have anything explicit like that at the moment. You could see about adding a sanitizer that matches expressions of the form `$X +...
I am working on improving autofix. However, my current stream of work will not address this issue, and I currently have no plans to investigate it. I don't expect it...
Hey, sorry for the delay in responding here. No, this is not currently planned. It's probably not a terribly difficult fix, though, and I would be happy to review a...
Will do, thanks for the PR!
> Same with `flow cycle` @goodmind could you elaborate here? Are you saying that `flow cycle` does not correctly track the dependency edges that `export ... from ...` adds?
No activity for a while, closing for now
Not sure what was going on with #10196. Maybe the logs were getting printed on stderr instead of stdout in the OCaml process? If so, that needs to get sorted...
Looks like a bunch of e2e-pro autofix tests are failing
I'm seeing: ``` File "/usr/lib/python3.10/subprocess.py", line 1657, in _get_handles errwrite = stderr.fileno() io.UnsupportedOperation: fileno ``` My suspicion right now is that pytest is mocking `sys.stderr` in such a way that...