Replies: 2 comments
-
I agree. Let's move it to internal. If my memory serves me, I was using the API initially to do direct Go differential fuzzing against BurntSushi. I'm now fuzzing the CLI decoders so that I can fuzz against non-Go implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
BTW, we also need to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@moorereason I'm looking at the exposed API of v2 in preparation for the stable release (finally!). I saw the package
v2/testsuite
is public. I only see two uses of it:In
gotoml-test-decoder
:go-toml/cmd/gotoml-test-decoder/main.go
Line 9 in 4807229
And
toml_testgen_support_test.go
:go-toml/toml_testgen_support_test.go
Line 11 in 4807229
Do you foresee using those functions outside of go-toml or do you mind if I move them to
v2/internal/testsuite
to avoid making them part of the public API?Beta Was this translation helpful? Give feedback.
All reactions