> On Oct 17, 2019, at 11:42 PM, Vadim Chugunov wrote:
>
> Hi Greg,
>
> So if Rust doesn't use clang in its compiler
> - create a new TypeSystem for Rust that would convert DWARF into Rust AST
> types that are native to your Rust compiler that uses as much of the Rust
> compiler sources as po
On Fri, 18 Oct 2019 at 16:30, David Greene wrote:
> I have been viewing test-suite as a kind of second-level/backup testing
> that catches things not flagged by "make check-all." Is that a
> reasonable interpretation? I was hoping to get some end-to-end tests
> under "make check-all" because tha