Index

Show enters and exits. Hide enters and exits.

17:37:57dbussinktarcieri: what was up with the asm mongrel parser? since the Rubinius constant is still there in rb
17:37:58dbussinkrbx
17:38:25tarcieriis it?
17:38:52tarcierilong story short I gave up cause I thought it'd be too slow
17:39:08tarciericompared to C FOR SPEED
17:42:52dbussinktarcieri: the constant is here for me
17:42:57dbussinkand there is the asm method on it too
17:43:11dbussinkno idea whether it still works properly, but dunno any reason why it shouldn't
17:43:28tarcieriokay dunno what's up, although I think this VM has a pre-1.0 version I installed via rvm :/
18:36:17boyscoutRemove tags for passing defined? specs - 78619e0 - Dirkjan Bussink
18:36:17boyscoutRemove tags for FileTest.size, related specs now pass - 54a1880 - Jose Narvaez
18:39:41dbussinktarcieri: ah, if you have rvm, you should do rvm remove / install
18:39:47dbussinkupgrading doesn't seem to work
18:39:55tarcieriheh
18:44:51boyscoutCI: rubinius: 54a1880 successful: 3502 files, 14355 examples, 42123 expectations, 0 failures, 0 errors
19:06:08Defilermore passing defined? specs = awesome
19:17:24goyox86dbussink: when i fix a failing spec, can i remove the failing tag in the same patch?
19:17:43dbussinkgoyox86_: i usually do it in a separate commit
19:17:49dbussinkto make it more clear
19:18:09goyox86dbussink: nice :]
19:38:22dbussinkgoyox86_: does Ruby.check_frozen not work in that change?
19:38:34JamesKiltonwhat's the rbx way to embed? Don't seem to have ruby_init() anymore
19:39:20goyox86dbussink: Let me check!
19:39:54goyox86dbussink: is that an rbx primitive isn't?
19:40:08dbussinkgoyox86_: yeah
19:40:19dbussinkJamesKilton: rubinius isn't embeddable (yet)
19:40:45JamesKiltonhmm, k
19:47:22dbussinkgoyox86_: does that work?
19:48:31goyox86dbussink: first time working with rbx primitives, so i don't know how to test it :s
19:48:51dbussinkgoyox86_: how does this affect testing?
19:49:25dbussinkbecause this is just a different implementation, the external behavior that extend raises on a frozen module is still the same
19:50:15goyox86dbussink: i mean i don't know how to use the Ruby.check_frozen primitive , there is nothing about with testing :], is about me and primitives :)
19:50:31dbussinkgoyox86_: just look at how it's used in other places
19:50:52dbussinkit's not a primitive though, it emits an instruction in the vm that can do a quick frozen check
19:51:07goyox86dbussink: i'm on it that's the reason of my delay
19:54:50dbussinkgoyox86_: but if you want to fix some frozen behavior, most fixes probably mean adding check_frozen in the proper places
19:55:26goyox86i understand dbussink
19:57:01boyscoutRemove tags for passing Tmpdir specs - a2e7361 - Dirkjan Bussink
20:05:39boyscoutCI: rubinius: a2e7361 successful: 3502 files, 14364 examples, 42140 expectations, 0 failures, 0 errors
20:08:04goyox86dbussink: worked, running CI :]
20:40:04dbussinkgoyox86_: you can also just edit issues
20:40:13dbussinkinstead of opening / closing new ones
20:40:47goyox86dbussink: rogerthat
22:33:36Saifhi there , any news when Rubinius will work on Windows?