meh` changed the topic of #opal to: http://opalrb.org - Ruby runtime and library on top of Javascript | 1.0.0 is near | This channel is logged at https://botbot.me/freenode/opal/
ryanstout has joined #opal
ryanstout has quit [Client Quit]
meh` has quit [Ping timeout: 258 seconds]
boberetezeke has joined #opal
boberetezeke has quit [Ping timeout: 245 seconds]
boberetezeke has joined #opal
boberetezeke has quit [Ping timeout: 245 seconds]
boberetezeke has joined #opal
boberetezeke has quit [Quit: boberetezeke]
mac_cosmo has joined #opal
dimaursu16 has joined #opal
tils has joined #opal
elia has joined #opal
<elia> adambeynon, opening a 0.6.1 milestone, probably will start empty, add stuff at will
dimaursu16 has quit [Ping timeout: 245 seconds]
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #opal
dimaursu16 has joined #opal
brixen has quit [Ping timeout: 240 seconds]
brixen has joined #opal
mac_cosmo has quit [Quit: mac_cosmo]
<elia> adambeynon, yet another proposal, what do you think of backporting compiled requires to master? (with Kernel#require implemented as a noop)
boberetezeke has joined #opal
boberetezeke has quit [Quit: boberetezeke]
boberetezeke has joined #opal
e_dub has quit [Quit: It's a hard knock life]
boberetezeke has quit [Quit: boberetezeke]
boberetezeke has joined #opal
boberetezeke has quit [Ping timeout: 250 seconds]
boberetezeke has joined #opal
fkchang has joined #opal
ryanstout has joined #opal
elia has quit [Ping timeout: 276 seconds]
ylluminate has joined #opal
ryanstout has quit [Quit: ryanstout]
e_dub has joined #opal
e_dub has quit [Quit: It's a hard knock life]
e_dub has joined #opal
mac_cosmo has joined #opal
edub has joined #opal
e_dub has quit [Ping timeout: 276 seconds]
boberetezeke has quit [Ping timeout: 250 seconds]
edub has quit [Ping timeout: 258 seconds]
e_dub has joined #opal
e_dub has quit [Ping timeout: 252 seconds]
ryanstout has joined #opal
automationaddict has quit [Quit: Textual IRC Client: www.textualapp.com]
automationaddict has joined #opal
e_dub has joined #opal
grios has joined #opal
grios has quit [Client Quit]
e_dub has quit [Quit: It's a hard knock life]
tils has quit [Ping timeout: 250 seconds]
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
elia has joined #opal
<elia> adambeynon, you around?
<adambeynon> hi elia - sorry, been out and about all day, so missed your two messages earlier
<elia> no prob, good moment now? luckily we have all the time in the world, it's OSS after all
<elia> :)_
<elia> (adambeynon)
<adambeynon> ha, that is true ^_^
<adambeynon> yeah, im around for a bit
<adambeynon> think it would be good to get the requires on master
<elia> oh, cool
<elia> adambeynon, you know that requires is 0.7, wanna get out that 0.6.1 first?
<elia> :)
<elia> btw right now I'm porting the CompilerWrapper api to Compiler itself
<adambeynon> just browsing through open issues - cant see anything major that needs to hold off the 0.6.1 release
<adambeynon> elia: did you find the bug you had with the requires?
<adambeynon> (never had a chance to try it out locally :( )
<elia> sure, you know…
<elia> I'm a bit ashamed…
<elia> jk
<elia> lol, basically I was depending on path requires.size times
<elia> - prerequired.uniq.each { |r| context.depend_on path }
<elia> + prerequired.uniq.each { |asset| context.depend_on_asset asset }
<elia> adambeynon, I still have the builder discern between js requires and opal ones bc depend_on_asset causes infinite loop…
GitHub99 has joined #opal
GitHub99 has left #opal [#opal]
<GitHub99> opal/real-requires c96fa34 Elia Schito: Switch everything to the (New)Buidler
<GitHub99> opal/real-requires 39a7535 Elia Schito: Typo
<GitHub99> [opal] elia pushed 7 new commits to real-requires: http://git.io/kDcIJg
<GitHub99> opal/real-requires 0a4f67e Elia Schito: Switch from positional to named parameters for NewBuilder
<elia> adambeynon, Compiler api change is this:
<elia> - Compiler.new.compile(source, options)
<elia> + Compiler.new(source, options).compile
<adambeynon> elia: looks good - makes more sense that way :)
<elia> adambeynon, good, once I get a green bar I'll push
<elia> adambeynon, you doing the 0.6.1 release or want me to do that? (costs nothing)
automationaddict has quit [Ping timeout: 250 seconds]
<adambeynon> if you could, that would be great!
<adambeynon> are you already able to push?
<adambeynon> I think I added you...
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22990657
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal#1801 (real-requires - 4d492f0 : Elia Schito): The build was broken.
<elia> adambeynon, I do
elia has quit [Read error: Connection reset by peer]
GitHub105 has joined #opal
<GitHub105> opal/real-requires 3b3bd0b Elia Schito: Whitespace
<GitHub105> opal/real-requires 747c9cd Elia Schito: Use Opal::Compiler instead of the CompileWrapper
GitHub105 has left #opal [#opal]
<GitHub105> [opal] elia pushed 3 new commits to real-requires: http://git.io/bXdNaA
<GitHub105> opal/real-requires f1f6fe8 Elia Schito: Change compiler api to accept options at init time
elia has joined #opal
<elia> adambeynon, updating opal/version and RUBY_ENGINE_VERSION, should I set RUBY_VERSION to 2.1.1?
elia has quit [Ping timeout: 240 seconds]
GitHub152 has joined #opal
<GitHub152> [opal] elia pushed 1 new commit to master: http://git.io/iVeEWQ
GitHub152 has left #opal [#opal]
<GitHub152> opal/master 2096e8c Elia Schito: Bump version and update the CHANGELOG
elia has joined #opal
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22991978
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal#1802 (real-requires - 747c9cd : Elia Schito): The build was fixed.
* elia has connectivity issues
GitHub27 has joined #opal
<GitHub27> [opal] elia tagged v0.6.1 at d0d61af: http://git.io/LZRSLg
GitHub27 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1802 (real-requires - 747c9cd : Elia Schito): The build was fixed.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22991978
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22991978
<travis-ci> [travis-ci] opal/opal#1802 (real-requires - 747c9cd : Elia Schito): The build was fixed.
travis-ci has left #opal [#opal]
travis-ci has joined #opal
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal#1804 (master - 2096e8c : Elia Schito): The build was broken.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22993450
GitHub109 has joined #opal
<GitHub109> opal/master 25cf2df Elia Schito: fixup! Bump version and update the CHANGELOG
<GitHub109> [opal] elia pushed 1 new commit to master: http://git.io/euEKNA
GitHub109 has left #opal [#opal]
GitHub63 has joined #opal
<GitHub63> opal/real-requires aa34419 Elia Schito, Federico Ravasio & Gianluca Randazzo: Added "requirable" to compiler options to mark files for future requires
<GitHub63> [opal] elia force-pushed real-requires from 747c9cd to bfedd61: http://git.io/Q_pLJg
GitHub63 has left #opal [#opal]
<GitHub63> opal/real-requires bc49740 Elia Schito, Federico Ravasio & Gianluca Randazzo: Compiles require into Javascript as a no-op
<GitHub63> opal/real-requires 8067ea5 Elia Schito, Federico Ravasio & Gianluca Randazzo: Changed expect_compiled to be just a wrapper around Opal::Compiler
mac_cosmo_ has joined #opal
mac_cosmo has quit [Ping timeout: 276 seconds]
mac_cosmo_ is now known as mac_cosmo
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22995769
elia has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22995769
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22995769
travis-ci has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22995769
travis-ci has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22996488
<travis-ci> [travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
travis-ci has joined #opal
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22996488
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22996488
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/22996488