Peter Waller
Peter Waller
@mewmew and I had a brief thought about reducing external dependencies. This is a reminder to discuss this further. We're currently thinking that pkg/errors doesn't bring much to the table...
I occasionally get the order of params wrong to a store, passing the pointer in place of the value and vice versa. It would be neat if this panic'd. Status:...
# bitfield.yml ```yml --- GENERATOR: PackageName: bitfield PackageDescription: "n.a." PackageLicense: "n.a." Includes: [bitfield.h] FlagGroups: # Because I am lazy and trying to get this working quickly. - {name: "LDFLAGS", flags:...
And .1 point releases for 12, since they're available. I have not tested this yet. I've taken the set of clang compilers I see available from here: https://github.com/compiler-explorer/infra/blob/af3d0daba0ab5639ffa5061eed094cc861776fa0/bin/yaml/cpp.yaml#L576-L583
[Versioned go has recently landed in tip](https://groups.google.com/d/topic/golang-dev/a5PqQuBljF4/discussion). It would be awesome if go-langserver supported it :) By the way, there is an effort going on over in [`golang.org/x/tools/go/packages`](https://godoc.org/golang.org/x/tools/go/packages) to aid...
This repository is made by enthusiasts. Unfortunately it's not ready-to-ship code, and may require some expertise to use. We should add some good examples. Unfortunately, neither me nor @jteeuwen (AFAIK)...
x/debug has been cleaned up: https://github.com/golang/go/issues/25503 I tried to build goheapdump but ran into the fact that many packages don't exist anymore and can't be downloaded.
`HOOKBOT_URL` is the wrong way of describing it. We should support both temporarily, but deprecate `HOOKBOT_URL`.
For sake of exposition I'm going to write in terms of the LLVM parser we're working on in `llir/ll`: * [`factory.go`](https://github.com/llir/ll/blob/0cfcde00de3fce29629f55d0a363d6d64e792f37/ast/factory.go#L10-L750) * [`ast.go`](https://github.com/llir/ll/blob/0cfcde00de3fce29629f55d0a363d6d64e792f37/ast/ast.go) Please consider the `ToLlvmNode` function: ```go func...
Hi @zimbatm, it's been a while, hope all is well. I just hit the issue described in #712, I wrote the following and it did not have the desired effect:...