Show enters and exits. Hide enters and exits.
| 00:35:14 | boyscout | More specs for Numeric#<=>. - 746cc91 - Brian Ford |
| 00:35:14 | boyscout | Further conform Numeric to MRI. Closes #349. - 7962f83 - Brian Ford |
| 00:35:14 | boyscout | Use correct module namespacing in Numeric specs. - b777a01 - Brian Ford |
| 00:43:28 | boyscout | CI: rubinius: b777a01 successful: 3441 files, 13547 examples, 41072 expectations, 0 failures, 0 errors |
| 01:21:29 | boyscout | Specs for Bignum#<< at a representation boundary. - ecea31f - Brian Ford |
| 01:21:29 | boyscout | kronos' fix for Bignum#<<. Closes #350. - dfb6953 - Brian Ford |
| 01:21:29 | boyscout | Fixed require lines in rubyspec copy. - d3203eb - Brian Ford |
| 01:21:29 | boyscout | Fixed require lines in rbx-specific spec files. - 752da7e - Brian Ford |
| 01:29:58 | boyscout | CI: rubinius: 752da7e successful: 3442 files, 13548 examples, 41074 expectations, 0 failures, 0 errors |
| 01:45:41 | slava | brixen: what is this 'console' feature you guys have? |
| 01:46:31 | brixen | it's a way of connecting to a running rbx vm and executing some query commands |
| 01:46:58 | slava | oh, cool |
| 01:48:28 | brixen | slava: http://gist.github.com/435292 |
| 01:49:04 | slava | neat |
| 01:49:11 | brixen | yeah, pretty cool |
| 01:49:31 | brixen | hook this up to a simple web interface and you have a remote dashboard for a bunch of rbx vm's |
| 03:46:30 | boyscout | Updated CI specs to RubySpec dbf51741. - aa74f52 - Brian Ford |
| 03:46:30 | boyscout | Updated CI tags for sync'd specs. - 3ffd4fe - Brian Ford |
| 03:54:51 | boyscout | CI: rubinius: 3ffd4fe successful: 3455 files, 13597 examples, 41161 expectations, 0 failures, 0 errors |
| 04:00:57 | boyscout | Dir should be calling to_str on non-String arguments in Ruby 1.8 - 9cfda63 - Gavin Stark |
| 04:00:57 | boyscout | Fixed Dir.open to call StringValue. Closes #362. - 1eabed4 - Brian Ford |
| 04:09:22 | boyscout | CI: rubinius: 1eabed4 successful: 3455 files, 13598 examples, 41162 expectations, 0 failures, 0 errors |
| 14:05:58 | wayneeseguin | Anyone have an idea on this on e? https://gist.github.com/e62b728f4c6edc7f80ca |
| 15:46:56 | brixen | wayneeseguin: could you execute the gcc line directly, without 2>&1 and show the output? |
| 15:49:26 | wayneeseguin | brixen: I'm proxying ... I assume you mean from the src dir do this: |
| 15:49:26 | wayneeseguin | gcc -Ivm/external_libs/llvm/include -I/usr/local/share/rvm/src/rbx-1.0.1-20100603/vm/external_libs/llvm/Release/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fomit-frame-pointer -fPIC -Ivm/external_libs/libtommath -Ivm/external_libs/libgdtoa -Ivm/external_libs/onig -Ivm/external_libs/libffi/include -Ivm/external_libs/libltdl -Ivm/test/cxxtest -Ivm -I. -I/usr/local/include -Ivm/external_libs/udis8 |
| 15:49:33 | wayneeseguin | ? |
| 15:49:36 | wayneeseguin | (without the end) |
| 16:01:01 | brixen | wayneeseguin: yeah, that last gcc line |
| 16:01:32 | brixen | I can't see anything above it failing, even though there are some weird warnings |
| 16:01:50 | brixen | also, what gcc version, OS, etc? |
| 16:02:00 | brixen | bbiab... |
| 16:24:13 | brixen | wayneeseguin: back, but gotta run again, leave me whatever details you can if you have time |
| 16:24:34 | brixen | wayneeseguin: super cool new build system coming RSN! |
| 16:24:58 | brixen | hopefully will make your life much easier, for rbx at least :) |
| 16:59:07 | wayneeseguin | brixen: OK This is for http://rubyversions.net/ so I'm waiting on david to get back to me with more details. Will forward! |
| 18:21:35 | wayneeseguin | brixen: Do you know where to find Defiler? I want to run this by him : http://gist.github.com/435963 |
| 20:22:48 | gavinstark | If I'm filling in "needs to be reviewed for spec completeness" should I create a ticket @ github and supply a gist with the patch? |
| 21:09:41 | brixen | wayneeseguin: Defiler is usually here, dunno where he is right now |
| 21:09:58 | brixen | gavinstark: yes, please add ticket with patch |
| 21:10:17 | brixen | gavinstark: you can add multiple patches to one ticket |
| 21:10:26 | brixen | but please make each patch self contained |
| 21:10:39 | brixen | and only include spec/ruby changes in a patch |
| 21:10:48 | brixen | ie, don't mix spec/ruby and other rbx code in a patch |
| 21:11:00 | gavinstark | brixen: ok, thanks. |
| 21:11:52 | brixen | gavinstark: I'll push your other Dir spec/patch in a bit |
| 21:16:17 | gavinstark | brixen: Thanks, if my implementation is not sufficient, I'll take any direction/suggetions you want to provide. |
| 21:28:46 | gavinstark | brixen: also have a doc patch based on my experience trying to figure out where/how to contribute. Let me know what you think: http://gist.github.com/436096 |
| 22:42:32 | brixen | gavinstark: I just pushed some stuff |
| 22:42:42 | brixen | gavinstark: have you read the docs at rubyspec.org? |
| 22:43:21 | gavinstark | brixen: not yet |
| 22:43:27 | brixen | ok, please do |
| 22:43:34 | brixen | a couple fyi's... |
| 22:43:51 | brixen | your Dir#initialize specs should have been under initialize_spec.rb not dir_spec.rb |
| 22:44:04 | brixen | that should be clear when you read about the spec organization |
| 22:44:09 | brixen | if not, let me know |
| 22:44:25 | brixen | I further clarified some of the doc changes you submitted |
| 22:44:37 | slava | hi brixen |
| 22:44:57 | brixen | see my change to fixing the Dir#initialize issue, let me know if that doesn't make sense |
| 22:45:00 | brixen | hey slava |
| 22:45:07 | gavinstark | brixen: will do |
| 22:45:18 | brixen | gavinstark: super, thanks for helping out! |
| 22:45:30 | brixen | I'm heading out for a bit... |
| 22:46:48 | brixen | gavinstark: oh, one more thing, in commit messages, please make the first line a short summary followed by a blank line and more explanation if necessary |
| 22:46:59 | brixen | makes it much easier to browse commits |
| 22:47:24 | brixen | you can see how I edited 419919b |
| 22:47:32 | gavinstark | brixen: will also do. |
| 22:48:04 | brixen | cool, thanks |
| 22:50:29 | boyscout | CI: rubinius: edef158 successful: 3455 files, 13599 examples, 41163 expectations, 0 failures, 0 errors |