bf4 has quit [Ping timeout: 240 seconds]
CraigBuchek has joined #rom-rb
jfredett has quit [Read error: Connection reset by peer]
careo has joined #rom-rb
postmodern has joined #rom-rb
careo has quit [Quit: careo]
lgierth has quit [Quit: Ex-Chat]
lfox has joined #rom-rb
snusnu has joined #rom-rb
snusnu has quit [Client Quit]
juhakaja has joined #rom-rb
CraigBuchek has quit [Quit: Leaving.]
juhakaja has quit [Remote host closed the connection]
juhakaja has joined #rom-rb
juhakaja has quit [Ping timeout: 245 seconds]
CraigBuchek has joined #rom-rb
dkubb has joined #rom-rb
juhakaja has joined #rom-rb
lfox has quit [Quit: ZZZzzz…]
juhakaja has quit [Remote host closed the connection]
juhakaja has joined #rom-rb
CraigBuchek has quit [Quit: Leaving.]
juhakaja has quit [Ping timeout: 264 seconds]
postmodern has quit [Quit: Leaving]
dkubb has quit [Quit: Leaving...]
juhakaja has joined #rom-rb
juhakaja has quit [Ping timeout: 240 seconds]
postmodern has joined #rom-rb
dkubb has joined #rom-rb
dkubb|away has joined #rom-rb
dkubb has quit [Ping timeout: 240 seconds]
juhakaja has joined #rom-rb
dkubb|away has quit [Quit: Leaving...]
juhakaja has quit [Remote host closed the connection]
juhakaja has joined #rom-rb
juhakaja has quit [Ping timeout: 245 seconds]
dkubb has joined #rom-rb
juhakaja has joined #rom-rb
juhakaja has quit [Ping timeout: 264 seconds]
floria___ has quit [Remote host closed the connection]
skade has joined #rom-rb
florian_k has joined #rom-rb
florian_k has quit [Ping timeout: 246 seconds]
florian_k has joined #rom-rb
mbj has joined #rom-rb
postmodern has quit [Quit: Leaving]
cored has joined #rom-rb
cored has joined #rom-rb
florian_k has quit [Remote host closed the connection]
florian_k has joined #rom-rb
florian_k has quit [Ping timeout: 265 seconds]
CraigBuchek has joined #rom-rb
skade has joined #rom-rb
CraigBuchek has quit [Quit: Leaving.]
mkristian has joined #rom-rb
rolfb has joined #rom-rb
lfox has joined #rom-rb
CraigBuchek has joined #rom-rb
breakingthings has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
skade has quit [Ping timeout: 265 seconds]
skade has joined #rom-rb
lfox has quit [Quit: ZZZzzz…]
rolfb has quit [Quit: Leaving...]
CraigBuchek has quit [Quit: Leaving.]
CraigBuchek has joined #rom-rb
cored has quit [Ping timeout: 260 seconds]
cored has joined #rom-rb
cored has joined #rom-rb
lfox has joined #rom-rb
bf4 has joined #rom-rb
mkristian has quit [Ping timeout: 264 seconds]
mkristian has joined #rom-rb
mkristian has quit [Quit: bye]
<
dkubb>
good morning
lfox has quit [*.net *.split]
lfox has joined #rom-rb
lfox has quit [*.net *.split]
lfox has joined #rom-rb
lfox has quit [*.net *.split]
lfox has joined #rom-rb
jfredett-w has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
snusnu has joined #rom-rb
CraigBuchek has quit [Quit: Leaving.]
snusnu has quit [Quit: Leaving.]
rolfb has joined #rom-rb
snusnu has joined #rom-rb
bf4 has quit [Quit: leaving]
CraigBuchek has joined #rom-rb
<
dkubb>
I'm going to do a quick pass on axiom to make sure it works fine with the current edge adamantium/memoizable, and then work on sql.rb
<
dkubb>
I need to see where solnic and mbj left off
jgaskins has quit [Ping timeout: 248 seconds]
jgaskins has joined #rom-rb
mbj has quit [Quit: leaving]
CraigBuchek has quit [Quit: Leaving.]
postmodern has joined #rom-rb
breakingthings has quit []
travis-ci has joined #rom-rb
<
travis-ci>
[travis-ci] dkubb/adamantium#146 (master - 7e281dc : Dan Kubb): The build was broken.
travis-ci has left #rom-rb [#rom-rb]
travis-ci has joined #rom-rb
<
travis-ci>
[travis-ci] dkubb/sql#144 (master - 6527340 : Dan Kubb): The build was broken.
travis-ci has left #rom-rb [#rom-rb]
travis-ci has joined #rom-rb
travis-ci has left #rom-rb [#rom-rb]
<
travis-ci>
[travis-ci] dkubb/adamantium#146 (master - 7e281dc : Dan Kubb): The build was canceled.
skade has joined #rom-rb
travis-ci has joined #rom-rb
<
travis-ci>
[travis-ci] dkubb/adamantium#146 (master - 7e281dc : Dan Kubb): The build was canceled.
travis-ci has left #rom-rb [#rom-rb]
skade has quit [Client Quit]
snusnu has quit [Ping timeout: 246 seconds]
mbj has joined #rom-rb
snusnu has joined #rom-rb
<
dkubb>
mbj: do you have a moment for a question about the sql AST?
<
dkubb>
without looking at the code, it wasn't clear what each "position" represented
<
dkubb>
I almost wonder if we could write :where or :group_by instead of delimited
<
dkubb>
then I could look at the s-expression and it would be more self describing
cored has quit [Ping timeout: 264 seconds]
<
mbj>
dkubb: That delimited thing is just a sign of "lets spin something up fast".
<
mbj>
dkubb: But keep in mind. whitequark/ast singals a LOT via the position.
<
mbj>
dkubb: s(send, receiver, name, arguments)
<
mbj>
dkubb: You typically only name a node where it is NOT significant via the position.
<
mbj>
Where there is polymorphism.