Show enters and exits. Hide enters and exits.
| 00:01:16 | duncanmv | ok, I can do that too |
| 00:02:12 | brixen | thank you |
| 00:14:04 | duncanmv | brixen: do you need spec/code also separated in the format patch? or you guys take care of doing two commits? |
| 00:20:05 | brixen | duncanmv: they need to be separate commits |
| 00:22:18 | brixen | duncanmv: you can concat them into a single gist to put in the ticket |
| 00:22:26 | brixen | git am is smart enough to deal with that |
| 00:26:32 | duncanmv | uhm, not enough to link the commits from my repo in the ticket? |
| 00:27:32 | brixen | I prefer git fps so I can easily browse, edit, apply etc |
| 00:27:47 | brixen | so, if you link to your commits, your asking me to deal with your repo |
| 00:27:54 | brixen | I refuse to do that with rubyspec |
| 00:28:23 | brixen | evan has been more permissive here, but if you want me to look at your ticket, you increase the odds by making it simple |
| 00:28:33 | brixen | which is a gist containing a git fp :) |
| 00:36:49 | duncanmv | uhm, gist does not allow upload |
| 00:36:53 | duncanmv | copy paste is bad |
| 00:43:25 | duncanmv | brixen: http://github.com/evanphx/rubinius/issues#issue/446 |
| 00:43:30 | duncanmv | brixen: did not figure how to tag |
| 00:44:31 | duncanmv | Can I run one spec only? spec/ruby/optional/capi/struct_spec.rb ? |
| 00:44:54 | brixen | I use it's all text ff plugin, so I don't need to copy paste http://gist.github.com/554460 |
| 00:45:12 | brixen | also, you copy paste all kinds of things, like terminal output when debugging |
| 00:45:16 | brixen | anyway... |
| 00:45:27 | brixen | bin/mspec spec/ruby/optional/capi/struct_spec.rb |
| 00:45:43 | brixen | add -tr to run with the ruby exe on your path |
| 00:45:56 | brixen | otherwise, it runs with rbx by default |
| 00:46:02 | duncanmv | no, I want to run with rubinius :-) |
| 00:46:20 | brixen | you want to run with MRI until you're sure the spec passes ;) |
| 00:47:54 | brixen | gotta run, back later... |
| 18:05:24 | boyscout | Use the specified socket type instead of Socket::AF_UNSPEC, fixes #442 - a4e5958 - Dirkjan Bussink |
| 18:14:31 | boyscout | CI: rubinius: a4e5958 successful: 3520 files, 15244 examples, 43093 expectations, 0 failures, 0 errors |
| 18:20:20 | dbussink | evan: ah, understood your comment here wrong then i guess |
| 19:00:55 | evan | dbussink: I was just mentioning that other patch as interesting |
| 19:01:00 | evan | not as something we were emulating. |