-
Notifications
You must be signed in to change notification settings - Fork 26
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
Warning on using Sugar on more recent versions of Elixir #86
Comments
Are you using the "simple" app template (https://github.com/sugar-framework/simple-example)? If so, it's worth mentioning that said template hasn't been updated in almost a year (note to self: fix that). Notably, you'll want to update Sugar from 0.4.6 to 0.4.10 (in your More to the point: do the warnings persist if you create a fresh Sugar project (following the getting started guide)? |
No. Simple is just a name I choose for my project:
Also loading the latest version of Sugar
|
It all works fine now, but this comes up each time you refresh the index page:
My router is very basic, hence I think this is coming from either
My controller is similarly very basic:
|
That usually happens on a refresh or page load immediately following a source code change. Not sure about a root cause yet beyond Closing this issue since the original problem is resolved. I've opened a new issue (sugar-framework/plugs#5) to track the |
@YellowApple Erm, the linked above issue is totally unrelated to this problem. Please recheck the "new" issue you opened related to this. Thanks |
Whoops. Meant sugar-framework/plugs#5. Sorry about that. Must've had some dyslexic moment there... |
LOL, no worries. cheers. |
Hi, we get a few warnings when compiling Sugar on more recent versions of Elixir.
I believe these can be avoided as the warnings suggest some simple solutions:
The text was updated successfully, but these errors were encountered: