[jruby-dev] [jira] Created: (JRUBY-980) Object#private_methods(true/false) and Object#protected_methods(true/false) not implemented

2007-05-23 Thread Bill Dortch (JIRA)
Object#private_methods(true/false) and Object#protected_methods(true/false) not implemented --- Key: JRUBY-980 URL: http://jira.codehaus.org/browse/JRUBY-980 Proj

[jruby-dev] [jira] Created: (JRUBY-981) Upgrade to ASM 3 please.

2007-05-23 Thread Paul Hammant (JIRA)
Upgrade to ASM 3 please. Key: JRUBY-981 URL: http://jira.codehaus.org/browse/JRUBY-981 Project: JRuby Issue Type: Wish Components: Miscellaneous Affects Versions: JRuby 1.0.0RC2 Reporter: Pa

[jruby-dev] [jira] Created: (JRUBY-982) Begin end block with post-predicate with until does not execute the block at least once

2007-05-23 Thread David Koontz (JIRA)
Begin end block with post-predicate with until does not execute the block at least once --- Key: JRUBY-982 URL: http://jira.codehaus.org/browse/JRUBY-982 Project: JRu

[jruby-dev] Re: [jira] Commented: (JRUBY-944) JIT mode execution does not call trace functions

2007-05-23 Thread Martin Krauskopf
Charles Oliver Nutter (JIRA) wrote: [ http://jira.codehaus.org/browse/JRUBY-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_96868 ] Charles Oliver Nutter commented on JRUBY-944: - I think this is a problem with th

[jruby-dev] [jira] Created: (JRUBY-983) jrubysrv does not run from CHDIR of jrubycli

2007-05-23 Thread Thomas E Enebo (JIRA)
jrubysrv does not run from CHDIR of jrubycli Key: JRUBY-983 URL: http://jira.codehaus.org/browse/JRUBY-983 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects Versions:

[jruby-dev] [jira] Created: (JRUBY-984) jrubysrv does not pipe standard output (and I suspect in or error) back to client

2007-05-23 Thread Thomas E Enebo (JIRA)
jrubysrv does not pipe standard output (and I suspect in or error) back to client - Key: JRUBY-984 URL: http://jira.codehaus.org/browse/JRUBY-984 Project: JRuby

Re: [jruby-dev] Re: [jira] Commented: (JRUBY-944) JIT mode execution does not call trace functions

2007-05-23 Thread Charles Oliver Nutter
Martin Krauskopf wrote: jruby.jit.enabled=false: thanks for the tip Charles, this might be used by the GUI frontends utilizing stf (CCing possibly interested folks) But still the problem for JRuby itself and people trying to use the debugger in a classic way, requiring debug.rb. Might be you s

[jruby-dev] building and running jruby source

2007-05-23 Thread Clay McCoy
Basically I want to test out the changes I made, but can't run JRuby from source. I get excited about jruby, download the newest thing I can find (rc1), compile it in eclipse, jar it up, drop it in the ruby version of netbeans, and it partially works. But it does this when you require java: Reso

RE: [jruby-dev] building and running jruby source

2007-05-23 Thread Peter K Can
Clay, Have you tried running ant and using out the resulting jruby.jar under /lib? That worked for me. Peter From: Clay McCoy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 4:29 PM To: dev@jruby.codehaus.org Subject: [jruby-dev] building

[jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread Charles Oliver Nutter
We have two sorta logos right now, the "JRuby + Ruby" sign on the current site, and the "Duke holding Ruby" we used for the JavaOne/RailsConf t-shirts. I'm thinking maybe we need something small, tight, and iconic that could be an official logo. Neither of these two seem to fit that bill. JRu

Re: [jruby-dev] building and running jruby source

2007-05-23 Thread Charles Oliver Nutter
Clay McCoy wrote: Basically I want to test out the changes I made, but can't run JRuby from source. I get excited about jruby, download the newest thing I can find (rc1), compile it in eclipse, jar it up, drop it in the ruby version of netbeans, and it partially works. But it does this when

Re: [jruby-dev] building and running jruby source

2007-05-23 Thread Thomas E Enebo
A good question is anyone still using this in any way outside our core? I know someone complained about this in some way when we were working on load/require and accidentally disabled it. One other positive benefit is this will reduce how many files we search for during require/load if we remove

Re: [jruby-dev] building and running jruby source

2007-05-23 Thread Nick Sieger
On 5/23/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: A good question is anyone still using this in any way outside our core? I know someone complained about this in some way when we were working on load/require and accidentally disabled it. One other positive benefit is this will reduce how ma

Re: [jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread MenTaLguY
On Wed, 23 May 2007 16:58:03 -0500, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > So what would you all think of a logo contest? It's your project, after > all, so you all could decide what the logo ought to be. The winning logo > could bring fame and fortune to the creator, and I'll drop a "

[jruby-dev] [jira] Created: (JRUBY-985) Install latest Rubygems for 1.0

2007-05-23 Thread Nick Sieger (JIRA)
Install latest Rubygems for 1.0 --- Key: JRUBY-985 URL: http://jira.codehaus.org/browse/JRUBY-985 Project: JRuby Issue Type: Improvement Reporter: Nick Sieger Assignee: Thomas E Enebo

Re: [jruby-dev] building and running jruby source

2007-05-23 Thread Alexey Verkhovsky
On 5/23/07, Nick Sieger <[EMAIL PROTECTED]> wrote: I vote for removing it. Or make it lazy. If there is no resource, just parse the script (instead of failing). Anyone should be able to run JRuby in an IDE, and those resources are what makes it somewhat hard right now. Alex -

Re: [jruby-dev] building and running jruby source

2007-05-23 Thread Clay McCoy
I tried the ant build and it worked fine. My confusion was just that I didn't expect to have to do anything special, and I wasn't looking for the ant script. I like the comment Alexey made about parsing the script if that is what was found. As a newbie this did sidetrack me a little. On a posit

[jruby-dev] [jira] Created: (JRUBY-986) The setup with OpenSSL as a gem causes trouble

2007-05-23 Thread Ola Bini (JIRA)
The setup with OpenSSL as a gem causes trouble -- Key: JRUBY-986 URL: http://jira.codehaus.org/browse/JRUBY-986 Project: JRuby Issue Type: Bug Components: Extensions Reporter:

Re: [jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread Tim Bray
On May 23, 2007, at 2:58 PM, Charles Oliver Nutter wrote: We have two sorta logos right now, the "JRuby + Ruby" sign on the current site, and the "Duke holding Ruby" we used for the JavaOne/ RailsConf t-shirts. I'm thinking maybe we need something small, tight, and iconic that could be an o

Re: [jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread Charles Oliver Nutter
Tim Bray wrote: On May 23, 2007, at 2:58 PM, Charles Oliver Nutter wrote: We have two sorta logos right now, the "JRuby + Ruby" sign on the current site, and the "Duke holding Ruby" we used for the JavaOne/RailsConf t-shirts. I'm thinking maybe we need something small, tight, and iconic that

Re: [jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread Alexey Verkhovsky
On 5/23/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > There's the obvious approach, as in http://www.tbray.org/tmp/jr.png -Tim Steaming gem? :) Seriously guys, you are Sun Microsystems. Don't you have a decent visual designer at hand when you need one? Alex

Re: [jruby-dev] building and running jruby source

2007-05-23 Thread Charles Oliver Nutter
Clay McCoy wrote: I tried the ant build and it worked fine. My confusion was just that I didn't expect to have to do anything special, and I wasn't looking for the ant script. I like the comment Alexey made about parsing the script if that is what was found. As a newbie this did sidetrack me

Re: [jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread Charles Oliver Nutter
Alexey Verkhovsky wrote: On 5/23/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > There's the obvious approach, as in http://www.tbray.org/tmp/jr.png -Tim Steaming gem? :) Seriously guys, you are Sun Microsystems. Don't you have a decent visual designer at hand when you need one? I d

Re: [jruby-dev] Time to adopt an official logo for 1.0?

2007-05-23 Thread Alexey Verkhovsky
On 5/23/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: I don't know about the steaming gem It was a joke! :) - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email