[jruby-dev] [jira] (JRUBY-6362) Subprocess IO yields no ouput

2012-01-20 Thread Joe Kutner (JIRA)
Joe Kutner created JRUBY-6362: - Summary: Subprocess IO yields no ouput Key: JRUBY-6362 URL: https://jira.codehaus.org/browse/JRUBY-6362 Project: JRuby Issue Type: Bug Reporter: Joe

[jruby-dev] JRuby Nightly Benchmarks

2010-07-20 Thread Joe
marks. I've been only running the macro-benchmarks. I didn't set it up to for warmup yet, but it shouldn't be hard. I haven't updated with the latest benchmarks since I forked either. I did re-work the rake file to submit to code

[jruby-dev] [jira] Created: (JRUBY-4596) rake spec:ji:quiet fails in the build with current version of RSpec (1.3.0)

2010-02-24 Thread Joe Athman (JIRA)
Type: Bug Affects Versions: JRuby 1.4, JRuby 1.5 Environment: jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2010-02-24 188f3e4) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_17) [x86_64-java] Also doesn't work with trunk Reporter: Joe Athman Assignee: Thomas E Enebo

[jruby-dev] [jira] Created: (JRUBY-3703) TestCommandLineSwitches fails on Windows

2009-05-27 Thread Joe Athman (JIRA)
. Java 1.5 Reporter: Joe Athman Priority: Minor Fix For: JRuby 1.3 Couple test failures on windows for the command line switches tests. Looks like issues with control characters. run-junit-compiled-short: [echo] compile=JIT, jit.threshold=0, jit.max=-1

Re: [jruby-dev] Jline fork

2009-02-18 Thread Joe
ble. http://search.postgresql.org/search?q=readline&a=1&submit=Search Joe On Wed, Feb 18, 2009 at 3:59 AM, Ola Bini wrote: > Charles Oliver Nutter wrote: >> >> Wayne Meissner wrote: >>> >>> That correct, with a small wrinkle. Where there is an ABI compatible >>&g

Re: [jruby-dev] Jline fork

2009-02-17 Thread Joe
One more thing... I remember talk about a readline-ffi library. I think development is still waiting on a windows-only ffi bug. Are there plans to switch to that in the future? Would this fork mean that JRuby is sticking with JLine? Just curious Joe On Tue, Feb 17, 2009 at 2:45 AM, Charles

Re: [jruby-dev] Jline fork

2009-02-17 Thread Joe
remain in control of JLine. Sorry about the extra email. Joe On Tue, Feb 17, 2009 at 8:36 AM, Joe wrote: > When forking a project, shouldn't you change the name of it? Linux > distributions seem likely to be annoyed if you fork and keep the same > name. > > Joe > > On Tue

Re: [jruby-dev] Jline fork

2009-02-17 Thread Joe
When forking a project, shouldn't you change the name of it? Linux distributions seem likely to be annoyed if you fork and keep the same name. Joe On Tue, Feb 17, 2009 at 2:45 AM, Charles Oliver Nutter wrote: > I've forked Jline: > > http://github.com/headius/jline/tree/ma

[jruby-dev] [jira] Created: (JRUBY-3111) JRuby does not handle '@' sign in YAML file correctly.

2008-11-04 Thread Joe Athman (JIRA)
c OS X and Ubuntu 8.10 Reporter: Joe Athman Assignee: Thomas E Enebo JRuby doesn't seem to be able to handle an '@' sign as the first character of a value in a yaml key/value pair. Here's a simple example. This came up from my use of the sms-f

[jruby-dev] [jira] Created: (JRUBY-2438) Support SQLite3 using JRuby

2008-04-23 Thread Joe Athman (JIRA)
Reporter: Joe Athman Attachments: sqlite3_adapter.patch I think there should be support for the SQLite3 database using JRuby and ActiveRecord-JDBC since SQLite is now the default DB of Rails. I'm attaching a patch which is at least a good starting point for the driver.

[jruby-dev] [jira] Created: (JRUBY-2426) JRuby trunk does not build with IBM JVM 1.5

2008-04-21 Thread Joe Athman (JIRA)
Reporter: Joe Athman Assignee: Thomas E Enebo JRuby trunk does not compile using the IBM JVM 1.5 C:\svn\jruby>java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20071025 (SR6b)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 W

[jruby-dev] [jira] Created: (JRUBY-2116) import org.eclipse.jface.dialogs.MessageDialog -- causes java.lang.NullPointerException

2008-02-13 Thread Joe Mooney (JIRA)
: JRuby Issue Type: Bug Environment: ruby 1.8.5 (2007-08-23 rev 4201) [x86-jruby1.0.1] Reporter: Joe Mooney Assignee: Thomas E Enebo Fix For: JRuby 1.0.1 require 'java' import org.eclipse.jface.dialogs.MessageDialog; puts "hi&q

[jruby-dev] [jira] Created: (JRUBY-1865) java.lang.LinkageError: attempted duplicate class definition for name: "append_features28277251_29404618Invokerjava_class__8Fixed0"

2008-01-02 Thread Joe Mooney (JIRA)
Key: JRUBY-1865 URL: http://jira.codehaus.org/browse/JRUBY-1865 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1b1 Environment: WinXP/Eclipse 3.2.2/SWT Reporter: Joe Mooney Assignee: Thomas E Enebo A

[jruby-dev] [jira] Created: (JRUBY-1464) java.lang.ArrayIndexOutOfBoundsException - Exception in thread "Ruby Thread24338914"

2007-10-22 Thread Joe Mooney (JIRA)
ect: JRuby Issue Type: Bug Components: Core Classes/Modules Environment: WinXP - trunk rev 4630 - Executing same program throws this exception about 5-10% of time. Multiple threads involved some stdout from other threaded interspersed with error below. Rep