Felix Lange
Felix Lange
I have added a `#bytes` directive for literal bytes. The full syntax (with `{ ... }`) is not implemented yet.
`#bytes` and several other related features have been added in release `v0.3.0`, completing this feature idea. I didn't end up implementing the fancy `{ ... }` syntax, but it'll be...
I tried... https://github.com/golang/go/issues/68167
Projects which are forks of go-ethereum can apply this patch to remove memsize: https://github.com/ethereum/go-ethereum/commit/e4675771eda550e7eeb63a8884816982c1980644
I will leave this open for now. Perhaps a solution can be found.
I'm considering to publish a new version that just panics on Go 1.23. That would be for downstream consumers who depend on memsize via another project, but are affected by...
I don't really know where to put the message though. In the repo description?
I think we should not remove the workaround just yet.
Crap. So I guess this means this module can't work anymore, or at least not in the way it used to. We need to stop all goroutines in order to...
I have created the above proposal asking the Go developers to consider this module.