Show enters and exits. Hide enters and exits.
| 03:04:12 | BrianRice | where would I find the kernel of the printf logic? |
| 03:08:53 | BrianRice | ok: kernel/common/sprintf.rb |
| 06:39:09 | boyscout | Use bin/rbx compile instead of bin/rbx describe. - b6a07a7 - Brian Ford |
| 06:39:09 | boyscout | Rewrote the defined? specs. - f6bea18 - Brian Ford |
| 06:39:10 | boyscout | Fixed defined? for various literals. - 90c2de2 - Brian Ford |
| 06:39:10 | boyscout | Fixed defined? for assignments. - 9ce8d8d - Brian Ford |
| 06:39:10 | boyscout | More defined? specs. - 8c41860 - Brian Ford |
| 06:39:10 | boyscout | Fixed defined? for method receivers. - 7bdae03 - Brian Ford |
| 06:39:10 | boyscout | Some defined? specs for back_ref, nth_ref and stuff. - 6402910 - Brian Ford |
| 06:39:11 | boyscout | Fixed defined? for nth_ref and back_ref. - f9f2d0c - Brian Ford |
| 06:39:11 | boyscout | Specs for defined? with constants. - 47bd56f - Brian Ford |
| 06:39:12 | boyscout | Load gem_prelude from loader.rb. - 538f489 - Brian Ford |
| 06:39:12 | boyscout | Refactored defined?() for when values are needed. - 459b14c - Brian Ford |
| 06:39:13 | boyscout | Fixed defined?() for constants. - 44e40c0 - Brian Ford |
| 06:39:13 | boyscout | Updated CI tag for description change. - c107015 - Brian Ford |
| 06:39:14 | boyscout | Fixed wrong conflict resolution on rebase. - 2c55bfa - Brian Ford |
| 06:40:08 | brixen | looks like boyscout gets in trouble for more than 14 or so |
| 06:49:27 | boyscout | CI: rubinius: 738cd1a successful: 3037 files, 12133 examples, 36493 expectations, 0 failures, 0 errors |
| 15:26:57 | luislavena | hey guys, a quick question. |
| 15:27:23 | luislavena | libev on the repo is 3.8, any blocker to move it to 3.9? |
| 16:22:46 | rue | luislavena: I do not think libev is used for anything anymore |
| 16:23:11 | luislavena | rue: hmn, an orphaned dependency then in vm/external_libs ? |
| 16:25:15 | rue | In that case it would be. I am not 100%, but it is definitely not used for most purposes it was at the time |
| 16:27:14 | luislavena | rue: I'm looking at all the external_libs to see the ones that do not compile under mingw32 |
| 16:29:00 | luislavena | rue: so far libev only required update to 3.9 and patch, libtommath required minor change to makefile (hardcoded stuff) and libffi just works |
| 16:35:52 | rue | Cool. MIght as well leave it then, hope to make use of it at some point again |
| 16:37:22 | luislavena | rue: I'm cheating since I'm cross compiling right now, but so far deps compile ;-) |
| 17:20:19 | evan | yes, we should remove libev |
| 17:20:22 | evan | we're not using it anymore |
| 17:20:46 | evan | luislavena: thanks! |
| 17:33:51 | dbussink | luislavena: cool work on the getting it to build :) |
| 17:34:14 | dbussink | luislavena: do you know if llvm is possible? could also try without it for starters, might be easier |
| 17:49:34 | luislavena | dbussink: llvm just works, and there are llvm binaries/libs for windows already. |
| 17:50:07 | luislavena | dbussink: the thing I see more and more is that it may be easier to cross-compile than build everything from scratch under windows :P |
| 18:08:53 | dbussink | luislavena: that would be really awesome, so we could create binaries ourselves easily :) |
| 18:09:48 | brixen | yeah, I'm a big fan of x-compiling for windows :) |
| 18:10:03 | brixen | I'll compile it, you run it... win! |
| 18:11:00 | luislavena | brixen: but someone needs to run the tests and see it crash until we reach nirvana. |
| 18:11:18 | brixen | luislavena: do I hear a volunteer? :D |
| 18:11:20 | luislavena | brixen: I still owe you something, 100mb for drop.io attach is a nightmare |
| 18:11:40 | brixen | luislavena: no worries, maybe we can get evan to let you upload it to us |
| 18:11:49 | luislavena | thinks can volunteer soon, once RubyInstaller is out for good :) |
| 18:11:56 | brixen | I'll ask him about it tomorrow when we're in SF |
| 18:12:25 | luislavena | brixen: cool, I'm paris right now but can FTP/S3 without issues if you want |
| 18:12:32 | brixen | ok |
| 18:17:46 | luislavena | should all the patches for the changes in the external_libs sent upstream? |
| 18:24:19 | brixen | yes |
| 18:41:48 | luislavena | brixen: ok, was hard to find the contact and details of some of the libs, will try to reach them :P |
| 18:42:41 | brixen | luislavena: you mean the libs in vm/external_libs? |
| 18:42:57 | luislavena | brixen: yes, those. |
| 18:44:26 | brixen | ahh |
| 18:44:39 | brixen | der, I just realized what you meant by upstream |
| 18:44:40 | brixen | heh |
| 18:45:39 | brixen | I don't think libtommath is maintained officially anymore |
| 18:45:58 | brixen | luislavena: if it's a pain to submit upstream, no worries |
| 18:46:41 | luislavena | brixen: ok, thank you :) |
| 18:47:14 | brixen | maybe just add a doc/external_libs.txt that notes what we should be aware of if we update a modified lib in the external_libs dir |
| 18:47:35 | luislavena | brixen: one question thought, afaik minimal version requirement of GCC is 4.1, right? |
| 18:48:28 | brixen | I'm still using 4.0.1 on os x 10.5.8 |
| 18:49:15 | luislavena | brixen: i386-mingw32-gcc --version from macports tell me 3.4.5, the same I use on Windows :P |
| 18:50:43 | brixen | hmm |
| 18:50:46 | brixen | you can try it |
| 19:41:33 | dbussink | luislavena: anything you've experienced to be problematic in the past with pre 4.0? |
| 19:46:18 | luislavena | dbussink: no, getting > 4.0 on MinGW is a challenge, there is no official and stable releases |
| 19:53:29 | dbussink | luislavena: isn't something like this doable? http://sourceforge.net/projects/mingw-cross/files/ |
| 19:53:58 | dbussink | all rpm stuff though |
| 19:55:15 | dbussink | luislavena: or this? http://crossgcc.rts-software.org/doku.php |