-
Notifications
You must be signed in to change notification settings - Fork 108
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
BurntSushi Tests Fail due to deprecation in go get #62
Comments
I will check it out... |
I was able to run with go version 1.16. FYI, the burnt sushi tests are a bit outdated, and I may drop them soon. Test: array-mixed-types-arrays-and-ints (invalid) Expected an error, but no error was reported.Test: array-mixed-types-ints-and-floats (invalid) Expected an error, but no error was reported.Test: array-mixed-types-strings-and-ints (invalid) Expected an error, but no error was reported. |
I'm on |
I see. No problem then. |
That is no longer true as the project has a new maintainer. It is now regularly updated and tests many TOML v1.0 features. In fact, the recent discussion on this issue on toml-lang/toml suggests that the newly-maintained BurntSushi/toml-test will actually come to serve as the 'official' one in some capacity. |
When running
test1/build.sh
, go outputs the following notice:As expected, running
run.sh
after this fails:The text was updated successfully, but these errors were encountered: