Casey Rodarmor
Casey Rodarmor
@artm Yah, of course, feel free to push broken tests to see what they look like. You might need to ping me so I can start them, since they don't...
> 1. … Should the working directory be added to the error message? I think *probably* not, just to keep the error message short readable, and since the working directory...
I think that relative paths should always be used relative to whatever would have been the working directory otherwise.
This definitely seems useful. I think that regardless of the mechanism for constructing the PATH variable value, the way that it gets exported should be via an `export PATH` statement,...
@cspotcode That seems super useful! It could be a constant, which are in `src/constants.rs`, or a function, which are in `src/function.rs`. I can't decide which one makes more sense. I...
Nice table, that's useful! It's actually a bit fuzzier than that. Constants were added much later than functions, so there are things which are functions which should probably be constants....
I think `set no-cd` would be reasonable. The working directory logic has been recently refactored into a single function, `ExecutionContext::working_directory`, which has access to settings, so it should actually be...
@artm That all seems reasonable to me!
Interesting idea! I think it depends on how weird and complicated the wrapper and CI task are. If they're really simple, then I guess why not. My main worry wouldn't...
The version number in `pyproject.toml` will need to be manually updated each release, which I'd like to avoid. Is it possible to auto-generate the `.toml` file for publishing? Won't the...