thepudds
thepudds
@Merovius raises an interesting question, though, around what the overhead of the non-arena implementation of the arena api would be…
Hi @danscales > If we have a package that is allocating lots of memory (often by doing decoding of wire format) and we want to use arenas with it, then...
> Part of that is explicit syntax for linking to identifiers. We could flag references that do not resolve. Hi @dominikh, if this was implemented, presumably it would be reasonable...
Hi @dominikh, that’s a fair question. (And I see that you are of course right that the proposal only has the additional false positive safeguards for linking to identifiers). Perhaps...
Hi there, I did not look at this closely, but two quick observations: 1. This does not seem to happen on Linux. 2. On Windows 10, even a trivial example...
> @thepudds, hi! That looks very promising. Is it FILE_TYPE_PIPE for | redirection under cmd.exe and/or WSL, though? I bet there's some other attributes we can use to tell them...
Hi @twpayne, could you implement this yourself as small [custom command](https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript#RunMain) that is specific to your project? That might then serve as data for what to do about this issue.
Hi @jasikpark, thank you for filing this. Yes, right now setting the environment variable `FZDEBUG=repro=1` only is helpful for chained functions (e.g., as generated by `fzgen -chain`), such as this...
Hi @dAdAbird, are you planning on returning to this?
FWIW, #61365 is a concrete example involving comments discussing SQL quoting syntax in a SQL parser. > we also have 15 years of documentation that expects the existing quote conversions,...