bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
673 stars 73 forks source link

fix: Use SliceStable to sort potential changes #265

Closed Jorropo closed 2 years ago

Jorropo commented 2 years ago
$ go version
go version go1.19.1 linux/amd64
$ go test -run=ExampleCds .
ok      github.com/TimothyStiles/poly/synthesis/fix 0.008s

Fixes https://github.com/golang/go/issues/55009

TimothyStiles commented 2 years ago

It would have taken me forever to figure this out! Thank you so much @Jorropo!

Koeng101 commented 2 years ago

Thank you strange and wonderful internet person!

Jorropo commented 2 years ago

@TimothyStiles it took me 20 minutes, 10 of them was watching youtube while git bisect run was running. git bisect is OP imo you should learn about it 🙂