Re: [elixir-core:6494] Compiler warning for macros that do not return quoted expressions

2016-10-22 Thread João Bernardo
Btw Louis, can you show me an example where we can construct the AST without a `quote` block ? sábado, 22 de Outubro de 2016 às 15:16:33 UTC+1, Louis Pop escreveu: > > Hey João > > It's perfectly valid to construct Elixir AST without using `quote`, so > adding a warning here would result in

Re: [elixir-core:6491] Compiler warning for macros that do not return quoted expressions

2016-10-22 Thread Louis Pop
Hey João It's perfectly valid to construct Elixir AST without using `quote`, so adding a warning here would result in the compiler warning when nothing is wrong. Cheers, Louis On Sat, 22 Oct 2016 at 13:22 João Bernardo wrote: > Hi ! > > I am quite new to elixir, and I am