meh.

Results 126 comments of meh.

What's the trick to use a more recent version of Fennel?

Yeah, I'd really need a new release with #2 merged :panda_face:

This sounds like a bug in Elixir to me, looking into it.

@supernova32 yeah, my suspicion is something changed slightly in the AST between 1.5 and 1.6, I just need to find the time to look into that, unless someone else beats...

@josevalim actually now that I look into it a little more, it seems to have nothing to do with the AST. Using the following as example: ```elixir from = {{2013,1,1},{1,1,1}}...

The problem is that `foldl` and such is supposed to allow you to play with the schema as well, for instance if you want to change a table up you'll...

What's the error in the `unquote(@attrs)` case? I honestly don't know how to make that work right now but my brain tells me "unquote fragments" and "using `bind_quoted` somewhere in...

@ourway I played around with it but didn't figure out a way to make it work :(