Re: [jruby-dev] cext branch with rvm?

2010-08-16 Thread Tim Felgentreff
I'm using it with rvm, personally just installed jruby-head, cancelled it after the git clone, switched to the cext branch in ~/.rvm/repos/jruby-head and re-ran 'rvm install jruby-head'. This has been working fine for me. I guess you could add a separate jruby target to rvm as well. I just aske

AW: [jruby-dev] cext branch with rvm?

2010-08-16 Thread Michael Johann
Hi Tim, thats what I tried an hour ago, but with some compile problems. Thanks for the hint. I needed this hint because I will give the next part of a JRuby on Rails training with mongodb and wanted to try out bson_ext. Good job by the way :) Thanks Michael -Ursprüngliche Nachricht- Von

Re: [jruby-dev] Buildr build

2010-08-16 Thread Antoine Toulme
So I pick up 3 concerns: 1. It has to do at least a better job than the previous build, and be easy to adopt. 2. It has to build from source. 3. It depends on jruby. 1. in my opinion is a no-brainer. If there is no advantage and it's hard to play with, why bother. 2. is tricky, because it sounds

[jruby-dev] [jira] Created: (JRUBY-5015) Too many open files when using imap over ssl

2010-08-16 Thread Karl Baum (JIRA)
Too many open files when using imap over ssl Key: JRUBY-5015 URL: http://jira.codehaus.org/browse/JRUBY-5015 Project: JRuby Issue Type: Bug Components: Ruby 1.8.7 Affects Versions: J

[jruby-dev] [jira] Created: (JRUBY-5016) [1.9] SyntaxError when a block var shadows local var

2010-08-16 Thread Hiroshi Nakamura (JIRA)
[1.9] SyntaxError when a block var shadows local var Key: JRUBY-5016 URL: http://jira.codehaus.org/browse/JRUBY-5016 Project: JRuby Issue Type: Bug Components: Parser Affects

Re: [jruby-dev] Buildr build

2010-08-16 Thread kristian
hello, I have a few thoughts about jruby and why is there no jruby in fedora or outdated version in ubuntu/debian - gentoo is quite impressive (and better then it was when I used gentoo myself). all these linux distributions are about dependency management. and when building a package there needs

Re: [jruby-dev] Buildr build

2010-08-16 Thread Antoine Toulme
Hi Kristian, actually some Fedora folks contacted me and I think there is a bundle for Buildr now since they use it for Candlespin. I don't know if there is a bundle for Debian but I'd be glad to make it happen. Our installation instructions are probably outdated - we can work on that, and having

[jruby-dev] [jira] Created: (JRUBY-5017) Trailing underscores handling in String's to_i different from MRI

2010-08-16 Thread Robin Salkeld (JIRA)
Trailing underscores handling in String's to_i different from MRI - Key: JRUBY-5017 URL: http://jira.codehaus.org/browse/JRUBY-5017 Project: JRuby Issue Type: Bug Comp