Stu Hood

Results 116 issues of Stu Hood

Unlike `impl VFS for Context`, the `VFS` implementation for `PosixFS` (used in `fs_utils` and probably while capturing process outputs) does not memoize filesystem calls. Because `VFS::expand` dedupes `PathGlob` objects during...

stale

The v2 `Graph` (implemented in rust) does not implement garbage collection, although it is definitely feasible. As we fix other issues and `pantsd` instances are able to stay up longer...

stale

Currently there is a split between `InteractiveProcess` (which directly connects stdio from the invoked process to the terminal), and `Process` (which captures it). This split makes it more challenging to...

stale

`pantsd` defaults to restarting for changes to any file located on its own `pythonpath` (since the contents might have been loaded into memory). But the toolchain repo (for example) puts...

backend: Python
stale

_(broken out of #9760)_ The ability to adjust the PATH (filtering) for a process is a fairly universal thing, and a global default for processes is likely. But it will...

stale

enhancement
remote-cache
stale

The IntelliJ folks have a prototype BSP client for Python in IntelliJ/PyCharm, which they hope to be able to deliver in "the next release" (as of May 24th 2023). There...

stale

This might look like: * Adding a goal that reports the disk usage in all cache locations (the LMDB store and named caches in particular) * Exposing manually running GC...

stale