Open xldenis opened 6 months ago
Do you have a public repo where you did this for Gillian-Rust ?
Do you have a public repo where you did this for Gillian-Rust ?
Not yet, but soon (hopefully), though I can also extract the relevant code. What I can say is that is overall a much nicer experience though currently the diff view of ui_test2
is not great. The diffing algorithm used is poor.
Oil from the Rust team has made the
ui_test
crate, which is an extracted version of Rustc'scompiletest
crate, it makes it easy to set up and diff ui tests like the ones inshould_succeed
and even has GitHub action integration to report errors inline in PRs! I've set it up for Gillian-Rust, and I think we should do so as well here.