Good catch. Can you please open up an issue?
*José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D On Mon, Aug 8, 2016 at 6:46 PM, Eugene Pirogov <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/elixir-lang-core/a3d30704-2194-4594-93c1-a52a47017662%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAGnRm4L6AR_xHuR2sibNJn8WjVXZRmkxr7M6q3WG2Wsdm3pmpQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
