knowtheory has quit [Quit: Computer has gone to sleep]
zaidan has quit [Quit: leaving]
knowtheory has joined #rom-rb
djsell has quit [Quit: Leaving.]
mbj has quit [Ping timeout: 246 seconds]
mbj has joined #rom-rb
mbj has quit [Ping timeout: 264 seconds]
snusnu has joined #rom-rb
snusnu has quit [Ping timeout: 264 seconds]
snusnu has joined #rom-rb
snusnu has quit [Read error: Operation timed out]
shingara has quit [Ping timeout: 276 seconds]
shingara has joined #rom-rb
cored has quit [Ping timeout: 248 seconds]
cored has joined #rom-rb
cored has joined #rom-rb
postmodern has quit [Quit: Leaving]
ksinkar has joined #rom-rb
<ksinkar>
what is the site for datamapper 2?
xargoon has quit [Ping timeout: 256 seconds]
xargoon has joined #rom-rb
ksinkar has quit [Ping timeout: 246 seconds]
mbj has joined #rom-rb
ksinkar has joined #rom-rb
ksinkar has quit [Ping timeout: 252 seconds]
ksinkar has joined #rom-rb
solnic has joined #rom-rb
<mbj>
solnic: morning
<mbj>
solnic: I finished the ::Mutant::Zombifier, really happy about this.
<mbj>
solnic: We cann now mutate most of our dependencies.
<solnic>
mbj: hey
<solnic>
mbj: yeah I saw that, that's awesome work
<mbj>
solnic: re backports, lets nuke it.
<mbj>
solnic: Already nuked it from shared/Gemfile (devtools)
<mbj>
The is no reason the Gemfile.devtools specifies backports as dependency. It is a runtime dep, and the gems/libs that need it should pull it for theirselves.
<solnic>
mbj: yes we should nuke them
<solnic>
I'm pretty sure dkubb would agree
<solnic>
he removed 1.8 from travis in axiom
<mbj>
solnic: jo, lets do it :D
<solnic>
mbj: I also think we should push 1.0.0 of all those support release along with the first ROM release
<solnic>
release/libs
<mbj>
solnic: ack
<solnic>
mbj: we could push new releases of the support gems btw
<mbj>
solnic: after removing backports!
<mbj>
solnic: I'd be really happy to remove backports from my current project (jruby).
<mbj>
Reasons are obvious :D
<mbj>
solnic: I talked to circleci yesterday
<mbj>
solnic: They plan matrix and opensource support :D
<solnic>
mbj: oh wow that would be fantastic
<solnic>
bad news for travis I suppose
<solnic>
because circle is actually much better
<solnic>
mbj: yeah so re support libs, let's just bump minor versions and push it
<mbj>
solnic: Most support gems dont have changes.
<mbj>
solnic: Lets remove backports than push?
<solnic>
yes I am talking about removing backports and pushing new releases
<mbj>
okay
<mbj>
abstract_type is clean
<mbj>
moving to equalizer
<mbj>
solnic: can we sync regarding the eurucamp workshop?
<mbj>
We still have to reply when (friday or eariler the week) and how long our workshop would be
<mbj>
Dunno if I told you about I was receiving an email by orga.
zirni has joined #rom-rb
<mbj>
zirni: hola
ksinkar has quit [Ping timeout: 276 seconds]
<zirni>
mbj: moin moin :)
<mbj>
zirni: I greet all new nicks here :D, but I remember we where in a phone call once.
<zirni>
mbj: yeah thats true :) hope you are fine :)
<mbj>
zirni: Yeah I'am you also?
<mbj>
zirni: So you found the #rom-rb project. Any specific interest?
<solnic>
mbj: sorry running in-house errands
<solnic>
I should be back later
<solnic>
ttyl
<zirni>
mbj: I'm doing well. Yeah, just following progress right now :)
mbj has quit [Ping timeout: 252 seconds]
zirni has quit [Quit: leaving]
solnic has quit [Ping timeout: 276 seconds]
solnic has joined #rom-rb
<solnic>
kapowaz: ping
snusnu has joined #rom-rb
mbj has joined #rom-rb
mbj has quit [Read error: Connection reset by peer]
mbj has joined #rom-rb
<mbj>
solnic: np
<mbj>
snusnu: hola, finally into substation heavy clients work :D
<mbj>
snusnu: You saw the zombie?
<mbj>
snusnu: Mutant is self hosting!
<mbj>
It was fun yesterday, my GF came to me, said: You are looking like a zombie, stop working.
<mbj>
Than I showed here I'm working on a class called Mutant::Zombificator, this was the most funny moment this week :D
solnic has quit [Read error: Operation timed out]
ksinkar has joined #rom-rb
ksinkar has quit [Client Quit]
cored has quit [Ping timeout: 264 seconds]
cored has joined #rom-rb
cored has joined #rom-rb
postmodern has joined #rom-rb
dkubb has joined #rom-rb
<mbj>
dkubb: hola
<mbj>
dkubb: We changed the timeout to measure the time taken
<mbj>
dkubb: And assert it is below a specific amount of seconds, AFTER the spec finished.
<mbj>
dkubb: We did this because the timeout library was unstable.
<mbj>
dkubb: And does measure realtime, instead of cpu time.
<dkubb>
good afternoon
<dkubb>
timeout is unstable?
<dkubb>
oh right, I forgot we didn't actually do a real timeout
<dkubb>
it only blows up when the spec runtime takes longer than the threshold, but it assumes it will exit. I will see about changing this to truly timeout
<dkubb>
I'll change that code to use the Timeout lib for now. I wasn't away of any instability in it
<dkubb>
I just wish there was a way to timeout based on cpu time and not realtime, but I guess i'll take realtime if I've got to choose between that and nothing