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/
j_mcnally has joined #opal
j_mcnally has quit [Read error: Connection reset by peer]
j_mcnally has joined #opal
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ylluminarious has quit [Quit: Leaving...]
elia has joined #opal
meh` has joined #opal
larsam has left #opal [#opal]
e_dub has quit [Quit: ZZZzzz…]
f-3r has joined #opal
f-3r has quit [Ping timeout: 265 seconds]
<meh`> adambeynon, elia, had any time to look at gh631?
<[o__o]> Proper bridging: https://github.com/opal/opal/pull/631
<elia> meh`, had a quick look on mobile, need to properly understand how the runtime/donate stuff changes
<elia> I also tried to fix one of the failing specs but only managed to crash phantomjs
f-3r has joined #opal
<meh`> lol
e_dub has joined #opal
ylluminarious has joined #opal
j_mcnally has joined #opal
pmarreck_ is now known as pmarreck
ryanstout has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
tils has joined #opal
e_dub has quit [Quit: ZZZzzz…]
e_dub has joined #opal
f-3r has quit [Quit: Leaving.]
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
serargz has joined #opal
elia has joined #opal
j_mcnally has joined #opal
<elia> meh`, ylluminarious was talking about a bug on file, you have any info?
<elia> meh`, is it related to how opal/browser uses it?
<meh`> I don't think so
<elia> I mean I don't see calls to file in it and doesn't seem to be broken on master
<elia> will give a try later checking out the code later anyway
* elia is going to upgrade the os
elia has quit [Quit: (IRC Client: textualapp.com)]
jeremedia has joined #opal
<jeremedia> Howdy. Just getting started. Looking for docs/examples for opal-browser. I'll parse it out using the tests if nothing is yet available.
<jeremedia> Thanks.
j_mcnally has quit [Ping timeout: 260 seconds]
f-3r has joined #opal
tils` has joined #opal
tils has quit [Ping timeout: 245 seconds]
elia has joined #opal
serargz has quit [Quit: leaving]
jeremedia has quit [Ping timeout: 246 seconds]
e_dub has quit [Quit: ZZZzzz…]
e_dub has joined #opal
e_dub has quit [Quit: ZZZzzz…]
e_dub has joined #opal
tils` has quit [Ping timeout: 255 seconds]
ryanstout has quit [Quit: ryanstout]
e_dub has quit [Quit: ZZZzzz…]
f-3r has quit [Ping timeout: 255 seconds]
knoopx has joined #opal
e_dub has joined #opal
<ceej> I seem to be having issue with opal in ie8 and phantomjs… I get SyntaxError: Invalid regular expression: nothing to repeat, ReferenceError: Can't find variable: Opal
<ceej> with the 0.7 beta
<ceej> (($a = ["$"['$+'](("%.2f"['$%'](vehicle.$acv())).$gsub(/(d)(?=d{3}+(.d*)?$)/, "\1,"))]), $b = self.$dom().$at("#vehicle-acv"), $b['$content='].apply($b, $a), $a[$a.length-1]);
<ceej> is the line failing
<meh`> ceej, are you sure the regex is valid in js?
<meh`> regexps are passed as is to js from ruby
<ceej> meh`: ah ok, that’s probably why it doesn’t like this at the moment too https://github.com/opal/opal/issues/625
<meh`> ceej, yeah, that won't work on js
<ceej> meh`: is there also anything special I have to do with phantomjs, if I wrap a method in if RUBY_ENGINE != ‘opal’, it’s still getting compiled to js
<meh`> ceej, I'm not sure exactly how you're running/compiling things
<ceej> meh`: just capybara/phantomjs…. I’ll dig a little deeper and put a demo app in issues