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

Warnings when compiling under Elixir 1.3 #187

Closed
derekprior opened this issue Jun 24, 2016 · 6 comments
Closed

Warnings when compiling under Elixir 1.3 #187

derekprior opened this issue Jun 24, 2016 · 6 comments
Assignees

Comments

@derekprior
Copy link
Contributor

warning: function Phoenix.View.render_to_string/3 is undefined (module Phoenix.View is not available)
Found at 2 locations:
  lib/bamboo/phoenix.ex:271
  lib/bamboo/phoenix.ex:281
@geofflane
Copy link

I didn't see this warning when I checked out and did a clean compile with Elixir 1.3. Is it possible that you had old dependencies built with a previous Elixir version?

@paulcsmith
Copy link
Contributor

I think it only shows up when being included in a project and recompiling. In dev and test I don’t thin it shows up because phoenix is a dependency of Bamboo for those environments.

On Jul 14, 2016, at 8:34 AM, Geoff Lane notifications@github.com wrote:

I didn't see this warning when I checked out and did a clean compile with Elixir 1.3. Is it possible that you had old dependencies built with a previous Elixir version?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #187 (comment), or mute the thread https://github.com/notifications/unsubscribe/AABXekq9J-lI4eZPJrvrDKRzukuX5cNRks5qVizfgaJpZM4I-GUW.

@freiden
Copy link

freiden commented Aug 22, 2017

@paulcsmith I'm using the version 0.8 of the library and I'm still seeing the warning fixed in #214 is it normal?

@paulcsmith
Copy link
Contributor

@freiden This should be fixed in the next release. I fix was just merged a couple hours ago #304 👍

@paulcsmith
Copy link
Contributor

Alternatively you could use master to get the latest stuff

@freiden
Copy link

freiden commented Aug 25, 2017

@paulcsmith Thanks I will

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

No branches or pull requests

4 participants