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 Mix compiler that raises on missing parsetools #72

Closed
wants to merge 1 commit into from

Conversation

whatyouhide
Copy link
Contributor

Not sure if this is a good idea or, if it is, if this is the way to go. I added an :ensure_yecc_compiler Mix compiler that raises when the :yecc module is missing (because the :parsetools Erlang application is missing). This should help a lot with issue #67 and phoenixframework/phoenix#1411.

I added a `:ensure_yecc_compiler` Mix compiler that raises when the
`:yecc` module is missing (because the `:parsetools` Erlang application
is missing). This should help a lot with issue #67.
@lexmag
Copy link
Contributor

lexmag commented Jan 22, 2016

I think we are covered with elixir-lang/elixir@737bf1b.

@josevalim
Copy link
Contributor

Yup, this has been fixed in Elixir. :)

@whatyouhide
Copy link
Contributor Author

Whoops, I saw that but didn't think it was this recent, I somehow just thought it didn't trigger for Gettext for some reason :\ Great then! :D

@whatyouhide whatyouhide deleted the missing-parsetools-error branch January 22, 2016 10:51
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

4 participants