Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread William Rehwinkel
id/golang-nuts/61fefbf1-bb6d-4d90-b77b-a94c70582826n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- + ------- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will

[go-nuts] Re: failed fuzz tests not reproducible when re-run

2023-08-02 Thread William Rehwinkel
Dear Jochen, If you open font/tounicode2/testdata/fuzz/FuzzToUnicode/2566873a28045c1b (or whatever appears after "Failing input written to")The file should contain the exact values passed to the test. It will look a bit like this go test fuzz v1 string(".") string("0") This might give you a h

[go-nuts] Re: failed fuzz tests not reproducible when re-run

2023-08-02 Thread William Rehwinkel
Sorry, should have written this in the first email. I think another thing I would do to debug is fmt.Printf as many relevant variables as you can think of to see if any of them don't look right, but only make this happen when you have a failed test (where you would t.Fail()). -William On Wedne