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

Ensure wrapper usage #3611

Merged
merged 2 commits into from Dec 12, 2016
Merged

Conversation

RX14
Copy link
Contributor

@RX14 RX14 commented Nov 30, 2016

This pull request makes compiling the compiler or specs fail when you attempt to compile without bin/crystal. Note that attempting to require parts of the compiler will never fail, so programs which reuse parts of the compiler are unaffected.

I also added a bit to CONTRIBUTING.md to mention make help and a few other fixes.

@@ -1,3 +1,5 @@
{% raise("Please use `make spec` or `bin/crystal` when running specs, or set the i_know_what_im_doing flag if you know what you're doing") unless env("CRYSTAL_HAS_WRAPPER") || flag?("i_know_what_im_doing") %}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It may be better to redirect users to the contributing guide instead of the answer directly.

@asterite asterite merged commit 0fc091e into crystal-lang:master Dec 12, 2016
@makenowjust
Copy link
Contributor

Great! Thanks @RX14!

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.

None yet

3 participants