| Age | Commit message (Collapse) | Author |
|
Closes #29865.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #29457.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #29135.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #28900.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #28636.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #27164.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #27150.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
|
|
Closes #26235.
|
|
Closes #25508.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Closes #24853.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #24474.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #24262.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #23871.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
The patch was inserting an extra case statement, but a duplicate case
statement is already included in HEAD (and devel).
Closes #23787.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Update documentation and don't check with go vet. That is now in
go.tools starting in go 1.2. Make a check that go is working by using
`go fmt` and running a smal go program.
Closes #23359.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #23001.
Closes #23139.
References #23119.
|
|
Closes #23119.
|
|
|
|
Closes #22803.
|
|
|
|
Closes #22720.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
And with this commit, I lose interest in contributing to Homebrew entirely.
Closes #22609
|
|
Remove "opts" and figure out cgo based on os
|
|
Install all files to libexec, including go private headers.
Symlink binaries to bin from there.
Closes #22638.
|
|
More properly fixes #22610.
|
|
These fails_with conditions are getting far too complex and probably
should be simplified.
Fixes #22610.
|
|
Sorry for this regression. HEARTS AND HUGS --mxcl
Refs #22505
|
|
|
|
|
|
Closes #21910.
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
|
|
|
|
Closes #20960.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21863.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
- remove outdated comment
- remove pointless ENV cleanup
- remove dead "allow_fail" code
- remove superfluous parens in block arguments
- fix indentation
|
|
Closes #20537.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20456.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Previously, the completion file was installed as "_go", which by
convention means that it will be loaded by compinit. But this file
does not have the #compdef tag, so this doesn't work, and nothing in
the file indicates that it is supposed to be used that way.
Therefore, install the file under the original name "go" to indicate
that you need to load it manually (as the comment in the file
suggests).
Closes #18752.
|
|
|
|
Removes the now-outdated devel block.
Also require the use of the correct clang compiler
by default. This change was needed when using
--devel and now needed in stable.
A new caveat has also been added explaining how a
$GOPATH must be set and cannot be the same as
$GOROOT From the 1.1 release notes listed below.
http://golang.org/doc/go1.1#gocmd
Closes #19782.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Closes #19717.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19648.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|