Commit Graph

75 Commits (master)

Author SHA1 Message Date
kkrime db45cc91cf
made change to close qf windown when same command is run again and al… (#458)
* made change to close qf windown when same command is run again and all issues fixed

* fixup! made change to close qf windown when same command is run again and all issues fixed

---------

Co-authored-by: Iraq Jaber <IraqJaber@gmail.com>
1 month ago
ray-x ae6a1025f9 README updates; log cleanup 6 months ago
weirdgiraffe 55c496421f
fixup: check for env variables based on go env (#399)
* fixup: check for env variables based on go env

not all golang env specific variables are
injected into vim.env, so check their presence
based on go env instead

* prevent emtpy lines at the end of go build

* fixup: treat empty values as nil
7 months ago
ray-x a1a89f5040 checking windows os: add mingw 7 months ago
ray-x 7b818ad49d improvements for windows cmd line 7 months ago
rayx c4819d1625
CLI refact (#391)
* some refact of gotest

* issue #376 add handlers to async formatting

* issue #343 title length

* add parallel flag

* disable trace log

* Error lines output in github action

* Go mod update in fixtures
8 months ago
ray-x 0199367800 issue #372 Update GoTest argument parser 9 months ago
ray-x a43a3cba1e issue #377 GoRun -a {arguments} 9 months ago
ray-x ba45846401 stylua 9 months ago
ray-x 1a2530d3e9 go test failed to locate test cases in windows 1 year ago
Yajie Zhu e7e914cdc3
fix: GoTestFunc fileline jump issue (#327)
Co-authored-by: zhuyajie <930664@qq.com>
1 year ago
ray-x 397992cefc [Feat] allow GoBuild %:h to build package current buffer is in 1 year ago
ray-x 063bf059e3 [Feat] % to expand to current file in cmdline 1 year ago
ray-x 4d06661337 handle floaterm for tests 1 year ago
Yohanes Bandung Bondowoso 595cd561e6
fix: coverage command should be coverprofile #296 (#299)
* fix: coverage command should be coverprofile

* refactor: README
1 year ago
ray-x 8f4386a683 bugfix GoTestXXXX with flag -C for coverage not working #296 1 year ago
ray-x 2ed66cb302 Allow on_stdout/exit/stderr hooks so the jobs can be pipelined 1 year ago
ray-x b7f7110d01 performance for null-ls cache path detection
async call inside null-ls
bugfix fish/bash/zsh GoTestFile
1 year ago
ray-x 4f3d09f0a3 use vim.log.levels instead of vim.lsp.log_levels 1 year ago
ray-x 10349e1e43 issue #281 incorrect file path 1 year ago
ray-x 76a0e7bdf4 fix pipeline failure 1 year ago
ray-x 7e6fe7a062 [feature] null-ls message redirect to quickfix 1 year ago
ray-x d0e7922742 issue #271 go-generate failure for codes inside package 1 year ago
ray-x f33866ed00 Feature: run & debug a subtest inside table driven test cases 1 year ago
ray-x b9c8ea1d7f Bugfix: GoTest path option duplicate path args 1 year ago
ray-x 5e980b00c7 add new command: govulncheck 🇦🇷 a🇭🇷 2 years ago
ray-x 4529240971 feature: animation on build/compile/run/test 2 years ago
Roy Choo 6602986054
fix(gotest): wrong order of test binary args (#230)
Co-authored-by: Roy Choo <roy.choo@bytedance.com>
2 years ago
ray-x e9d1c6c021 issue #229 extra args to go 2 years ago
ray-x 8e5866eb12 bench test with qucifix 2 years ago
ray-x 93c724d6b0 issue #184 trouble 2 years ago
ray-x 1315ed89ad add tests for asyncmake 2 years ago
ray-x ab8a075aa4 add efm only mode for testing when floating term is off 2 years ago
ray-x fcc473b1ec GoImpl autocomplete from treesitter symbols 2 years ago
David Brouwer 6e7410452f
Fix empty string and GoRun -F main module (#147)
* fix: append check if val is nil
Add check to see if value is empty. And don't add to path if already in
path.

Signed-off-by: Davincible <david.brouwer.99@gmail.com>

* feat: auto run main module in floating term
Add check to see if floating term, to auto run main file

Signed-off-by: Davincible <david.brouwer.99@gmail.com>

* Update asyncmake.lua

no need to show a notification as there is another one once the program is finished.

Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
ray-x 36a33ad5b0 #146 better fallback if test runner is non-default and not installed 2 years ago
ray-x 3f8551cc11 issue #141 the result of shell command should be checked before proccess
the output
2 years ago
ray-x 040c7bd110 Update document
Smart build tags detection
2 years ago
ray-x 30d30f407a fix diagnostic warnings for all files 2 years ago
ray-x f5f5c41165 fix typo 2 years ago
ray-x 56143544d7 revert escape changes, it breaks floaterm run 2 years ago
ray-x 0cc455457c notify level based on test result 2 years ago
ray-x ad84a0806c update GoTest adding more flags 2 years ago
ray-x 002d7dfd73 infer the test func name with treesitter 2 years ago
ray-x e09a3ebe23 error handle for exit code from go build and allow chtsh get query from current word 2 years ago
ray-x 58dd76bf90 remove trace func 2 years ago
ray-x 323cfae1fa add tests for go test 2 years ago
ray-x e3504bc50f allow gorun in float terminal 2 years ago
ray-x 058e748409 allow GoRun to run inside a terminal 2 years ago
ray-x 7b4f7620f7 failure message should not show 2 years ago