kofno has quit [Quit: Connection closed for inactivity]
ylluminate has quit [Ping timeout: 245 seconds]
ryanstout has quit [Quit: ryanstout]
e_dub has quit [Ping timeout: 255 seconds]
e_dub has joined #opal
elia has joined #opal
<elia>
Kilo`byte, “how can i convert a json object into a ruby hash”: you should require 'native', then doing Hash.new(`js_object`) show work as expected,
<elia>
Kilo`byte: I'm not sure but probably handles the recursion too
<elia>
Kilo`byte, “how to include the compiler in browser”: include 'opal-parser.js', e.g.: http://cdn.opalrb.org
GitHub134 has joined #opal
<GitHub134>
opal/master 9b939cd Elia Schito: Remove the unused CLI#compile method
<adambeynon>
elia: if we are adding nodejs + phantomjs support to the stdlib, do you think it is worth adding the opal-node stuff into the main repo? treat opal-node as a first class environment
<elia>
adambeynon, yeah, was thinking the same
<elia>
just as MRI stdlib has a number of stuff, I think it makes sense
<elia>
the opal-node will be just a wrapper
<elia>
for npm
<elia>
I already have a branch the most of the stuff ported
<elia>
adambeynon, there you go
GitHub16 has joined #opal
<GitHub16>
opal/master 872f00f Elia Schito: Cleanup some comment sections
<elia>
adambeynon, problem is require relative right?
<elia>
adambeynon, I think we should transform them in normal requires (at runtime) reading the current dir to get the relative path
<adambeynon>
elia: yeap, and for master/0.7 that should work fine, but on 0.6.x the call to RSpec::Support.require_x() doesnt get picked up as a require, so the compiler/sprockets misses it
<elia>
yeah right
<elia>
adambeynon, sounds like they'll need to be required manually
dimaursu16 has quit [Ping timeout: 276 seconds]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
dimaursu16 has joined #opal
elia has quit [Ping timeout: 255 seconds]
elia has joined #opal
e_dub has quit [Quit: ZZZzzz…]
elia` has joined #opal
elia has quit [Ping timeout: 240 seconds]
GitHub161 has joined #opal
<GitHub161>
[vienna] adambeynon pushed 1 new commit to promises: http://git.io/aYYjqQ
GitHub161 has left #opal [#opal]
<GitHub161>
vienna/promises 352b786 Adam Beynon: Revert to old Model.adapter() api
elia` has quit [Ping timeout: 252 seconds]
travis-ci has joined #opal
travis-ci has left #opal [#opal]
<travis-ci>
[travis-ci] opal/vienna#159 (promises - 352b786 : Adam Beynon): The build passed.