00:02
havenwood has quit [Remote host closed the connection]
00:20
slaught has quit [Quit: slaught]
00:28
Bwild has quit [Quit: leaving]
00:39
tenderlove has quit [Quit: Leaving...]
00:57
GitHub138 has joined #rubinius
00:57
<
GitHub138 >
rubinius/master eea3b24 Brian Shirai: Fixed MachineCode::jitted_p predicate name.
00:57
<
GitHub138 >
rubinius/master 7334c7c Brian Shirai: Added CompiledCode.jitted?.
00:57
<
GitHub138 >
rubinius/master 3343c0c Brian Shirai: Added direct JIT of a method.
00:57
GitHub138 has left #rubinius [#rubinius]
01:02
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
01:10
dimday has joined #rubinius
01:14
larstobi has quit [Ping timeout: 244 seconds]
01:15
travis-ci has joined #rubinius
01:15
travis-ci has left #rubinius [#rubinius]
01:16
larstobi has joined #rubinius
01:28
pietr0 has quit [Quit: pietr0]
01:51
havenwood has joined #rubinius
01:56
havenwood has quit [Ping timeout: 244 seconds]
02:14
slaught has joined #rubinius
02:24
amclain has joined #rubinius
02:25
Bwild has joined #rubinius
02:29
Caius has quit [Ping timeout: 276 seconds]
02:35
Caius has joined #rubinius
02:42
slaught has quit [Quit: slaught]
03:01
meh` has quit [Ping timeout: 255 seconds]
03:03
nirvdrum has quit [Quit: Leaving]
03:40
havenwood has joined #rubinius
03:45
havenwood has quit [Ping timeout: 256 seconds]
04:36
dimday has quit [Ping timeout: 244 seconds]
05:21
jnh has quit [Quit: Leaving...]
06:05
dimday has joined #rubinius
06:20
dimday has quit [Read error: Connection reset by peer]
06:23
amclain has quit [Quit: Leaving]
06:43
dimday has joined #rubinius
07:07
|jemc| has joined #rubinius
07:09
|jemc|_ has joined #rubinius
07:09
|jemc| has quit [Read error: Connection reset by peer]
07:11
|jemc|_ is now known as |jemc|
07:20
dimday has quit [Ping timeout: 245 seconds]
07:34
dimday has joined #rubinius
08:02
Akanksha08 has joined #rubinius
08:56
elia has joined #rubinius
09:10
dimday has quit [Remote host closed the connection]
09:16
|jemc| has quit [Ping timeout: 264 seconds]
09:17
larstobi has quit [Ping timeout: 244 seconds]
09:19
larstobi has joined #rubinius
09:23
<
yorickpeterse >
morning
09:32
benlovell has joined #rubinius
09:39
Akanksha08 has quit [Quit: Page closed]
09:57
<
yorickpeterse >
brixen: got the feedback book you suggested, took a quick peek and it looks pretty interesting
10:44
npassaro has joined #rubinius
10:49
<
DireFog >
works in MRI though
10:50
<
DireFog >
not wrapping the load in an anonymous module "fixes" it, but of course it pollutes the global namespace
10:53
<
DireFog >
rubinius 2.4.1.n7 (2.1.0 0a3aebab 2015-01-07 3.5.0 JI) [x86_64-linux-gnu]
11:01
<
yorickpeterse >
DireFog: looks like a bug, please report that on the issue tracker so we can look into it
11:02
<
DireFog >
the github issue tracker?
11:04
<
yorickpeterse >
Yes
11:14
<
DireFog >
kinda looks like rbx does something like Object.new { eval(file_content) } which would explain the behaviour
11:36
lbianc has quit [Quit: ChatZilla 0.9.91 [Firefox 24.8.1/20140923194127]]
11:48
lbianc has joined #rubinius
11:49
Bwild has quit [Ping timeout: 264 seconds]
12:08
flavorjones has joined #rubinius
12:17
flavorjones has quit [Ping timeout: 265 seconds]
12:21
benlovell has quit [Ping timeout: 240 seconds]
12:28
max96at|off is now known as max96at
12:57
flavorjones has joined #rubinius
13:17
benlovell has joined #rubinius
13:37
goyox86 has joined #rubinius
14:09
|jemc| has joined #rubinius
14:10
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
14:20
jbellone has left #rubinius ["WeeChat 1.1-dev"]
14:30
heftig has joined #rubinius
14:31
heftig_ has quit [Read error: Connection reset by peer]
14:37
meh` has joined #rubinius
14:40
mustmodify has left #rubinius [#rubinius]
14:41
max96at is now known as max96at|off
15:17
flavorjones has quit [Ping timeout: 264 seconds]
15:37
flavorjones has joined #rubinius
15:42
<
brixen >
yorickpeterse: sweet, it's good
15:44
sshao has joined #rubinius
15:55
goyox86 has joined #rubinius
15:56
tenderlove has joined #rubinius
15:59
|jemc| has quit [Ping timeout: 255 seconds]
15:59
max96at|off is now known as max96at
16:02
GitHub101 has joined #rubinius
16:02
<
GitHub101 >
rubinius/master a360a9e Brian Shirai: Adopted alternate llvm-config patch from #3247. Closes #3247.
16:02
GitHub101 has left #rubinius [#rubinius]
16:02
GitHub35 has joined #rubinius
16:02
<
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
16:02
GitHub35 has left #rubinius [#rubinius]
16:12
<
brixen >
DireFog: the method is correctly defined as private, but the send is not allowed to find private methods
16:12
<
brixen >
you don't need test.rb, you can see this by just running anon_thing.rb
16:12
<
brixen >
DireFog: where did this code originate?
16:12
<
DireFog >
codebase at work
16:13
<
DireFog >
basically our Rails app didn't even get through the initializers under rbx
16:20
<
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
16:21
travis-ci has joined #rubinius
16:21
travis-ci has left #rubinius [#rubinius]
16:33
GitHub22 has joined #rubinius
16:33
<
GitHub22 >
[rubinius] brixen closed pull request #3270: Changes to make Process::Status compatible with MRI (master...process-initialize)
http://git.io/ycVOpg
16:33
GitHub22 has left #rubinius [#rubinius]
16:33
GitHub162 has joined #rubinius
16:33
<
GitHub162 >
rubinius/master 56274d3 Brian Shirai: Merge pull request #3270 from rubinius/process-initialize...
16:33
GitHub162 has left #rubinius [#rubinius]
16:35
<
brixen >
DireFog: ok, looks relatively simple to fix
16:35
<
brixen >
sends should allow private at script scope
16:38
nirvdrum has joined #rubinius
16:38
flavorjones has quit [Ping timeout: 244 seconds]
16:41
<
brixen >
morning goyox86!
16:42
<
goyox86 >
brixen Getting ready for 2.4.2
16:44
<
brixen >
goyox86: thanks, I had not seen it
16:44
<
brixen >
looks interesting
16:45
<
goyox86 >
Immix is really interesting btw I've been reading the paper these holidays
16:47
GitHub5 has joined #rubinius
16:47
GitHub5 has left #rubinius [#rubinius]
16:51
travis-ci has joined #rubinius
16:51
travis-ci has left #rubinius [#rubinius]
16:55
flavorjones has joined #rubinius
16:58
npassaro has quit [Remote host closed the connection]
16:58
nirvdrum has quit [Ping timeout: 264 seconds]
17:10
pietr0 has joined #rubinius
17:23
amsi has joined #rubinius
17:36
elia has quit [Quit: Computer has gone to sleep.]
17:43
benlovell has quit [Ping timeout: 245 seconds]
17:55
sargas has joined #rubinius
17:55
<
sargas >
is rails compatible with rubinius?
18:02
<
goyox86 >
It is indeed sargas
18:03
<
sargas >
goyox86: even the newest version of Rails?
18:03
<
sargas >
I've just read the blog post about the end of RubySpec... too bad the MRI team didn't embrace it
18:04
<
goyox86 >
It should run rails. brixen Which is the status of the latest rails on rbx, it is the monkey patch still needed?
18:06
<
yorickpeterse >
sargas: it should be
18:08
nirvdrum has joined #rubinius
18:23
flavorjones has quit [Quit: Leaving]
18:23
flavorjones has joined #rubinius
18:30
flavorjones has quit [Quit: Leaving]
18:31
flavorjones has joined #rubinius
18:33
flavorjones has quit [Client Quit]
18:33
flavorjones has joined #rubinius
18:34
flavorjones_ has joined #rubinius
18:34
flavorjones has quit [Client Quit]
18:34
havenwood has joined #rubinius
18:34
flavorjones_ has quit [Read error: Connection reset by peer]
18:35
flavorjones has joined #rubinius
18:44
flavorjones has quit [Quit: Ex-Chat]
18:49
benlovell has joined #rubinius
18:52
flavorjones has joined #rubinius
18:53
flavorjones has quit [Client Quit]
18:53
flavorjones has joined #rubinius
18:53
benlovell has quit [Ping timeout: 240 seconds]
18:56
unreal has quit [Quit: Very funny Scotty. Now beam down my clothes!]
18:56
unreal has joined #rubinius
18:57
flavorjones has quit [Client Quit]
18:58
flavorjones has joined #rubinius
18:59
sargas has quit [Quit: This computer has gone to sleep]
19:20
<
yorickpeterse >
dat Nokogiri warning
19:20
<
yorickpeterse >
No, haven't seen the error before
19:20
<
yorickpeterse >
lemme see what I get
19:21
<
yorickpeterse >
after recompiling everything (yay config changes ._._
19:21
<
yorickpeterse >
* )
19:44
goyox86 has quit [Ping timeout: 252 seconds]
19:46
goyox86 has joined #rubinius
19:50
slaught has joined #rubinius
19:51
elia has joined #rubinius
19:54
max96at is now known as max96at|off
19:56
<
yorickpeterse >
brixen: so let me get this right, I can now tell the JIT to compile a CompiledCode object myself?
19:56
<
yorickpeterse >
brixen: if so, I take it it still verifies if that's even possible?
19:59
sshao has quit [Read error: Connection reset by peer]
20:00
elia has quit [Quit: Computer has gone to sleep.]
20:00
sshao has joined #rubinius
20:01
nirvdrum has quit [Quit: Leaving]
20:01
<
yorickpeterse >
also I can segfault it from Ruby :D
20:02
benlovell has joined #rubinius
20:13
elia has joined #rubinius
20:28
elia has quit [Quit: Computer has gone to sleep.]
20:43
jnh has joined #rubinius
20:46
sargas has joined #rubinius
20:57
havenwood has quit []
21:00
<
brixen >
goyox86: no, the monkey patch should not be needed on 4.1.9 or 4.2.0
21:00
<
brixen >
yorickpeterse: ok, will take a look in a few
21:05
JohnBat26 has joined #rubinius
21:17
sshao has quit [Remote host closed the connection]
21:21
Bwild has joined #rubinius
21:23
sshao has joined #rubinius
21:26
elia has joined #rubinius
21:32
GitHub9 has joined #rubinius
21:32
<
GitHub9 >
[rubinius] sodabrew closed pull request #3271: Alternative changes to make Process::Status compatible with MRI (master...process_status)
http://git.io/gxcboQ
21:32
GitHub9 has left #rubinius [#rubinius]
21:43
yipdw has quit [Quit: yipdw]
21:43
benlovell has quit [Ping timeout: 245 seconds]
21:43
yipdw has joined #rubinius
21:43
yipdw has quit [Changing host]
21:43
yipdw has joined #rubinius
21:50
benlovell has joined #rubinius
21:57
sshao has quit [Read error: Connection reset by peer]
21:58
sshao has joined #rubinius
22:00
benlovell has quit [Ping timeout: 244 seconds]
22:01
atambo has quit [Remote host closed the connection]
22:01
atambo has joined #rubinius
22:14
sargas has quit [Quit: This computer has gone to sleep]
22:16
sargas has joined #rubinius
22:21
Bwild has quit [Ping timeout: 265 seconds]
22:24
kagaro1 has quit [Ping timeout: 245 seconds]
22:25
kagaro has joined #rubinius
22:38
mustmodify_ has joined #rubinius
22:43
sargas has quit [Quit: This computer has gone to sleep]
22:44
<
mustmodify_ >
I'm sure this has been discussed ad-nauseum. Sorry. YAML::ENGINE seems to be Syck, rbx-2.2.10. Is that expected?
22:44
mustmodify_ is now known as mustmodify
22:44
<
mustmodify >
damn underscore
22:47
sargas has joined #rubinius
23:02
sshao has quit [Read error: Connection reset by peer]
23:02
sshao_ has joined #rubinius
23:12
sargas has quit [Quit: This computer has gone to sleep]
23:59
pietr0 has quit [Quit: pietr0]