go-mutesting
go-mutesting copied to clipboard
Make go-mutesting fast again
The migration to go/loader added a lot of execution time during testing. However, it also allows for a perfect type checking.
We could at least remove some of the loading time by loading all files at once, instead of loading each file separately. This would remove the need for parsing and checking the same packages again and again.