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/
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
patie has quit [Quit: Leaving.]
fkchang has quit [Ping timeout: 250 seconds]
ryanstout has quit [Quit: ryanstout]
brixen has quit [Ping timeout: 245 seconds]
brixen has joined #opal
bcavileer_ has quit [Read error: Connection reset by peer]
bcavileer_ has joined #opal
ryanstout has joined #opal
meh` has quit [Ping timeout: 272 seconds]
j_mcnally has joined #opal
ryanstout has quit [Quit: ryanstout]
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
stnly has quit [Remote host closed the connection]
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
e_dub has quit [Quit: ZZZzzz…]
elia has joined #opal
patie has joined #opal
<adambeynon> elia: niceeeeeeeeeee
<adambeynon> will try it this morning
<elia> lol :D
<elia> just thank (if it works) the subway of milan…
<elia> adambeynon, btw using const_missing with native sounds really cool IMO, should we milestone it to 0.8 or something?
professor_soap has joined #opal
professor_soap has quit []
meh` has joined #opal
e_dub has joined #opal
patie has quit [Quit: Leaving.]
e_dub has quit [Quit: ZZZzzz…]
<elia> adambeynon, just realized the require_tree method is not implemented in corelib :P
patie has joined #opal
f-3r has joined #opal
f-3r has quit [Ping timeout: 260 seconds]
f-3r has joined #opal
e_dub has joined #opal
zapho53 has joined #opal
zapho53 has quit [Quit: Killed (BillGates (Lindows 98 -- jizz your pants!))]
seamon has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
j_mcnally has joined #opal
j_mcnall_ has joined #opal
j_mcnally has quit [Ping timeout: 244 seconds]
j_mcnall_ is now known as j_mcnally
elia has joined #opal
ryanstout has joined #opal
elia has quit [Ping timeout: 260 seconds]
seamon has quit [Quit: Zzzzzzz]
seamon has joined #opal
elia has joined #opal
seamon has quit [Quit: Zzzzzzz]
patie has quit [Quit: Leaving.]
elia has quit [Quit: Computer has gone to sleep.]
davispuh has joined #opal
seamon has joined #opal
elia has joined #opal
seamon has quit [Quit: Zzzzzzz]
seamon has joined #opal
seamon has quit [Client Quit]
ceej has quit [Ping timeout: 260 seconds]
adambeynon has quit [Ping timeout: 260 seconds]
ceej has joined #opal
adambeynon has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
seamon has joined #opal
seamon has quit [K-Lined]
elia has joined #opal
<ceej> is it possible to use the faye ruby client for the js client too? http://faye.jcoglan.com/ruby/clients.html
shevy has joined #opal
<ceej> it would probably make more sense to create a wrapper for the javascript client right?
<ceej> trying to wrap my head around https://gist.github.com/cj/ac41fb6c2ec33a0884aa#file-faye-rb-L10-L12 and passing it a block from ruby
pebble` has quit [Ping timeout: 260 seconds]
fkchang has joined #opal
pebble` has joined #opal
<f-3r> ceej: faye has a js client for you to use, the ruby client is to connect a ruby script/desktop-app to the faye server
<ceej> f-3r: ye, I know :) trying to create an opal wrapper for it
<f-3r> ceej: that would be great! perhaps a ruby wrapper for the js client?
<ceej> f-3r: yep, that’s what I’m trying to do right now :)
<f-3r> ceej: I'm clearly overworked today, I thought I was in the sinatra channel and I just realized that I everything I said is just what you said : time to go home hehe
<f-3r> :p
<ceej> ha :)
GitHub117 has joined #opal
<GitHub117> opal/source-maps e3cb1d4 Elia Schito: Avoid mutable strings...
<GitHub117> [opal] elia pushed 3 new commits to source-maps: http://git.io/7U-p9w
GitHub117 has left #opal [#opal]
<GitHub117> opal/source-maps d5baaac Elia Schito: Workaround the empty sourcemap bug...
<GitHub117> opal/source-maps cdd55fe Elia Schito: Update spectator mspec config
GitHub30 has joined #opal
<GitHub30> opal/source-maps 37015a7 Elia Schito: Code layout
<GitHub30> [opal] elia force-pushed source-maps from e3cb1d4 to 370a138: http://git.io/QD2aBg
GitHub30 has left #opal [#opal]
<GitHub30> opal/source-maps 88d01bf Elia Schito: Switch to maccman/sourcemap (WIP)
<GitHub30> opal/source-maps 712aed0 Elia Schito: Update the stdlib version of sourcemaps
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1994 (source-maps - e3cb1d4 : Elia Schito): The build has errored.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/36818480
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1995 (source-maps - 370a138 : 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/36818587
<meh`> ceej, you dont want the '' around #{url}
<meh`> you're getting `new Faye.Client('url')` with that
<ceej> meh`: ah there we go :)
<ceej> ty
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1995 (source-maps - 370a138 : Elia Schito): The build was fixed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/36818587
travis-ci has left #opal [#opal]
<meh`> ceej, remove the & in &block
<meh`> should be good other than that
<meh`> although maybe message won't be wrapped automatically
<ceej> ye it’s throwing an error tehre
<ceej> there*
<meh`> just message = Native(message)
<ceej> that worked, how would you go about making it auto wrap with Native?
<meh`> ceej, you can't
<meh`> ceej, the best way is if you wrap it yourself
<meh`> as in, wrap the add_extension call
<meh`> instead of alias_native
fkchang has quit [Ping timeout: 240 seconds]
<ceej> ah ok
<ceej> meh`: thank you again for opal, it’s amazing :)
<meh`> :)
<elia> :)
e_dub has quit [Quit: ZZZzzz…]
e_dub has joined #opal
e_dub has quit [Ping timeout: 245 seconds]
f-3r has quit [Remote host closed the connection]
GitHub88 has joined #opal
<GitHub88> [opal] elia pushed 2 new commits to source-maps: http://git.io/rPVCAQ
<GitHub88> opal/source-maps 2bd3ed4 Elia Schito: Backport maccman/sourcemap#13
GitHub88 has left #opal [#opal]
<GitHub88> opal/source-maps 26e7760 Elia Schito: Update sourcemap gem
GitHub118 has joined #opal
GitHub118 has left #opal [#opal]
<GitHub118> opal/master c6ca107 Elia Schito: Merge pull request #584 from opal/source-maps...
<GitHub118> [opal] elia pushed 1 new commit to master: http://git.io/ECX5Tg
GitHub174 has joined #opal
<GitHub174> [opal] elia deleted source-maps at 2bd3ed4: http://git.io/2rny_w
GitHub174 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1997 (source-maps - 2bd3ed4 : Elia Schito): The build passed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/36822478
travis-ci has left #opal [#opal]
GitHub192 has joined #opal
GitHub192 has left #opal [#opal]
<GitHub192> [opal] elia deleted require_tree at 8c18b42: http://git.io/Kxx8tw
ryanstout has quit [Quit: ryanstout]
e_dub has joined #opal
boberetezeke has joined #opal
boberetezeke has quit [Ping timeout: 260 seconds]