Thayne McCombs
Thayne McCombs
@Cubixmeister yes, the PR now uses jsonl as output
Anything I can do to help get this merged?
fd isn't a clap plugin, so using clap-cargo for it doesn't seem appropriate. Also, doesn't fd already have colored help output?
It could also allow splitting context into multiple files, so that the agent can only load context files that are relevant to the task.
Another prior art is scala , where the `=` is actually required, and the RHS can be any expression (in fact a body with braces is just a specific case...
Why are proc macro atteibutes not allowed on statements? Would that same reason apply to declaritive attribute macros?
I think i would really prefer json output. There are more tools that would support that as input. As for the streaming problem, I think there are a couple of...
There isn't much we can output without a full stat call. Just the filename, the file type, and the inode number (on unix).
@sharkdp since this is a pretty significant change, I'd like to confirm you are ok with this change before merging it.
> I was also wondering if "mode" should be a string? It's not supposed to be read as a decimal number, so serializing it as such feels wrong I'm kind...