Alessandro Arzilli
Alessandro Arzilli
Since that comment was written we actually implemented watchpoints in delve, so now I think that data breakpoint (with limitations) could be implemented (maybe, I haven't looked at the spec)
What's the difference between bytes.Of and a cast to []byte?
What would happen if someone did try to mutate the return value of bytes.Of? The cast already doesn't make copies sometimes IIRC, wouldn't it be better to improve that?
See #3732 (wip)
> I got the following failure locally already. Keep looking. Are you using a weird version of Go?
The bump to 1.22 is problematic, 1.21 will be in the test matrix for a while.
The `restart` command checks if the source files have changed and asks to rebuild. It uses modification time so maybe sometimes it fails with git but it should work most...
Does restart prompt you to rebuild in that case?
I'll leave this open, see if others wish for this.