Skip to content

macros: Allow stub to not compile #482

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

Merged
merged 1 commit into from
Apr 4, 2018
Merged

macros: Allow stub to not compile #482

merged 1 commit into from
Apr 4, 2018

Conversation

petertseng
Copy link
Member

@petertseng petertseng commented Mar 20, 2018

The stub in fact does not compile and has never compiled ever since the
exercise was added in #401.

However, it is intentional that the stub does not compile, so we allow
it not to.

This was not caught by #372 because
of #381 having tricked the Rust
compiler into thinking it had already compiled the stub.

This is required to be able to merge
#483.

The stub in fact does not compile and has never compiled ever since the
exercise was added in #401.

However, it is intentional that the stub does not compile, so we allow
it not to.

This was not caught by #372 because
of #381 having tricked the Rust
compiler into thinking it had already compiled the stub.

This is required to be able to merge
#483.
Copy link
Member

@coriolinus coriolinus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Also, oops: it looks like this one is mostly my fault.

@coriolinus coriolinus merged commit 56ae86e into exercism:master Apr 4, 2018
@petertseng petertseng deleted the macros branch April 4, 2018 16:21
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