go-oracle
go-oracle copied to clipboard
Atom package for interfacing with Go's oracle tool
guru?
Are there any plans to replace oracle support with the replacement tool guru? Thanks!
[77647:0506/221816:INFO:CONSOLE(25)] "/Users/anacrolix/gopath/bin/oracle -pos=/Users/anacrolix/gopath/src/github.com/anacrolix/torrent/client.go:#11845 -format=plain what undefined", source: /Users/anacrolix/.atom/packages/go-oracle/lib/oracle-command.coffee (25) [77647:0506/221816:INFO:CONSOLE(25)] "/Users/anacrolix/gopath/bin/oracle -pos=/Users/anacrolix/gopath/src/github.com/anacrolix/torrent/client.go:#11845 -format=plain describe github.com/anacrolix/torrent", source: /Users/anacrolix/.atom/packages/go-oracle/lib/oracle-command.coffee (25) [77647:0506/221839:INFO:CONSOLE(25)] "/Users/anacrolix/gopath/bin/oracle -pos=/Users/anacrolix/gopath/src/github.com/anacrolix/torrent/client.go:#11845 -format=plain what undefined", source: /Users/anacrolix/.atom/packages/go-oracle/lib/oracle-command.coffee (25) [77647:0506/221839:INFO:CONSOLE(25)] "/Users/anacrolix/gopath/bin/oracle -pos=/Users/anacrolix/gopath/src/github.com/anacrolix/torrent/client.go:#11845...
When the plugin runs oracle, it disregards the user's path from the environment. This, in turn, prevents cgo from working if Go is not installed in a standard system directory....
The one you show in the gif on the front page. After installing I have this kind of interface:  Which is less...
After using go-oracle, I would like to be able to close it. Right now, the pane lives at the bottom of my screen, taking up a lot of space. There...
The GOPATH environment variable can be a `:` separated list of paths. Properly handle when this is the case.
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.0 **System**: Mac OS X 10.10.3 **Thrown From**: [go-oracle](https://github.com/rubyist/go-oracle) package, v0.2.1 ### Stack Trace Uncaught Error: spawn EACCES ```...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.7 **System**: Mac OS X 10.10.5 **Thrown From**: [go-oracle](https://github.com/rubyist/go-oracle) package, v0.2.1 ### Stack Trace Uncaught TypeError: Cannot read property...
[Enter steps to reproduce below:] 1. Install the go-oracle atom package 2. run `go get golang.org/x/tools/cmd/oracle` 3. Add $GOPATH/bin to PATH 4. Start Atom and option a .go file 5....
I'm not getting any juiciness (the plug in is not working, seemingly), when I select a function ident, and on the editor page, the oracle pane flickers a bit, but...