Michael Howell

Results 244 comments of Michael Howell

> I implemented a fallback in case compilation fails. I could do the same for failing tests. That only helps with spurious failure. Spurious *success* is an even worse problem,...

The troublesome possibility that I'm thinking of is: 1. You start by setting things up so that all your tests pass in a batch, because one test relies on a...

I would, yes. I would also try to get rid of the batching. If it seems like libtest is buggy, then it's probably worth trying to produce a standalone use...

> Is there any particular reason for supporting both `{class=foo}` and `{.foo}`? It seems like Pandoc only supports the second variant, so unless there's a strong reason to support both,...

It doesn't add `class:foo` as syntax that adds a class. It's just a bareword, the same as `ASN.1`. The colon isn't special syntax at all. The PR description with that...

@Nemo157 The main place that source paths get embedded is the /src tree (https://github.com/rust-lang/rust/issues/98220 https://github.com/rust-lang/rust/issues/18370).

The new error index is stable. If you want to skip the redirect, this can merge now.