I noticed the following difference between 1.3.2 and 1.4.0-dev (c15ca05) 
when constructing binaries:

*<< "1 + 1 = ", "2" >>*

1.4.0-dev – works
1.3.2 – works

And:

*<< "1 + 1 = ", "#{2}" >>*


1.4.0-dev – doesn't work

1.3.2 – works


The last example can be simplified to this: *<< "#{1}" >>*. Both elixir 
versions were compiled against erlang 19.0.

In the last example, did something change between 1.3.2 and 1.4.0-dev? 
Looks like interpolating a string inside a binary no longer works? The code 
that raised the question for me here is this 
one: https://github.com/igas/faker/blob/master/lib/faker.ex#L35

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/a3d30704-2194-4594-93c1-a52a47017662%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to