go-gremlins / gremlins

A mutation testing tool for Go.
https://gremlins.dev
Apache License 2.0
198 stars 18 forks source link

random panic #213

Open Bios-Marcel opened 1 year ago

Bios-Marcel commented 1 year ago

This line throws a panic. While this might be acceptable (not sure), it should at least report the error, giving me some clue as to what is going on.

https://github.com/go-gremlins/gremlins/blob/b62af323b7da2f7b6a8ae5569b059d1eec730269/internal/engine/executor.go#L167

k3rn31 commented 1 year ago

That's a leftover from early implementation days. You're right, it should be removed.