[jruby-dev] [jira] Created: (JRUBY-4460) ScriptingContainer#getInstace method doesn't return a correct interface type in some cases

2010-01-12 Thread Yoko Harada (JIRA)
ScriptingContainer#getInstace method doesn't return a correct interface type in some cases -- Key: JRUBY-4460 URL: http://jira.codehaus.org/browse/JRUBY-4460 Proj

[jruby-dev] [jira] Created: (JRUBY-4515) RubyArray doesn't have toJava method which makes JavaEmbedUtils.rubyToJava fail

2010-01-22 Thread Yoko Harada (JIRA)
RubyArray doesn't have toJava method which makes JavaEmbedUtils.rubyToJava fail --- Key: JRUBY-4515 URL: http://jira.codehaus.org/browse/JRUBY-4515 Project: JRuby Is

[jruby-dev] [jira] Created: (JRUBY-4528) Add all Ruby Hash methods to a Java Map by "add_ruby_methods"

2010-01-31 Thread Yoko Harada (JIRA)
Add all Ruby Hash methods to a Java Map by "add_ruby_methods" - Key: JRUBY-4528 URL: http://jira.codehaus.org/browse/JRUBY-4528 Project: JRuby Issue Type: Wish Components:

[jruby-dev] [jira] Created: (JRUBY-4575) ant clean-all fails

2010-02-19 Thread Yoko Harada (JIRA)
ant clean-all fails --- Key: JRUBY-4575 URL: http://jira.codehaus.org/browse/JRUBY-4575 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects Versions: JRuby 1.5 Reporter: Yoko Harada an

[jruby-dev] [jira] Created: (JRUBY-4589) Ruby.tearDown is slow and causes bad performace of embedding API

2010-02-23 Thread Yoko Harada (JIRA)
Ruby.tearDown is slow and causes bad performace of embedding API - Key: JRUBY-4589 URL: http://jira.codehaus.org/browse/JRUBY-4589 Project: JRuby Issue Type: Bug Comp

[jruby-dev] [jira] Created: (JRUBY-4614) test_socket.rb freezes on JDK6 since commit 0d5302c

2010-03-02 Thread Yoko Harada (JIRA)
test_socket.rb freezes on JDK6 since commit 0d5302c --- Key: JRUBY-4614 URL: http://jira.codehaus.org/browse/JRUBY-4614 Project: JRuby Issue Type: Bug Components: Core Classes/Modules

[jruby-dev] [jira] Created: (JRUBY-4640) Ruby#tearDown method causes system exit, but should just raise exception for embedding API

2010-03-10 Thread Yoko Harada (JIRA)
Ruby#tearDown method causes system exit, but should just raise exception for embedding API -- Key: JRUBY-4640 URL: http://jira.codehaus.org/browse/JRUBY-4640 Proj

[jruby-dev] [jira] Created: (JRUBY-4641) Regression: JRuby can't handle non-ascii characters correctly

2010-03-10 Thread Yoko Harada (JIRA)
Regression: JRuby can't handle non-ascii characters correctly - Key: JRUBY-4641 URL: http://jira.codehaus.org/browse/JRUBY-4641 Project: JRuby Issue Type: Bug Components:

[jruby-dev] [jira] Created: (JRUBY-4749) require 'rbconfig' fails on GAE because of NullPointerException

2010-04-23 Thread Yoko Harada (JIRA)
require 'rbconfig' fails on GAE because of NullPointerException --- Key: JRUBY-4749 URL: http://jira.codehaus.org/browse/JRUBY-4749 Project: JRuby Issue Type: Bug Componen

[jruby-dev] [jira] Created: (JRUBY-4940) Cucumber Japanese example raises exception on JRuby

2010-07-15 Thread Yoko Harada (JIRA)
Cucumber Japanese example raises exception on JRuby --- Key: JRUBY-4940 URL: http://jira.codehaus.org/browse/JRUBY-4940 Project: JRuby Issue Type: Bug Components: Parser Affects V

[jruby-dev] [jira] Created: (JRUBY-5262) Embedding API needs another LocalContext model, global runtime and threadlocal variables

2010-12-18 Thread Yoko Harada (JIRA)
Embedding API needs another LocalContext model, global runtime and threadlocal variables Key: JRUBY-5262 URL: http://jira.codehaus.org/browse/JRUBY-5262 Project:

