Index

Show enters and exits. Hide enters and exits.

00:35:14boyscoutMore specs for Numeric#<=>. - 746cc91 - Brian Ford
00:35:14boyscoutFurther conform Numeric to MRI. Closes #349. - 7962f83 - Brian Ford
00:35:14boyscoutUse correct module namespacing in Numeric specs. - b777a01 - Brian Ford
00:43:28boyscoutCI: rubinius: b777a01 successful: 3441 files, 13547 examples, 41072 expectations, 0 failures, 0 errors
01:21:29boyscoutSpecs for Bignum#<< at a representation boundary. - ecea31f - Brian Ford
01:21:29boyscoutkronos' fix for Bignum#<<. Closes #350. - dfb6953 - Brian Ford
01:21:29boyscoutFixed require lines in rubyspec copy. - d3203eb - Brian Ford
01:21:29boyscoutFixed require lines in rbx-specific spec files. - 752da7e - Brian Ford
01:29:58boyscoutCI: rubinius: 752da7e successful: 3442 files, 13548 examples, 41074 expectations, 0 failures, 0 errors
01:45:41slavabrixen: what is this 'console' feature you guys have?
01:46:31brixenit's a way of connecting to a running rbx vm and executing some query commands
01:46:58slavaoh, cool
01:48:28brixenslava: http://gist.github.com/435292
01:49:04slavaneat
01:49:11brixenyeah, pretty cool
01:49:31brixenhook this up to a simple web interface and you have a remote dashboard for a bunch of rbx vm's
03:46:30boyscoutUpdated CI specs to RubySpec dbf51741. - aa74f52 - Brian Ford
03:46:30boyscoutUpdated CI tags for sync'd specs. - 3ffd4fe - Brian Ford
03:54:51boyscoutCI: rubinius: 3ffd4fe successful: 3455 files, 13597 examples, 41161 expectations, 0 failures, 0 errors
04:00:57boyscoutDir should be calling to_str on non-String arguments in Ruby 1.8 - 9cfda63 - Gavin Stark
04:00:57boyscoutFixed Dir.open to call StringValue. Closes #362. - 1eabed4 - Brian Ford
04:09:22boyscoutCI: rubinius: 1eabed4 successful: 3455 files, 13598 examples, 41162 expectations, 0 failures, 0 errors
14:05:58wayneeseguinAnyone have an idea on this on e? https://gist.github.com/e62b728f4c6edc7f80ca
15:46:56brixenwayneeseguin: could you execute the gcc line directly, without 2>&1 and show the output?
15:49:26wayneeseguinbrixen: I'm proxying ... I assume you mean from the src dir do this:
15:49:26wayneeseguingcc -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:33wayneeseguin?
15:49:36wayneeseguin(without the end)
16:01:01brixenwayneeseguin: yeah, that last gcc line
16:01:32brixenI can't see anything above it failing, even though there are some weird warnings
16:01:50brixenalso, what gcc version, OS, etc?
16:02:00brixenbbiab...
16:24:13brixenwayneeseguin: back, but gotta run again, leave me whatever details you can if you have time
16:24:34brixenwayneeseguin: super cool new build system coming RSN!
16:24:58brixenhopefully will make your life much easier, for rbx at least :)
16:59:07wayneeseguinbrixen: 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:35wayneeseguinbrixen: Do you know where to find Defiler? I want to run this by him : http://gist.github.com/435963
20:22:48gavinstarkIf 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:41brixenwayneeseguin: Defiler is usually here, dunno where he is right now
21:09:58brixengavinstark: yes, please add ticket with patch
21:10:17brixengavinstark: you can add multiple patches to one ticket
21:10:26brixenbut please make each patch self contained
21:10:39brixenand only include spec/ruby changes in a patch
21:10:48brixenie, don't mix spec/ruby and other rbx code in a patch
21:11:00gavinstarkbrixen: ok, thanks.
21:11:52brixengavinstark: I'll push your other Dir spec/patch in a bit
21:16:17gavinstarkbrixen: Thanks, if my implementation is not sufficient, I'll take any direction/suggetions you want to provide.
21:28:46gavinstarkbrixen: 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:32brixengavinstark: I just pushed some stuff
22:42:42brixengavinstark: have you read the docs at rubyspec.org?
22:43:21gavinstarkbrixen: not yet
22:43:27brixenok, please do
22:43:34brixena couple fyi's...
22:43:51brixenyour Dir#initialize specs should have been under initialize_spec.rb not dir_spec.rb
22:44:04brixenthat should be clear when you read about the spec organization
22:44:09brixenif not, let me know
22:44:25brixenI further clarified some of the doc changes you submitted
22:44:37slavahi brixen
22:44:57brixensee my change to fixing the Dir#initialize issue, let me know if that doesn't make sense
22:45:00brixenhey slava
22:45:07gavinstarkbrixen: will do
22:45:18brixengavinstark: super, thanks for helping out!
22:45:30brixenI'm heading out for a bit...
22:46:48brixengavinstark: 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:59brixenmakes it much easier to browse commits
22:47:24brixenyou can see how I edited 419919b
22:47:32gavinstarkbrixen: will also do.
22:48:04brixencool, thanks
22:50:29boyscoutCI: rubinius: edef158 successful: 3455 files, 13599 examples, 41163 expectations, 0 failures, 0 errors