Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compiletest infrastructure #94

Merged
merged 3 commits into from
Jun 8, 2018
Merged

Add compiletest infrastructure #94

merged 3 commits into from
Jun 8, 2018

Conversation

hannobraun
Copy link
Member

Also includes a few basic tests.

@hannobraun
Copy link
Member Author

Blocked by Manishearth/compiletest-rs#114.

Also includes a few basic tests.
A copy-paste error in the `UnassignFunction` trait implementation for
input functions prevented those from being unassigned.
Because of a bug in compiletest[0], it needs to run while the target
directory is somewhat clean. To achieve that, I've disabled caching of
Cargo artifacts. I don't think this is a big sacrifice, as I have the
suspicion that downloading and updating the cache takes more time than
just rebuilding everything.

[0] Manishearth/compiletest-rs#114
@hannobraun
Copy link
Member Author

I've unblocked this by working around the upstream issue. Merging.

@hannobraun hannobraun merged commit dcef09a into lpc-rs:master Jun 8, 2018
@hannobraun hannobraun deleted the compiletest branch June 8, 2018 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant