Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests errors: runeint_test.go:7:3: Errorf format %d has arg string(IntToRune(0)) of wrong type string #64

Open
eclipseo opened this issue Dec 22, 2020 · 1 comment

Comments

@eclipseo
Copy link

The following errors are happening with Go 1.15 on Fedora Rawhide:

github.com/boombuler/barcode/utils
# github.com/boombuler/barcode/utils
./runeint_test.go:7:3: Errorf format %d has arg string(IntToRune(0)) of wrong type string
./runeint_test.go:16:3: Error call has possible formatting directive %d
./runeint_test.go:19:3: Error call has possible formatting directive %d
./runeint_test.go:22:3: Error call has possible formatting directive %d
FAIL	github.com/boombuler/barcode/utils [build failed]
@boombuler
Copy link
Owner

I think this has been fixed in 8a3bb0c
So if you are using v1.0.0 it didn't contain the fix, but I guess v1.0.1 should work. At least I don't get this error on the current head version. If the issue still occurs please let me know

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

No branches or pull requests

2 participants