Remove Access protocol and use Dict.get#1244
Remove Access protocol and use Dict.get#1244dukex wants to merge 1 commit intophoenixframework:masterfrom
Conversation
|
This should not be required as the previous syntax works fine with Elixir 1.1. The |
|
👌 I made this pull request only because I ran the tests and received a error (I can't reproduced now) but it's very strange because now I see this file has many So there is any special thing to not use elixir 1.1.0 and close #832 |
|
I found, running |
|
Hi, I've had this problem before and figured it's related to some .beam files
And apparently this fixed the problem. On Fri, Oct 2, 2015 at 1:17 PM, Duke notifications@github.com wrote:
|
|
Thanks for taking a look, but this is actually a race condition in our long poller tests that is triggered occasionally. So the symptom was an Access.get error, but the Dict.get would be the same issue. The problem is the request body is blank |
|
Thanks for explication @chrismccord |
With this commit all tests are green on elixir 1.1.0