-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error running under elixir 0.15 #206
Comments
I'm getting the same issue. |
Any update on this issue? Since there have been many changes in elixir core I'm guessing making weber work with the current elixir v0.15.x will require a substantial rewrite of weber ? |
It seems there is a problem with Actually, I think only After I removed them, it seems that code reloading doesn't work anymore. Any ideas ? |
Hello all, First of all thank you for report. I'm not updating weber for actual elixir version now, it breaks compability too often now. I will continue after stable release. If somebody want to contribute to weber for actual elixir version, Welcome. If you will have any questions please ping me here or in #WeberMVC at irc.freenode.net |
I can see that I think we are safe to remove them if running on elixir 0.15.0+, but what happens if the code is running on older elixir versions ? Maybe we should wait as you said until elixir gets to a stable release and then it will be a good idea to bump version compatibility. The problem is that I cannot use it with older versions as well, since a lot of dependencies require different elixir versions. As I said, the code reloader is broken when running in When I will get some free time, I will try to create a PR with fixes for
|
Hi, Any chance of a new release of weber now that elixir has reached 1.0.0 status?? |
+1 |
1 similar comment
+1 |
Running a webster app under elixir 0.15, got the following errors:
** (Mix) Could not start application weber_test2: exited in: WeberTest2.start(:normal, [])
** (EXIT) an exception was raised:
** (MatchError) no match of right hand side value: {:error, {:already_started, :compiler}}
lib/weber.ex:29: anonymous fn/1 in Weber.start/2
(elixir) lib/enum.ex:977: Enum."-map/2-lc$^0/1-0-"/2
lib/weber.ex:29: Weber.start/2
(kernel) application_master.erl:272: :application_master.start_it_old/4
The text was updated successfully, but these errors were encountered: