Skip to content

Commit

Permalink
[IMPORTANT - REVERT THIS LATER] change libs to see what is causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 10, 2024
1 parent 44c13b9 commit ea3c35e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified binding/go/embedded/lib/windows/amd64/libpv_rhino.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions binding/go/rhino_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ func TestMessageStack(t *testing.T) {

err := rhino.Init()

t.Logf("[err]: '%v'", err)
t.Logf("[err2]: '%v'", err2)

Check failure on line 288 in binding/go/rhino_test.go

View workflow job for this annotation

GitHub Actions / check-go-binding-codestyle

undefined: err2 (typecheck)

if len(err.Error()) > 1024 {
t.Fatalf("length of error is full: '%d'", len(err.Error()))
}
Expand Down
Binary file modified lib/windows/amd64/libpv_rhino.dll
Binary file not shown.

0 comments on commit ea3c35e

Please sign in to comment.