solnic changed the topic of #rom-rb to: Ruby Object Mapper | Mailing List: https://groups.google.com/forum/?fromgroups#!forum/rom-rb | Logs: http://irclog.whitequark.org/rom-rb
robertjpayne has joined #rom-rb
gildo has quit [Read error: Connection reset by peer]
martxel has quit [Quit: WeeChat 0.4.1]
martxel has joined #rom-rb
martxel has joined #rom-rb
lgierth has quit [Quit: Ex-Chat]
snusnu has quit [Quit: Leaving.]
robertjpayne has quit [Remote host closed the connection]
robertjpayne has joined #rom-rb
jfredett has quit [Quit: Leaving.]
postmodern has joined #rom-rb
robertjpayne has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
skade has joined #rom-rb
robertjpayne has joined #rom-rb
robertjpayne has quit [Remote host closed the connection]
mbj has joined #rom-rb
robertjpayne has joined #rom-rb
lgierth has joined #rom-rb
snusnu has joined #rom-rb
<mbj> solnic: JFYI I got around 30 stares these days for vanguard.
<mbj> solnic: I think this is the rubyrouges effekt.
<mbj> solnic: Mutant was not mentioned that often. But I'm happy. Thx man.
<mbj> solnic: Solic around 5 stares for mutant after rubyrouges.
skade has quit [Quit: Computer has gone to sleep.]
jfredett has joined #rom-rb
jfredett has quit [Quit: Leaving.]
<lgierth> mbj, i looked into `rescue => nil` mutations a bit
<mbj> lgierth: ice
<mbj> lgierth: *nice
<lgierth> i couldn't find the rescue mutation emitter you mentioned, but i thought of something like creating a :resbody node, and rejecting child mutations involving rescue=>nil
<lgierth> i.e. generate the mutation, but not emit it
<lgierth> is that what you were talking about?
<lgierth> mbj, ^
<mbj> lgierth: coming back to this soon
<mbj> lgierth: busy
<mbj> lgierth: thx
knowtheory has joined #rom-rb
<knowtheory> sup
lgierth has quit [Ping timeout: 252 seconds]
lgierth has joined #rom-rb
<knowtheory> no? :)
<knowtheory> wondering what all i have to get installed regarding ROM dev tools
<solnic> mbj: cool man + so sorry I forgot the name, I was really stressed out :)
<solnic> knowtheory: just add it to Gemfile and run devtools init
<solnic> then bundle install again
<knowtheory> solnic: to which Gemfile? :)
<solnic> knowtheory: wdym? your Gemfile
<knowtheory> solnic: so if i wanna poke around with rom and run the tests and the like, do i need to mess w/ the devtools? :)
<knowtheory> (the repo that is)
<solnic> knowtheory: which tests?
<solnic> rom tests?
<knowtheory> ALL THE TESTS :)
<knowtheory> i see that rom is just a meta thing for rom-relation rom-mapper and rom-session
<solnic> yeah
<solnic> if you clone one of the repos you just need to bundle install
<solnic> no need to do anything special there
<knowtheory> Cool.
robertjpayne has quit [Remote host closed the connection]
jfredett has joined #rom-rb
<knowtheory> solnic: how's things? :)
<solnic> knowtheory: I’m busy with virtus 1.0.0
<mbj> solnic: np
<knowtheory> cool man
<solnic> it’s almost done, I’m gonna push rc1 next week
<mbj> lgierth: So rescue is handled via the generic mutator
<mbj> lgierth: We need to introduce an explicit mutator
<lgierth> jep
<lgierth> my question was more about how to reject the unwanted mutation
<mbj> lgierth: It would do the same like the generic one, BUT the emit of nil.
<lgierth> but that means "don't emit any mutations at all", right?
<mbj> lgierth: Just tested via parser, we need to adjust the rescue body emitter.
<lgierth> if i'd emit nil in a :resbody node
<mbj> lgierth: Yeah, I wasnt into the parser AST format at the time I said its the "rescue" emitter. sorry.
<mbj> lgierth: Yeah we need an explicit resbody emitter
<lgierth> yes
<mbj> lgierth: We name the children
<mbj> lgierth: And dont emit nil for the first child.
<lgierth> ooh, got it
<lgierth> thank you, will fiddle with it a little
<mbj> lgierth: naming the children is done via a dsl you can use
<mbj> lgierth: lemme show you a good excample
<mbj> lgierth: You declare this mutator handles a node, and you name the children
<mbj> lgierth: So you can use the named children for your emitter dispatch body.
<mbj> lgierth: Thx for spending your time! Happily awaiting your PR.
<lgierth> i see, thanks
<mbj> solnic: See it this way, vanguard is far easier to remember / spell than aequitas ;)
<mbj> solnic: So we move in the correct direction
snusnu has quit [Quit: Leaving.]
cored has joined #rom-rb
lgierth has quit [Quit: Ex-Chat]
lgierth has joined #rom-rb
mbj has quit [Quit: leaving]
snusnu has joined #rom-rb
cored has quit [Ping timeout: 264 seconds]