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

Fix no_run #7

Merged
merged 1 commit into from
Jul 14, 2016
Merged

Fix no_run #7

merged 1 commit into from
Jul 14, 2016

Conversation

dfaust
Copy link
Contributor

@dfaust dfaust commented Jul 13, 2016

Currently code marked with "no_run" gets written to a intermediate test file as a string, but is never actually compiled.
With this patch the code gets compiled but not run.

Compile code marked with no_run instead of silently ignoring it.
@brson brson merged commit 17807d7 into budziq:master Jul 14, 2016
@brson
Copy link
Collaborator

brson commented Jul 14, 2016

Thanks!

@brson
Copy link
Collaborator

brson commented Jul 14, 2016

I've published 0.6 with this fix.

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.

2 participants