[jruby-dev] [jira] Created: (JRUBY-5321) RubyHash generification - refactoring of internal implementation to make it backed by Java's Map

2011-01-10 Thread Yoko Harada (JIRA)
RubyHash generification - refactoring of internal implementation to make it backed by Java's Map Key: JRUBY-5321 URL: http://jira.codehaus.org/browse/JRUBY-5321

[jruby-dev] [jira] Created: (JRUBY-5353) new map proxy's inspect method doesn't work when Map object is created in Ruby

2011-01-13 Thread Yoko Harada (JIRA)
new map proxy's inspect method doesn't work when Map object is created in Ruby -- Key: JRUBY-5353 URL: http://jira.codehaus.org/browse/JRUBY-5353 Project: JRuby Issu

[jruby-dev] [jira] Created: (JRUBY-5438) Regression. 1.6.0RC1 breaks Nokogiri's "rake package"

2011-01-28 Thread Yoko Harada (JIRA)
Regression. 1.6.0RC1 breaks Nokogiri's "rake package" - Key: JRUBY-5438 URL: http://jira.codehaus.org/browse/JRUBY-5438 Project: JRuby Issue Type: Bug Components: Core Classes/Mod

[jruby-dev] [jira] Created: (JRUBY-5657) array on 1.9 mode breaks Nokogiri test.

2011-03-28 Thread Yoko Harada (JIRA)
array on 1.9 mode breaks Nokogiri test. --- Key: JRUBY-5657 URL: http://jira.codehaus.org/browse/JRUBY-5657 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: J

[jruby-dev] [jira] (JRUBY-6601) UNIX socket tests in test/test_socket.rb cause deadlock

2012-04-13 Thread Yoko Harada (JIRA)
Yoko Harada created JRUBY-6601: -- Summary: UNIX socket tests in test/test_socket.rb cause deadlock Key: JRUBY-6601 URL: https://jira.codehaus.org/browse/JRUBY-6601 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] (JRUBY-6729) [1.9] block argument to yield method is not correctly pass to a block. -- pp's seplist method

2012-06-15 Thread Yoko Harada (JIRA)
Yoko Hara

[jruby-dev] [jira] Created: (JRUBY-1489) Adding encapulated parse methods for external uses, such as JSR223 API implementation

2007-10-30 Thread Yoko Harada (JIRA)
Adding encapulated parse methods for external uses, such as JSR223 API implementation -- Key: JRUBY-1489 URL: http://jira.codehaus.org/browse/JRUBY-1489 Project: JRu

[jruby-dev] [jira] Created: (JRUBY-2126) jirb outputs ???? instead of Japanese characters

2008-02-16 Thread Yoko Harada (JIRA)
jirb outputs instead of Japanese characters Key: JRUBY-2126 URL: http://jira.codehaus.org/browse/JRUBY-2126 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects

[jruby-dev] [jira] Created: (JRUBY-2982) Unicode regular expressions by UTF-8 don't work

2008-09-09 Thread Yoko Harada (JIRA)
Unicode regular expressions by UTF-8 don't work --- Key: JRUBY-2982 URL: http://jira.codehaus.org/browse/JRUBY-2982 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Aff

[jruby-dev] [jira] Created: (JRUBY-3127) Inconsistent DynamicScope instances in evalScriptlet

2008-11-08 Thread Yoko Harada (JIRA)
Inconsistent DynamicScope instances in evalScriptlet Key: JRUBY-3127 URL: http://jira.codehaus.org/browse/JRUBY-3127 Project: JRuby Issue Type: Bug Components: Core Classes/Modul

[jruby-dev] [jira] Created: (JRUBY-3627) Parsing related methods and class/interdace should have ManyVarsDynamicScope to share local variables

2009-05-06 Thread Yoko Harada (JIRA)
Parsing related methods and class/interdace should have ManyVarsDynamicScope to share local variables - Key: JRUBY-3627 URL: http://jira.codehaus.org/browse/JRUBY-

[jruby-dev] [jira] Created: (JRUBY-3645) Wrong String comparison in StaticScope

2009-05-13 Thread Yoko Harada (JIRA)
Wrong String comparison in StaticScope -- Key: JRUBY-3645 URL: http://jira.codehaus.org/browse/JRUBY-3645 Project: JRuby Issue Type: Bug Components: Embedding Affects Versions: JRuby 1.3RC1

