adambeynon 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 http://irclog.whitequark.org/opal
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
GitHub129 has joined #opal
GitHub129 has left #opal [#opal]
<GitHub129> [opal-rails] elia pushed 1 new commit to master: http://git.io/nO_cWQ
<GitHub129> opal-rails/master e297f81 Elia Schito: Target latest opal
GitHub31 has joined #opal
<GitHub31> [opal-rails] elia pushed 1 new commit to master: http://git.io/I48NCg
GitHub31 has left #opal [#opal]
<GitHub31> opal-rails/master 3a6d7c7 Elia Schito: …and latest opal-sprockets
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal-rails/builds/14723008
<travis-ci> [travis-ci] opal/opal-rails#72 (master - e297f81 : Elia Schito): The build has errored.
travis-ci has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal-rails#73 (master - 3a6d7c7 : Elia Schito): The build has errored.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal-rails/builds/14723021
GitHub80 has joined #opal
<GitHub80> opal-jquery/master bf222f0 Elia Schito: Target master opal
GitHub80 has left #opal [#opal]
<GitHub80> [opal-jquery] elia pushed 1 new commit to master: http://git.io/K1jFbQ
ryanstout has quit [Quit: ryanstout]
GitHub111 has joined #opal
GitHub111 has left #opal [#opal]
<GitHub111> [opal-jquery] elia force-pushed master from bf222f0 to 374e467: http://git.io/KJwVpA
GitHub84 has joined #opal
<GitHub84> [opal-rails] elia created codemotion from master (+0 new commits): http://git.io/ZGpwzg
GitHub84 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal-rails/builds/14723508
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal-rails#74 (codemotion - 3a6d7c7 : Elia Schito): The build has errored.
<travis-ci> [travis-ci] Change view : https://github.com/opal/opal-rails/compare/codemotion
GitHub20 has joined #opal
GitHub20 has left #opal [#opal]
<GitHub20> opal-rails/codemotion f864354 Elia Schito: [snapshot]
<GitHub20> [opal-rails] elia pushed 1 new commit to codemotion: http://git.io/umHp6Q
ryanstout has joined #opal
DrShoggoth has quit [Read error: Connection reset by peer]
meh` has quit [Ping timeout: 265 seconds]
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
ryanstout has quit [Quit: ryanstout]
elia has quit [Quit: Computer has gone to sleep.]
e_dub has joined #opal
e_dub has quit [Ping timeout: 240 seconds]
meh` has joined #opal
e_dub has joined #opal
GitHub13 has joined #opal
GitHub13 has left #opal [#opal]
<GitHub13> opal/master 935a771 meh: Make Kernel#respond_to? to use #respond_to_missing?
<GitHub13> [opal] meh pushed 2 new commits to master: http://git.io/VZXKKg
<GitHub13> opal/master 3da7a07 meh: Fix Native::Object#respond_to?
travis-ci has joined #opal
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] opal/opal#1541 (master - 3da7a07 : meh): The build passed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/14732980
e_dub has quit [Quit: It's a hard knock life]
<adambeynon> meh`: I was thinking about the opal <=> opal-sprockets dependency thing - that they both rely on each other
<adambeynon> considering that opal-sprockets is now the default builder, and opal is useless without it, Im thinking about merging opal-sprockets back into opal
<adambeynon> It kinda is a runtime dependency to handle requires()
<meh`> adambeynon, my opinion is, merge it back but setup it to be pluggable
<meh`> which I think is already the case
<adambeynon> meh`: yeh, sounds reasonable to keep to that
<meh`> adambeynon, do you have an ETA on fixing parsing of escapes in '' and %x?
<meh`> I'd really like to get that shit out of the way
<adambeynon> meh`: will have a look today at it. Can't imagine it should take that long
<adambeynon> Good excuse to tidy that code up as well :)
<meh`> adambeynon, do you agree we should disable escapes in xstrings?
<meh`> I can't come up with any use of them other than making some code unmaintainable
<meh`> when I write xstrings in Opal I always forget you have to escape escapes
<meh`> because I'm thinking "I'm just writing inline javascript"
<adambeynon> meh`: the only reason I have it that way was because we used to use ruby_parser, and that was how they did it
<adambeynon> But, yes, now I think we can do it our own way
ryanstout has joined #opal
GitHub9 has joined #opal
<GitHub9> opal/master 86fcf97 Adam Beynon: Merge Processor/Server from opal-sprockets
GitHub9 has left #opal [#opal]
<GitHub9> [opal] adambeynon pushed 1 new commit to master: http://git.io/QfQQ-w
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1542 (master - 86fcf97 : Adam Beynon): The build passed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/14738696
travis-ci has left #opal [#opal]
elia has joined #opal
<ryanstout> adambeynon: just curious, have you had any more thoughts on adding method_added support?
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
<adambeynon> ryanstout: I saw the GitHub issue. I think we can work around the Corelib issue by adding that method inside the runtime
<adambeynon> An ugly hack, but it means all methods can support method_added
<ryanstout> yea, I think that would be fine
<ryanstout> thanks for working on it
<adambeynon> ryanstout: was this for the observer DSL you mentioned before?
<ryanstout> yea
<ryanstout> its sort of a little reactive programming framework
<elia> meh`, fwiw restored working code from one week ago :)
<meh`> lol
<adambeynon> ryanstout: nice. I will let you know how I get on
<ryanstout> thanks
elia has quit [Quit: Computer has gone to sleep.]
ryanstout has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ryanstout has joined #opal
ryanstout has quit [Client Quit]
GitHub51 has joined #opal
<GitHub51> [opal-sprockets] adambeynon pushed 1 new commit to master: http://git.io/835zEg
GitHub51 has left #opal [#opal]
<GitHub51> opal-sprockets/master 0b4dc09 Adam Beynon: Opal 0.5.0
GitHub159 has joined #opal
GitHub159 has left #opal [#opal]
<GitHub159> [opal-sprockets] adambeynon deleted 0.3.x at dbb6d1e: http://git.io/TJDuLQ
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal-sprockets/builds/14740087
<travis-ci> [travis-ci] opal/opal-sprockets#22 (master - 0b4dc09 : Adam Beynon): The build passed.
travis-ci has left #opal [#opal]
ryanstout has joined #opal
DouweM has joined #opal
ryanstout has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ryanstout has joined #opal
DouweM has quit [Read error: Connection reset by peer]
elia has joined #opal
<adambeynon> elia: this looks a better implementation (haml support, etc)
<adambeynon> mind if I borrow it for master? :)
<adambeynon> oh, the link would help..
<adambeynon> ^
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Ping timeout: 272 seconds]
elia has joined #opal
<elia> adambeynon, go forth, my pleasure
<elia> (just saw your question
elia has quit [Quit: Computer has gone to sleep.]
ryanstout has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ryanstout has joined #opal