Manishearth / humpty_dumpty

Implicit Drop/move protection for Rust (linear types)
12 stars 1 forks source link

Find a better way to test humpty #6

Closed Munksgaard closed 9 years ago

Munksgaard commented 9 years ago

Something like rustc's compiletest would be nice to have.

cc @laumann

Manishearth commented 9 years ago

I've been poking people to move compiletest to a separate crate for a while; but it's hard.

We could write a minimal version of it or just try to extract it and see what happens.

Munksgaard commented 9 years ago

I think @laumann is working on extracting at least some of compiletests functionality into a separate library. We'll see how it goes :)

Munksgaard commented 9 years ago

Heres a start :) https://github.com/laumann/compiletest-rs

Manishearth commented 9 years ago

Wow, compiletest looks awesome! :D