[jruby-dev] [jira] Created: (JRUBY-3662) JavaEmbedUtils should have methods to set/reset Standard I/O

2009-05-15 Thread Yoko Harada (JIRA)
JavaEmbedUtils should have methods to set/reset Standard I/O Key: JRUBY-3662 URL: http://jira.codehaus.org/browse/JRUBY-3662 Project: JRuby Issue Type: New Feature Compon

[jruby-dev] [jira] Created: (JRUBY-3729) JRuby's internal change killed JSR 223 JRuby engine's global variable sharing

2009-06-02 Thread Yoko Harada (JIRA)
JRuby's internal change killed JSR 223 JRuby engine's global variable sharing - Key: JRUBY-3729 URL: http://jira.codehaus.org/browse/JRUBY-3729 Project: JRuby Issue

[jruby-dev] [jira] Created: (JRUBY-3883) JRuby 1.4.0dev OSGi bundle is not correctly built

2009-08-17 Thread Yoko Harada (JIRA)
JRuby 1.4.0dev OSGi bundle is not correctly built - Key: JRUBY-3883 URL: http://jira.codehaus.org/browse/JRUBY-3883 Project: JRuby Issue Type: Bug Components: Embedding Affects Ve

[jruby-dev] [jira] Created: (JRUBY-3898) Two methods, tryCompile and runScript, in org.jruby.Ruby should be public to enable compileable option for embedding

2009-08-20 Thread Yoko Harada (JIRA)
Two methods, tryCompile and runScript, in org.jruby.Ruby should be public to enable compileable option for embedding Key: JRUBY-3898 URL: http://j

[jruby-dev] [jira] Created: (JRUBY-3949) Please add ant build file for Google App Engine users to create jruby-core/jruby-stdlib jars

2009-09-04 Thread Yoko Harada (JIRA)
Please add ant build file for Google App Engine users to create jruby-core/jruby-stdlib jars - Key: JRUBY-3949 URL: http://jira.codehaus.org/browse/JRUBY-3949

[jruby-dev] [jira] Created: (JRUBY-4168) Ruby 1.9 compat mode needs to be set jruby.home when jruby.jar is used.

2009-10-27 Thread Yoko Harada (JIRA)
Ruby 1.9 compat mode needs to be set jruby.home when jruby.jar is used. --- Key: JRUBY-4168 URL: http://jira.codehaus.org/browse/JRUBY-4168 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] Created: (JRUBY-4192) JRuby Embed should hide the warning, "already initialized constant STDERR"

2009-10-30 Thread Yoko Harada (JIRA)
JRuby Embed should hide the warning, "already initialized constant STDERR" -- Key: JRUBY-4192 URL: http://jira.codehaus.org/browse/JRUBY-4192 Project: JRuby Issue Type:

[jruby-dev] [jira] Created: (JRUBY-4295) missing methods of Java integeration: method.static? and primitive_to_java

2009-12-02 Thread Yoko Harada (JIRA)
missing methods of Java integeration: method.static? and primitive_to_java -- Key: JRUBY-4295 URL: http://jira.codehaus.org/browse/JRUBY-4295 Project: JRuby Issue Type:

[jruby-dev] [jira] Created: (JRUBY-4314) JavaProxy should be an interface to make Java integration easier

2009-12-05 Thread Yoko Harada (JIRA)
JavaProxy should be an interface to make Java integration easier Key: JRUBY-4314 URL: http://jira.codehaus.org/browse/JRUBY-4314 Project: JRuby Issue Type: Improvement

[jruby-dev] [jira] Created: (JRUBY-4338) OutOfMemoryError is raised when runtime.getCurrentContext() and runtime.tearDown() are invoked many times

2009-12-09 Thread Yoko Harada (JIRA)
OutOfMemoryError is raised when runtime.getCurrentContext() and runtime.tearDown() are invoked many times - Key: JRUBY-4338 URL: http://jira.codehaus.org/brows

[jruby-dev] [jira] Created: (JRUBY-4419) Netbeans uses jruby.properties in the source tree instead of the one in the jar archive

2010-01-05 Thread Yoko Harada (JIRA)
Netbeans uses jruby.properties in the source tree instead of the one in the jar archive --- Key: JRUBY-4419 URL: http://jira.codehaus.org/browse/JRUBY-4419 Project: J