Brian St. Pierre
Brian St. Pierre
Running suite.Run() when test cases have called `suite.T().Parallel()` triggers a data race warning when using `go test -race`. ==> go.mod main.go main_test.go
Using a freshly installed roswell 20.06.14.107, I get this failure: ```% ros install qlot 'qlot' is not a valid target for 'install' -- It should be a name of either:...
When the terminal window changes size, retox doesn't redraw the screen. Then if I force a build, it draws text for the results but it makes a mess out of...
Adding `"test_list": ["test1", "test2"]` to the keys in the manifest declares a list of STF test targets. Running `p4app test myapp.p4app` will run all of the tests in the list,...
I recently upgraded an installation from beancount 2.0rc1 on 2.3.5 and several of my files started getting `syntax error, unexpected ASTERISK` from `bean-check test.bean`. (With python 3.9 on debian.) Line...
[@dnephin commented in @302](https://github.com/gotestyourself/gotestsum/issues/302#issuecomment-1513993027) in a discussion about coverage output: > go tool cover (https://pkg.go.dev/cmd/cover) is a similar idea. It can produce 2 reports: coverage percentage per function, and a...
It would be worthwhile to create a simple, yet fully-formed example using autotools.
This probably merits a few examples: - Simple dialog with a couple of buttons. - From a GtkBuildable - Adding widget to the action area - Other?
Use GtkStatusIcon to show something in the system tray.