Nevkontakte

Results 128 comments of Nevkontakte

I've merged the `go1.18` branch to master today, and I am planning to tag a `1.18beta1` release once https://github.com/gopherjs/gopherjs/pull/1137 is merged. This change yields a noticeable file size reduction, which...

[GopherJS 1.18.0-beta1](https://github.com/gopherjs/gopherjs/releases/tag/v1.18.0-beta1%2Bgo1.18.5) is officially released. We plan to make a stable release once [generics](https://github.com/gopherjs/gopherjs/issues/1013) support is completed. If you are interested in Go 1.19 support, you can follow https://github.com/gopherjs/gopherjs/issues/1140.

Hi @r-l-x, I'm finally getting through the backlog of issues and pull requests, sorry it took this long. This seems like a very useful change, would you be able to...

@r-l-x yes, renaming to `gopherjs:keep-original` sounds good to me. If you don't think you'll have to do the rebase in the near future, please let me know, I can try...

Copying from https://github.com/gopherjs/gopherjs/issues/1063: The spec says the following: > The assignment proceeds in two phases. First, the operands of index expressions and pointer indirections (including implicit pointer indirections in selectors)...

@pjebs I'm afraid there is no current implementation for this feature, although I agree it'd be nice to have.

Yes, a lot of what's currently in tool.go should really be in the build package. In theory, you can already do a lot with the build package, though beware that...

I can still reproduce this in the current version of the playground.

Thanks for the feedback. > I'll note that in Go 1.16 an [-overlay flag](https://golang.org/doc/go1.16#overlay-flag) was added, which may be relevant. (CC @matloob.) Thanks for the pointer. I knew about that...

Could you provide a broader context for this? What are the `sys` and `os` variables here? I think a small, self-contained example would be useful here. Also I would like...