barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 245 seconds]
ryanstout has joined #opal
meh` has quit [Ping timeout: 240 seconds]
_whitelogger_ has joined #opal
barry has joined #opal
barry has quit [Ping timeout: 252 seconds]
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
ryanstout has quit [Client Quit]
barry has joined #opal
barry has quit [Read error: Operation timed out]
fkchang has joined #opal
fkchang has quit [Ping timeout: 272 seconds]
marcandre has quit [Read error: Connection reset by peer]
marcandre has joined #opal
barry has joined #opal
barry has quit [Ping timeout: 260 seconds]
epitron has joined #opal
marcandre has quit [Remote host closed the connection]
marcandre has joined #opal
_whitelogger has joined #opal
Liothen has joined #opal
brixen has joined #opal
ivanoats has joined #opal
kartouch has joined #opal
kludge` has joined #opal
Todd has joined #opal
ryanstewart2 has joined #opal
harrow has joined #opal
AndrzejKrzywda has joined #opal
Kilo`byte has joined #opal
yazgoo_ has joined #opal
barry has joined #opal
DouweM has joined #opal
epitron has joined #opal
kludge` has quit [Ping timeout: 246 seconds]
kludge` has joined #opal
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 265 seconds]
barry has joined #opal
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 265 seconds]
barry has joined #opal
GitHub152 has joined #opal
<GitHub152>
[opal-jquery] DevL opened pull request #32: Add 2.0.0 and 2.1.0 to Travis builds. (master...master) http://git.io/nPL53g
GitHub152 has left #opal [#opal]
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 265 seconds]
barry has joined #opal
meh` has joined #opal
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 260 seconds]
<meh`>
adambeynon, ping
DMDaMan has joined #opal
<adambeynon>
meh`: yo
<meh`>
adambeynon, I contacted the browserstack guys, to start testing opal and opal-browser in all the browers we want to support, they want us to link to browserstack on the project page and website to use it for free tho, anything against it?
<adambeynon>
meh`: if it saves us having to pay $39/month, then I guess thats fair enough :P
<meh`>
adambeynon, it does, I'll create the account, then we'll figure out where to put it
<adambeynon>
meh`: it is worth noting that IE 6/7/8 didnt run the specs last time I tried
<adambeynon>
too many specs and it timed out
<meh`>
adambeynon, I'll try to figure out something
<meh`>
adambeynon, it's more important for opal-browser anyway
<meh`>
and it doesn't have that many specs
<adambeynon>
meh`: agreed
<adambeynon>
if opal-browser runs on those browsers, then we know the runtime all works fine
<meh`>
indeed
<adambeynon>
meh`: the Time.parse(str) bug must be recent. I have an app that is only just now breaking with the changes
<adambeynon>
0.5.x was fine
<adambeynon>
0.5.0*
<adambeynon>
I upgraded to 0.5.5 which broke it
<adambeynon>
actually scrap that
<adambeynon>
its the json
<adambeynon>
the update to rails is pushing different json
<ryanstout>
hey, can I ask you guys a question not related to opal? I need to redo my handlebars type parser to allow some things that aren't html in it. Is using a context free grammar a bad idea for html? I'm not worried about fixing things like missing close tags. (so assume "prefect" html)
<ryanstout>
I'm new to the whole CFG thing and I keep running into String is not in the language (currently trying out https://github.com/chriswailes/RLTK)
<DMDaMan>
Any links on relative performance of opal vs handcoded JS?
<meh`>
DMDaMan, sadly not yet
<meh`>
DMDaMan, but in my projects there are no perceptible slowdowns
<meh`>
DMDaMan, the thing is, synthetic benchmarks about speed are kind of pointless when it comes to browsers, when the actual overhead is internal DOM handling and the like
<DMDaMan>
Makes sense… but I live by the
<DMDaMan>
eeverything nice has a price rule!
<meh`>
well of course, but the only way to know if it's feasable is to test for your requirements
<DMDaMan>
You are right… just checking to see if any reason not to proceed with a small pilot.