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
snusnu1 has quit [Quit: Leaving.]
mkristian__ has quit [Ping timeout: 264 seconds]
snusnu1 has joined #rom-rb
lfox has quit [Quit: ZZZzzz…]
dkubb|away has joined #rom-rb
dkubb has quit [Read error: Connection reset by peer]
snusnu1 has quit [Quit: Leaving.]
lgierth has joined #rom-rb
lgierth has quit [Quit: Ex-Chat]
cored has quit [Ping timeout: 260 seconds]
snusnu1 has joined #rom-rb
snusnu1 has quit [Quit: Leaving.]
<postmodern> we should write an adapter for this DB http://probcomp.csail.mit.edu/bayesdb/
vsorlov has joined #rom-rb
vsorlov has quit [Ping timeout: 250 seconds]
dkubb|away has quit [Quit: Linkinus - http://linkinus.com]
kenphused has quit [Quit: I'll Get Back With You on That in a Few]
snusnu1 has joined #rom-rb
snusnu1 has quit [Quit: Leaving.]
postmodern has quit [Quit: Leaving]
postmodern has joined #rom-rb
skade has joined #rom-rb
skade has quit [Quit: Textual IRC Client: www.textualapp.com]
lfox has joined #rom-rb
vsorlov has joined #rom-rb
dkubb has joined #rom-rb
mbj has joined #rom-rb
<mbj> dkubb: hi
<dkubb> mbj: hello
<mbj> dkubb: just released mutant-0.3.0.rc5 with the fixes from ligert and some cleanups.
<dkubb> oh cool, I saw some of those commits
<mbj> dkubb: My plan is to release 0.3 on that .rc5
<mbj> dkubb: Than focus on 0.4 with configurable per subject test selector.
<mbj> dkubb: Once this is done we can think about paralellising etc.
<mbj> dkubb: I got lots of email feedback, all wishing parallelization ;) (most of them frensh for some reason).
<dkubb> heh
<dkubb> I wish reek's TooManyMethods warning only applied to public methods
<dkubb> I often break up my private methods down into one-liners and give them good names, and I don't like being penalized for them
<mbj> dkubb: We need to replace flay and reek and rubocop some day.
<mbj> dkubb: I see lots of chances for rubocop not to be replaced.
<mbj> but reek and flay are IMHO unfixable.
<dkubb> rubocop is pretty good
<dkubb> I disagree with a few things
<dkubb> but the overall design is nice
<dkubb> it seems like it could replace reek at some point. I wonder if they are actively working on that
snusnu has joined #rom-rb
<mbj> snusnu: hi
mbj has quit [Read error: Connection reset by peer]
mbj has joined #rom-rb
vsorlov has quit [Ping timeout: 246 seconds]
mbj has quit [Ping timeout: 250 seconds]
snusnu1 has joined #rom-rb
snusnu has quit [Ping timeout: 250 seconds]
snusnu1 has quit [Quit: Leaving.]
mbj has joined #rom-rb
snusnu has joined #rom-rb
<mbj> snusnu: hi
<mbj> snusnu: You have any "wish" for configuring (most likely omitting) a specific mutation in mutant?
<mbj> snusnu: I'm about to add global configuration flags, so far I have requests to omit return(expression) => expression (a last exp in a block) and self.foo => foo.
<mbj> dkubb: mutant will be per default "as hardcore as possible". People can whitelist stuff they like.