Alan Donovan
Alan Donovan
It's present in the Go implementation and its documentation too, and I think it's a reasonable function. But when the spec in this repo was derived from the spec I...
Yes, I think that's appropriate. We could even add the method to Java, but make it fail dynamically subject to a flag that is disabled in Bazel as long as...
I met with Laurent and Damien today and we agreed on the following spec changes: - Floating point literals, values, arithmetic, and the `float` built-in should be an optional feature...
(Updated; sorry about that. Feel free to delete your note to unsubscribe.)
Possible dup of: - https://github.com/golang/go/issues/60824 - https://github.com/golang/go/issues/60663
> Mind linking a plugin that does? https://marketplace.visualstudio.com/items?itemName=MohammadBaqer.better-folding (Not an endorsement; I have not audited, tested, or run the code.)
The `shadow` analyzer has never been enabled by default in 'go vet' of gopls because it has always suffered from a high rate of false positives that no-one knows how...
We discussed this in our triage meeting and decided that the benefit of the feature is not worth the costs and risks. Go's pkg.go.dev site was never intended to fully...
> @adonovan @matloob What are the risks of adding a css class to the html element? The costs and risks of adding a class attribute are very low, though the...
@timothy-king Presumably this is an issue for all our tools that use either go/types or go/ssa: they all need to set NeedModules in order that they process source files using...