You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this package a lot but it seems to fail to provide errors within test files. This is unfortunate as it makes writing tests take a lot more time than what it necessarily needs to.
The text was updated successfully, but these errors were encountered:
Jacalz
changed the title
Does not work in _test.go files
Does not show errors in _test.go files
Aug 1, 2021
I'm not able to reproduce this issue. When I save in x_test.go the file is reformatted correctly. You could try editing the plugin in ~/.config/micro/plug/go/go.lua and add some micro.Log(...) calls to check what is going wrong (make sure to run micro with -debug to generate the log.txt file).
I was initially partially wrong when writing this issue. Formatting seems to work but any code errors are not reported for me (no indication where errors are and no text to show what's wrong).
I use this package a lot but it seems to fail to provide errors within test files. This is unfortunate as it makes writing tests take a lot more time than what it necessarily needs to.
The text was updated successfully, but these errors were encountered: