Axel Wagner

Results 122 comments of Axel Wagner

@willfaught > And I doubt it would entail as much hassle as you make it out to be, once a process is in place. For instance, the index can be...

Would it be possible to cut another actual release? I'd expect Fedora to package a newer version, once it is actually released. The compilation process seems pretty involved, especially if...

Another question: ```go func F[T... any](T) { F(T, T) // legal? } ```

@ianlancetaylor I can't find that rule in the spec? I can find one for generic *types*, but nothing equivalent for functions.

@leaxoy The proposal intentionally does not propose allowing that. There are undeniably useful abilities, but they are out of scope here. > We do not propose introducing such facilities into...

@ianlancetaylor I'm a bit worried about the ability to specify bounds on the number of type-parameters, as it seems to me to have the potential to introduce corner cases allowing...

@changkun > Is `f[~T... any]` legal? I'm not sure what that syntax should mean, so I'd say no. Note that `F[~T any]` isn't legal either. > Is `kk := Keys{keys:...

I don't see a reason why it wouldn't be. Note that the proposal uses `Metric[V... 1 0 comparable]` as an example and the syntax explanation says `f[T... constraint]`, ISTM that...

Hmmmmm, so, this might be more confusing. Your steps also break for me. Same symptoms: File opens at last opened location, or line 1. If I remove govim, it works...

Okay, so I just noticed that this doesn't even just affect `.go` files. This also reproduces for me: ``` cd $(mktemp -d) export HOME=$PWD git clone https://github.com/govim/govim.git ~/.vim/pack/plugins/start/govim cp ~/.vim/pack/plugins/start/govim/cmd/govim/config/minimal.vimrc...