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/
fkchang has quit [Ping timeout: 258 seconds]
elia has quit [Quit: Computer has gone to sleep.]
e_dub has joined #opal
boberetezeke has joined #opal
boberetezeke has quit [Ping timeout: 250 seconds]
meh` has quit [Ping timeout: 244 seconds]
noomerikal has joined #opal
e_dub has quit [Quit: It's a hard knock life]
e_dub has joined #opal
_whitelogger_ has joined #opal
adambeynon_ has joined #opal
adambeynon has quit [Ping timeout: 272 seconds]
_whitelogger has quit [Ping timeout: 272 seconds]
adambeynon_ is now known as adambeynon
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
ryanstout has quit [Quit: ryanstout]
elia has joined #opal
noomerikal has quit [Remote host closed the connection]
noomerikal has joined #opal
noomerikal has quit [Remote host closed the connection]
_elia has joined #opal
elia has quit [Read error: Connection reset by peer]
noomerikal has joined #opal
noomerikal has quit [Ping timeout: 244 seconds]
noomerikal has joined #opal
f-3r has joined #opal
noomerikal has quit [Ping timeout: 265 seconds]
meh` has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
f-3r has quit [Ping timeout: 245 seconds]
e_dub has quit [Quit: ZZZzzz…]
noomerikal has joined #opal
f-3r has joined #opal
f-3r has quit [Read error: Connection reset by peer]
f-3r has joined #opal
e_dub has joined #opal
e_dub has quit [Client Quit]
e_dub has joined #opal
noomerikal has quit [Remote host closed the connection]
_elia has quit [Quit: Computer has gone to sleep.]
f-3r has quit [Quit: Leaving.]
f-3r has joined #opal
f-3r has quit [Quit: Leaving.]
f-3r has joined #opal
f-3r has quit [Client Quit]
f-3r has joined #opal
noomerikal has joined #opal
fkchang has joined #opal
e_dub has quit [Quit: ZZZzzz…]
e_dub has joined #opal
f-3r has quit [Ping timeout: 250 seconds]
mafort1469 has joined #opal
mafort1469 has quit [Client Quit]
e_dub has quit [Quit: ZZZzzz…]
elia has joined #opal
<meh`> adambeynon, ping
<adambeynon> hey meh`
<meh`> adambeynon, I need help
<adambeynon> meh`: sure
<meh`> adambeynon, http://sprunge.us/HLHR
<meh`> anything missing?
<meh`> it's to "clone" a method
<adambeynon> meh`: looks right to me
<adambeynon> is it not working?
<meh`> ok, then it's something else
<meh`> adambeynon, I don't know :D
<adambeynon> lol
<meh`> phantom started eating all my ram
<adambeynon> when you say method
<meh`> and staying at 100% CPU
<meh`> so I killed it
<adambeynon> that probably wont get the right self/this value
<meh`> adambeynon, it should
<meh`> shouldn't it?
<meh`> it should
<meh`> adambeynon, the problem at hand is this
<meh`> aliasing a method from BasicObject or Object in a module (eg Kernel) causes the original method to be signed as donated
<meh`> which obviously fucks up with #instance_methods
<meh`> which is used internally in my branch
<meh`> so the solution is to wrap things
<meh`> when a method is donated
<meh`> it's wrapped
<meh`> and marked as donated
<meh`> it's the 1658th spec that hangs
<meh`> any way to know which is it? :D
noomerikal has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
<meh`> adambeynon, in what cases is base in Opal.klass not a class/module?
<meh`> when it's main?
<meh`> just in irb basically?
<elia> meh`, you can try to switch formatter to see examples descriptions instead of dots
<elia> in spec_helper.rb set formatter_class to PhantomDocFormatter (from runner.rb)
noomerikal has joined #opal