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