Skip to content

Remove zimmski/go-mutesting from dependencies#11

Open
Felixoid wants to merge 2 commits intoosmosis-labs:masterfrom
Felixoid:fix-dependencies
Open

Remove zimmski/go-mutesting from dependencies#11
Felixoid wants to merge 2 commits intoosmosis-labs:masterfrom
Felixoid:fix-dependencies

Conversation

@Felixoid
Copy link
Copy Markdown

@Felixoid Felixoid commented Jan 7, 2026

Here I've done two things:

  1. mutesting.PrintWalk(node) -> PrintWalk(node)
  2. Executed go mod tidy

@Felixoid
Copy link
Copy Markdown
Author

Felixoid commented Jan 7, 2026

The tests work again:

> go test ./...
ok      github.com/osmosis-labs/go-mutesting    (cached)
?       github.com/osmosis-labs/go-mutesting/astutil    [no test files]
ok      github.com/osmosis-labs/go-mutesting/cmd/go-mutesting   (cached)
ok      github.com/osmosis-labs/go-mutesting/example    (cached)
ok      github.com/osmosis-labs/go-mutesting/example/sub        (cached)
ok      github.com/osmosis-labs/go-mutesting/mutator    (cached)
ok      github.com/osmosis-labs/go-mutesting/mutator/branch     (cached)
?       github.com/osmosis-labs/go-mutesting/mutator/cosmos     [no test files]
ok      github.com/osmosis-labs/go-mutesting/mutator/expression (cached)
ok      github.com/osmosis-labs/go-mutesting/mutator/statement  (cached)
?       github.com/osmosis-labs/go-mutesting/test       [no test files]

- update dependencies `go get -u && go mod tidy`
- checkout old mutated `git checkout 8a0f8a2~ -- testdata/`
- add header `sed -i '1i//go:build test' testdata/*/*go`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant