-
Getting this started early because we're gonna have a monster release next week. We can adjust the release candidate forward next week if it makes sense.
The release candidate is ce09bd8e97862d0d28d2…
-
#### Description :octocat:
smartparens and clojure-mode are unhappy
#### Reproduction guide :beetle:
- Start Emacs
- Open a Clojure file
- See a big error
_Observed behaviour:_ :eyes: :broken_heart:…
-
So I am re-running the tests after a hiatus of 3 months. One test that used to pass and is now failing is the `monotonic` test, which runs `insert into test(ts, val) select current_logical_timestamp()…
-
I love running gofmt on every save but it complains about unused imports all the time. Can you run `goimports` also to clean up unused imports?
-
asciidoc checker (with asciidoc binary) gives false positive warnings (on filters which work), while with asciidoctor binary it does not throw warnings at all for anything.
No errors reported, extend…
-
```
" delete any leftover before we replace the whole file. Suppose the
" file had 20 lines, but new output has 10 lines, only 1-10 are
…
zeast updated
9 years ago
-
I understand that `gb` tries to replace `go build` and `go test` and replace or avoid `go get`. But what about the other tools at golang.org/x/tools? godoc, oracle, goimports, callgraph, eg, gomvpkg, …
-
I've just update to the latest version (Build 3087) but now every time I open a PHP file, this error is shown:
Packages/PHP/PHP.sublime-syntax": Unable to read Packages/JavaScript/JavaScript.sublime-…
-
-
I've recently come across a very bizarre interaction between `fmt`-on-save, vim-go, and `goimports`, where they all conspire to produce a file with a syntax error that I am unable to fix using vim (i.…