00:21
nari has quit [Ping timeout: 252 seconds]
00:39
idkazuma has quit [Remote host closed the connection]
00:54
nari has joined #ruby-core
00:57
davidbalbert is now known as davidbalber|away
01:43
tenderlove has quit [Remote host closed the connection]
02:02
enebo has quit [Quit: enebo]
02:11
drbrain has quit [Ping timeout: 252 seconds]
02:12
Hanmac has joined #ruby-core
02:15
Hanmac2 has quit [Ping timeout: 276 seconds]
02:15
drbrain has joined #ruby-core
02:18
agarie has quit [Remote host closed the connection]
02:49
tenderlove has joined #ruby-core
02:50
tenderlove has quit [Remote host closed the connection]
03:12
kosaki8 has quit [Ping timeout: 272 seconds]
03:12
xibbar has quit [Remote host closed the connection]
03:20
agarie has joined #ruby-core
03:22
xibbar has joined #ruby-core
03:35
xibbar has quit [Remote host closed the connection]
03:39
xibbar has joined #ruby-core
03:44
tenderlove has joined #ruby-core
03:45
agarie has quit [Remote host closed the connection]
04:00
carlosantonio has quit [Remote host closed the connection]
04:37
tenderlove has quit [Remote host closed the connection]
05:39
slothbear has joined #ruby-core
06:46
xibbar has quit [Remote host closed the connection]
06:47
xibbar has joined #ruby-core
07:21
marcandre has quit [Remote host closed the connection]
08:15
judofyr has joined #ruby-core
08:19
nokada has quit [Remote host closed the connection]
08:20
xibbar has quit [Remote host closed the connection]
08:21
xibbar has joined #ruby-core
08:25
judofyr_ has joined #ruby-core
08:25
judofyr has quit [Read error: Connection reset by peer]
08:29
judofyr has joined #ruby-core
08:29
judofyr_ has quit [Read error: Connection reset by peer]
08:30
judofyr has quit [Read error: Connection reset by peer]
08:31
judofyr_ has joined #ruby-core
08:37
nari has quit [Ping timeout: 276 seconds]
08:40
nokada has joined #ruby-core
08:43
Hanmac_ has joined #ruby-core
08:46
<
Hanmac_ >
hm i had a thought when ruby now could be multiarch installable, what about the gem env RUBYGEMS PLATFORMS ?
08:53
xibbar has quit [Remote host closed the connection]
09:49
nokada has quit [Remote host closed the connection]
09:49
slothbear has quit [Ping timeout: 245 seconds]
09:54
nari has joined #ruby-core
09:58
Hanmac_ has quit [Ping timeout: 245 seconds]
10:00
nokada has joined #ruby-core
10:01
nokada has quit [Read error: Connection reset by peer]
10:01
nokada has joined #ruby-core
10:23
carlosantonio has joined #ruby-core
10:26
judofyr_ is now known as judofyr
10:30
carlosan_ has joined #ruby-core
10:30
carlosantonio has quit [Read error: Connection reset by peer]
11:09
carlosantonio has joined #ruby-core
11:09
carlosan_ has quit [Ping timeout: 248 seconds]
11:23
kosaki8 has joined #ruby-core
11:56
kosaki8 has quit [Ping timeout: 256 seconds]
12:14
nari has quit [Ping timeout: 255 seconds]
12:19
idkazuma has joined #ruby-core
13:14
idkazuma has quit [Remote host closed the connection]
13:19
kosaki8 has joined #ruby-core
13:46
wudofyr_ has quit [Remote host closed the connection]
13:46
wudofyr_ has joined #ruby-core
13:47
__BigO__ has joined #ruby-core
13:54
marcandre has joined #ruby-core
14:56
enebo has joined #ruby-core
15:04
kosaki8 has quit [Ping timeout: 260 seconds]
15:17
davidbalber|away is now known as davidbalbert
16:27
judofyr has quit [Remote host closed the connection]
16:42
kosaki2 has joined #ruby-core
16:53
kosaki2 has quit [Remote host closed the connection]
16:53
kosaki2 has joined #ruby-core
16:57
kosaki2 has quit [Ping timeout: 244 seconds]
16:59
kosaki2 has joined #ruby-core
17:16
davidbalbert is now known as davidbalber|away
17:20
kosaki2 has quit [Remote host closed the connection]
17:25
davidbalber|away is now known as davidbalbert
17:29
inkjet has joined #ruby-core
17:30
inkjet has quit [Remote host closed the connection]
18:00
davidbalbert is now known as davidbalber|away
18:05
lopex has quit [Read error: Operation timed out]
18:23
davidbalber|away is now known as davidbalbert
18:25
davidbalbert is now known as davidbalber|away
18:26
davidbalber|away is now known as davidbalbert
18:31
davidbalbert is now known as davidbalber|away
18:33
davidbalber|away is now known as davidbalbert
18:36
davidbalbert is now known as davidbalber|away
19:20
kosaki2 has joined #ruby-core
19:31
kosaki2 has quit [Remote host closed the connection]
19:31
kosaki2 has joined #ruby-core
19:36
kosaki2 has quit [Ping timeout: 244 seconds]
19:41
carlosantonio has quit [Remote host closed the connection]
19:54
__BigO__ has quit [Remote host closed the connection]
19:56
__BigO__ has joined #ruby-core
19:56
lopex has joined #ruby-core
20:10
davidbalber|away is now known as davidbalbert
20:14
kosaki2 has joined #ruby-core
20:41
yopp has joined #ruby-core
20:42
yopp has quit [Quit: yopp]
20:43
yopp has joined #ruby-core
20:44
<
yopp >
Is there someone from rubygems-core?
20:48
__BigO__ has quit [Remote host closed the connection]
20:52
__BigO__ has joined #ruby-core
21:15
carlosantonio has joined #ruby-core
21:36
<
drbrain >
yopp: hello
21:36
<
drbrain >
we've never really called ourselves rubygems-core
21:36
agarie has joined #ruby-core
21:47
agarie has quit [Read error: Connection reset by peer]
21:47
idkazuma has joined #ruby-core
21:48
agarie has joined #ruby-core
21:54
<
yopp >
This is PoC for new type of index for rubygems
21:54
<
yopp >
Instead of spec.4.8
21:54
<
yopp >
Also I'm looking for adding file index
21:54
<
yopp >
To speedup require
21:55
<
yopp >
1.9.3p194 :003 > index.find("rails", "~> 2.0")
21:55
<
yopp >
Completed in 27.14ms
21:55
<
drbrain >
can it be implemented without a C extension?
21:55
<
yopp >
In fact it can use Marshal
21:55
<
yopp >
it will be a bit bigger
21:55
<
yopp >
and bit slower on loads
21:55
<
yopp >
1744893 13 Feb 23:34 full_index.msg.gz
21:55
<
drbrain >
can you create an issue on github.com/rubygems/rubygems ?
21:55
<
yopp >
1895800 14 Feb 00:47 full_index.4.8.gz
21:56
<
yopp >
MsgPack loads in ~400ms and Marshal in ~600ms
21:56
<
yopp >
And this index has all dependencies for all gems packed
21:57
<
yopp >
Also, I'm thinking about implementing incremental index updates
21:57
<
yopp >
To avoid downloading ~1.8Mb each time
21:59
<
yopp >
Is this PoC enough for opening issue? It's now working with Gem:: stuff right now
21:59
<
drbrain >
yopp: there are some other concerns for indexing that Evan Phoenix and James Tucker have for mirrors and bundler, so I think it is a good time for an issue
22:00
* yopp
updated with find() which is using Requirement
22:02
<
yopp >
okay. will do the issue
22:03
<
drbrain >
be sure to mention C extension is not necessary :D
22:05
<
injekt >
drbrain: with that gzip fix applied in 2.x mechanize should function as expected without change right?
22:05
<
drbrain >
injekt: yup
22:05
<
drbrain >
it did in my test
22:06
<
injekt >
drbrain: awesome, you happy for me to close the initial issue on mech and point it to the ruby bug?
22:07
<
drbrain >
I closed a similar pull request just moments ago, so feel free
22:07
<
injekt >
yeah I noticed
22:07
<
drbrain >
I wonder when nurse wakes up
22:07
<
drbrain >
_ko1: do you know when nurse wakes up?
22:08
_br_ has quit [Excess Flood]
22:09
<
injekt >
drbrain: I think once the last 3 or 4 main mech issues are closed we should be ready to release again
22:09
<
injekt >
a couple call for review so whenever you get time check them out and we'll go from there, the only stuff I'm a little unsure on is ntlm which i can't really test, and the pull request regarding it is pretty flakey
22:10
<
drbrain >
I added it without proper testing in the hope that
*someone* would say "OMG BROKEN"
22:11
_br_ has joined #ruby-core
22:11
<
drbrain >
I was getting tired of the "OMG NO NTLM SUPPORT" followed by the person vanishing in a puff of smoke
22:11
<
injekt >
haha yeah, and now there's a request to change the library because of the license..
22:11
<
injekt >
heh no doubt
22:11
<
drbrain >
not that there were a bunch of people, just the vanishing part
22:12
<
injekt >
I commented on 259, but the guy hasn't replied so I'm not sure they're too interested anymore
22:12
_br_ has quit [Excess Flood]
22:13
<
zzak >
drbrain: you use git-svn?
22:13
<
drbrain >
zzak: no, just svn
22:13
<
zzak >
how do you backport?
22:13
<
zzak >
im terrible with svn
22:13
<
drbrain >
I checked out branches/ruby_2_0_0 and commit to it
22:13
<
drbrain >
in svn-land, branches == directories
22:13
<
zzak >
svn co branches/ruby_2_0_0 ?
22:14
<
zzak >
wow, its that simple? haha
22:14
<
drbrain >
… but since I'm an SVN expert I check out ruby from trunk and then only check out trunk and branches I'm interested in
22:14
<
zzak >
then: svn co branches/trunk to go back?
22:14
<
drbrain >
oops, I check out ruby from the repo root
22:14
<
drbrain >
no, just do it in a separate directory entirely
22:14
<
drbrain >
say you have ~/Work/svn/ruby, also make ~/Work/svn/ruby_2_0_0
22:15
<
zzak >
yeah, less can go wrong then
22:15
<
zzak >
drbrain: thanks eric!
22:15
<
drbrain >
how did your talk go?
22:15
<
zzak >
btw you were right about jim, he was super nice
22:16
<
zzak >
it went, i regrettably watched the recording this morning and now i wish i didnt
22:16
_br_ has joined #ruby-core
22:16
<
drbrain >
fortunately I gave my first talks before they all got recorded :D
22:17
<
zzak >
jim was absurdly good at speaking
22:18
<
drbrain >
he does a lot of training, so he has lots of practice
22:19
<
zzak >
you can tell
22:19
<
zzak >
it was a great experience tho, i hope to do more speaking in the future
22:20
<
yopp >
drbrain: where I can post prebuilt full_index file?
22:20
<
drbrain >
yopp: maybe in a gist?
22:20
<
yopp >
gzip file in gist?
22:21
<
drbrain >
you might need to clone the gist then push
22:21
<
drbrain >
I think 1.8MB is too big for web submission :D
22:26
<
zzak >
drbrain: they posted the recording on bostonrb.org
22:27
<
drbrain >
yeah, I haven't watched it yet
22:29
kosaki2 has quit [Remote host closed the connection]
22:30
<
drbrain >
giving talks is hard, I've given enough to know that
22:30
<
drbrain >
Aaron is really good at it, and they're still hard for him
22:32
kosaki2 has joined #ruby-core
22:33
<
drbrain >
yopp: it looks good
22:35
kosaki2 has quit [Remote host closed the connection]
22:39
idkazuma has quit [Remote host closed the connection]
22:43
idkazuma has joined #ruby-core
22:56
xibbar has joined #ruby-core
23:24
kosaki8 has joined #ruby-core
23:28
nari has joined #ruby-core
23:30
__BigO__ has quit [Remote host closed the connection]
23:35
kosaki8 has quit [Quit: Leaving...]
23:51
_br_ has quit [Excess Flood]
23:52
_br_ has joined #ruby-core
23:57
_br_ has quit [Excess Flood]
23:58
_br_ has joined #ruby-core