Daniel Xu
Daniel Xu
@arianvp Yeah I added backend support for big strings in v0.21 but didn't change the default string size. I assume you're setting the env var. Reason we haven't bumped up...
Good news is the issue is not too bad yet. Three broad categories: * map keys * map values * tuples They are all amenable to current scratch map approach
That was the last one, yay!
I suspect unrestricted UFCS is likely to enable just as much confusing syntax as it would enable "cleaner" syntax. Can we collect stats on how many cases where functions could...
Do you want us to take a look now? Or do you expect to make more changes still in draft mode? I don't get notifications when PRs are opened in...
> Going back to our discussions in the issue: I'm not sure that this PR solves enough of the problem to be useful, I think it's a good start. A...
@ajor and I chatted offline. Decision is that this approach is ok. We'll decide how to extend enum symbolication to struct fields, tuples, and map key/value next (or even at...
> > But we probably want to keep JSON output as-is so tooling doesn't silently break. > > Would be nice if we could provide a way to print the...
This is an example of a highly experimental feature that we'd want to use https://github.com/bpftrace/bpftrace/issues/3521 on. Mostly b/c this feature kinda duplicates what you can do more inefficiently do with...
Agreed code will be relatively straightforward but be warned we will all probably have opinions on the UI and it might take a lot of iteration