havenwood has quit [Remote host closed the connection]
slaught has quit [Quit: slaught]
Bwild has quit [Quit: leaving]
tenderlove has quit [Quit: Leaving...]
GitHub138 has joined #rubinius
<GitHub138> [rubinius] brixen pushed 6 new commits to master: http://git.io/uqkhvQ
<GitHub138> rubinius/master eea3b24 Brian Shirai: Fixed MachineCode::jitted_p predicate name.
<GitHub138> rubinius/master 7334c7c Brian Shirai: Added CompiledCode.jitted?.
<GitHub138> rubinius/master 3343c0c Brian Shirai: Added direct JIT of a method.
GitHub138 has left #rubinius [#rubinius]
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dimday has joined #rubinius
larstobi has quit [Ping timeout: 244 seconds]
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (0a3aeba - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/46144421: The build passed.
travis-ci has left #rubinius [#rubinius]
larstobi has joined #rubinius
pietr0 has quit [Quit: pietr0]
havenwood has joined #rubinius
havenwood has quit [Ping timeout: 244 seconds]
slaught has joined #rubinius
amclain has joined #rubinius
Bwild has joined #rubinius
Caius has quit [Ping timeout: 276 seconds]
Caius has joined #rubinius
slaught has quit [Quit: slaught]
meh` has quit [Ping timeout: 255 seconds]
nirvdrum has quit [Quit: Leaving]
havenwood has joined #rubinius
havenwood has quit [Ping timeout: 256 seconds]
dimday has quit [Ping timeout: 244 seconds]
jnh has quit [Quit: Leaving...]
dimday has joined #rubinius
dimday has quit [Read error: Connection reset by peer]
amclain has quit [Quit: Leaving]
dimday has joined #rubinius
|jemc| has joined #rubinius
|jemc|_ has joined #rubinius
|jemc| has quit [Read error: Connection reset by peer]
|jemc|_ is now known as |jemc|
dimday has quit [Ping timeout: 245 seconds]
dimday has joined #rubinius
Akanksha08 has joined #rubinius
elia has joined #rubinius
dimday has quit [Remote host closed the connection]
|jemc| has quit [Ping timeout: 264 seconds]
larstobi has quit [Ping timeout: 244 seconds]
larstobi has joined #rubinius
<yorickpeterse> morning
benlovell has joined #rubinius
Akanksha08 has quit [Quit: Page closed]
<DireFog> 'ning
<yorickpeterse> brixen: got the feedback book you suggested, took a quick peek and it looks pretty interesting
npassaro has joined #rubinius
<DireFog> https://gist.github.com/ngollan/0adbb7d908da9da41846 am I doing anything fundamentally wrong there? rbx has "undefined local variable or method `helper_method' on an instance of Object. (NameError)"
<DireFog> works in MRI though
<DireFog> not wrapping the load in an anonymous module "fixes" it, but of course it pollutes the global namespace
<DireFog> rubinius 2.4.1.n7 (2.1.0 0a3aebab 2015-01-07 3.5.0 JI) [x86_64-linux-gnu]
<yorickpeterse> DireFog: looks like a bug, please report that on the issue tracker so we can look into it
<DireFog> the github issue tracker?
<yorickpeterse> Yes
<DireFog> kinda looks like rbx does something like Object.new { eval(file_content) } which would explain the behaviour
lbianc has quit [Quit: ChatZilla 0.9.91 [Firefox 24.8.1/20140923194127]]
lbianc has joined #rubinius
Bwild has quit [Ping timeout: 264 seconds]
flavorjones has joined #rubinius
flavorjones has quit [Ping timeout: 265 seconds]
benlovell has quit [Ping timeout: 240 seconds]
max96at|off is now known as max96at
flavorjones has joined #rubinius
benlovell has joined #rubinius
goyox86 has joined #rubinius
|jemc| has joined #rubinius
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jbellone has left #rubinius ["WeeChat 1.1-dev"]
heftig has joined #rubinius
heftig_ has quit [Read error: Connection reset by peer]
meh` has joined #rubinius
mustmodify has left #rubinius [#rubinius]
max96at is now known as max96at|off
flavorjones has quit [Ping timeout: 264 seconds]
flavorjones has joined #rubinius
<brixen> yorickpeterse: sweet, it's good
sshao has joined #rubinius
goyox86 has joined #rubinius
tenderlove has joined #rubinius
|jemc| has quit [Ping timeout: 255 seconds]
max96at|off is now known as max96at
GitHub101 has joined #rubinius
<GitHub101> [rubinius] brixen pushed 1 new commit to master: http://git.io/IHmlQg
<GitHub101> rubinius/master a360a9e Brian Shirai: Adopted alternate llvm-config patch from #3247. Closes #3247.
GitHub101 has left #rubinius [#rubinius]
GitHub35 has joined #rubinius
<GitHub35> [rubinius] brixen closed pull request #3247: Search for llvm-config on OSX using brew (master...configure-darwin-brew-llvm-config) http://git.io/s6Wopg
GitHub35 has left #rubinius [#rubinius]
<brixen> DireFog: the method is correctly defined as private, but the send is not allowed to find private methods
<brixen> you don't need test.rb, you can see this by just running anon_thing.rb
<brixen> DireFog: where did this code originate?
<DireFog> codebase at work
<DireFog> basically our Rails app didn't even get through the initializers under rbx
<DireFog> we have a bunch of files like *.agent.rb which we load to define and register some specific helpers, it ends up registering quite horribly dynamically generated classes in a global registry, so it's handy to use the wrapping because one can name things arbitrarily without regard for anything else that's going on in the app
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (a360a9e - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/46207950: The build passed.
travis-ci has left #rubinius [#rubinius]
GitHub22 has joined #rubinius
<GitHub22> [rubinius] brixen closed pull request #3270: Changes to make Process::Status compatible with MRI (master...process-initialize) http://git.io/ycVOpg
GitHub22 has left #rubinius [#rubinius]
GitHub162 has joined #rubinius
<GitHub162> [rubinius] brixen pushed 1 new commit to master: http://git.io/M91_4g
<GitHub162> rubinius/master 56274d3 Brian Shirai: Merge pull request #3270 from rubinius/process-initialize...
GitHub162 has left #rubinius [#rubinius]
<brixen> DireFog: ok, looks relatively simple to fix
<brixen> sends should allow private at script scope
nirvdrum has joined #rubinius
flavorjones has quit [Ping timeout: 244 seconds]
<goyox86> Morning!
<brixen> morning goyox86!
<goyox86> brixen Getting ready for 2.4.2
<goyox86> ?
<goyox86> @brixen*
<brixen> goyox86: thanks, I had not seen it
<brixen> looks interesting
<goyox86> Immix is really interesting btw I've been reading the paper these holidays
GitHub5 has joined #rubinius
<GitHub5> [rubinius] YorickPeterse deleted process-initialize at 9e6a904: http://git.io/v7Bk4Q
GitHub5 has left #rubinius [#rubinius]
travis-ci has joined #rubinius
travis-ci has left #rubinius [#rubinius]
<travis-ci> rubinius/rubinius/master (56274d3 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/46211832: The build passed.
flavorjones has joined #rubinius
npassaro has quit [Remote host closed the connection]
nirvdrum has quit [Ping timeout: 264 seconds]
pietr0 has joined #rubinius
amsi has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
benlovell has quit [Ping timeout: 245 seconds]
sargas has joined #rubinius
<sargas> is rails compatible with rubinius?
<goyox86> It is indeed sargas
<sargas> goyox86: even the newest version of Rails?
<sargas> I've just read the blog post about the end of RubySpec... too bad the MRI team didn't embrace it
<goyox86> It should run rails. brixen Which is the status of the latest rails on rbx, it is the monkey patch still needed?
<yorickpeterse> sargas: it should be
nirvdrum has joined #rubinius
flavorjones has quit [Quit: Leaving]
flavorjones has joined #rubinius
flavorjones has quit [Quit: Leaving]
flavorjones has joined #rubinius
flavorjones has quit [Client Quit]
flavorjones has joined #rubinius
flavorjones_ has joined #rubinius
flavorjones has quit [Client Quit]
havenwood has joined #rubinius
flavorjones_ has quit [Read error: Connection reset by peer]
flavorjones has joined #rubinius
flavorjones has quit [Quit: Ex-Chat]
benlovell has joined #rubinius
<goyox86> Hey guys have you seen this error? https://gist.github.com/goyox86/730c48a9df38831dcfd4
flavorjones has joined #rubinius
flavorjones has quit [Client Quit]
flavorjones has joined #rubinius
benlovell has quit [Ping timeout: 240 seconds]
unreal has quit [Quit: Very funny Scotty. Now beam down my clothes!]
unreal has joined #rubinius
flavorjones has quit [Client Quit]
flavorjones has joined #rubinius
sargas has quit [Quit: This computer has gone to sleep]
<yorickpeterse> dat Nokogiri warning
<yorickpeterse> No, haven't seen the error before
<yorickpeterse> lemme see what I get
<yorickpeterse> after recompiling everything (yay config changes ._._
<yorickpeterse> * )
goyox86 has quit [Ping timeout: 252 seconds]
goyox86 has joined #rubinius
slaught has joined #rubinius
elia has joined #rubinius
max96at is now known as max96at|off
<yorickpeterse> brixen: so let me get this right, I can now tell the JIT to compile a CompiledCode object myself?
<yorickpeterse> brixen: if so, I take it it still verifies if that's even possible?
sshao has quit [Read error: Connection reset by peer]
elia has quit [Quit: Computer has gone to sleep.]
sshao has joined #rubinius
nirvdrum has quit [Quit: Leaving]
<yorickpeterse> also I can segfault it from Ruby :D
benlovell has joined #rubinius
elia has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
jnh has joined #rubinius
sargas has joined #rubinius
havenwood has quit []
<brixen> goyox86: no, the monkey patch should not be needed on 4.1.9 or 4.2.0
<brixen> yorickpeterse: ok, will take a look in a few
JohnBat26 has joined #rubinius
sshao has quit [Remote host closed the connection]
Bwild has joined #rubinius
sshao has joined #rubinius
elia has joined #rubinius
GitHub9 has joined #rubinius
<GitHub9> [rubinius] sodabrew closed pull request #3271: Alternative changes to make Process::Status compatible with MRI (master...process_status) http://git.io/gxcboQ
GitHub9 has left #rubinius [#rubinius]
yipdw has quit [Quit: yipdw]
benlovell has quit [Ping timeout: 245 seconds]
yipdw has joined #rubinius
yipdw has quit [Changing host]
yipdw has joined #rubinius
benlovell has joined #rubinius
sshao has quit [Read error: Connection reset by peer]
sshao has joined #rubinius
benlovell has quit [Ping timeout: 244 seconds]
atambo has quit [Remote host closed the connection]
atambo has joined #rubinius
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
sargas has quit [Quit: This computer has gone to sleep]
sargas has joined #rubinius
Bwild has quit [Ping timeout: 265 seconds]
kagaro1 has quit [Ping timeout: 245 seconds]
kagaro has joined #rubinius
mustmodify_ has joined #rubinius
sargas has quit [Quit: This computer has gone to sleep]
<mustmodify_> I'm sure this has been discussed ad-nauseum. Sorry. YAML::ENGINE seems to be Syck, rbx-2.2.10. Is that expected?
mustmodify_ is now known as mustmodify
<mustmodify> damn underscore
sargas has joined #rubinius
sshao has quit [Read error: Connection reset by peer]
sshao_ has joined #rubinius
sargas has quit [Quit: This computer has gone to sleep]
pietr0 has quit [Quit: pietr0]