[jruby-dev] [jira] Created: (JRUBY-4477) RedCloth failure with UTF-8

2010-01-14 Thread JIRA
rake compile % jruby -I lib -rredcloth -e 'puts RedCloth.new("Français").to_html' Fran I guess the bug *might* very well be on the Ragel parser to be honest, but I'm afraid I'm no good at finding that out. -- This message is automatically generated by JIRA. - If you

[jruby-dev] [jira] Created: (JRUBY-4489) JFFI_BOOT variable might get a "strange" value

2010-01-16 Thread JIRA
t). You should probably fiddle with the sh glob expansion options to avoid that, or at least [ -d ] it to make sure it's a directory. (For Gentoo I'm solving it in a different way by re-writing the JFFI load path as we unbundle it). -- This message is automatically generate

[jruby-dev] [jira] Created: (JRUBY-4493) ruby-progressbar could use ioctl support on output devices

2010-01-17 Thread JIRA
dth end end This code is part of ruby-postgres (http://github.com/nex3/ruby-progressbar)... while not strictly needed, I guess it's good to know that it would be used if present ;) HTH! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly cont

[jruby-dev] [jira] Created: (JRUBY-4510) JRuby-OpenSSL crashes when JCE fails a initialise bcprov

2010-01-21 Thread JIRA
Ruby at this point. HTH! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: htt

[jruby-dev] [jira] Created: (JRUBY-4514) Test failure with 1.4.0 Gentoo package

2010-01-22 Thread JIRA
Test failure with 1.4.0 Gentoo package -- Key: JRUBY-4514 URL: http://jira.codehaus.org/browse/JRUBY-4514 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.4 Environment: Gentoo Linux

[jruby-dev] [jira] Created: (JRUBY-4516) Load a properties file for distribution-presets

2010-01-23 Thread JIRA
by the launcher script at runtime each time. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software

[jruby-dev] [jira] Created: (JRUBY-4517) Allow property to override the binary directory

2010-01-23 Thread JIRA
t install jruby directly into /usr/bin, there should be an override for this (currently fixed with a nasty hardcoding in Gentoo); it would also be nice to have the properties file to override that once and for all at build time ;) -- This message is automatically generated by JIRA. - If you th

[jruby-dev] [jira] Created: (JRUBY-4544) JRuby + Java Web Start gems can't be loaded

2010-02-06 Thread JIRA
alo/Library/Caches/Java/cache/6.0/26/2f69169a-78866e0d.idx Java Web Start Error: no such file to load -- active_support --8-- It seems that gems can't be located when the code is fetched from HTTP. Any ideas of what may be going on? Thanks for your help. -- This message is auto

[jruby-dev] [jira] Created: (JRUBY-4553) Scalability: JRuby suffers from Java Charset lock contention

2010-02-10 Thread JIRA
message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/sof

[jruby-dev] [jira] Created: (JRUBY-4556) Differences in class_eval cause failure in matchy-0.4.3+

2010-02-13 Thread JIRA
utomatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[jruby-dev] [jira] Created: (JRUBY-4617) jgem.bat is missing

2010-03-02 Thread JIRA
when you do the same on Linux/MacOS, and since our official binaries are built there, they miss the BAT files. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more

[jruby-dev] [jira] Created: (JRUBY-4618) Backtick execution pauses the process

2010-03-02 Thread JIRA
that there is some temporary batch file created by wmic - this may fail because of that. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA

[jruby-dev] [jira] Created: (JRUBY-4639) Weird replacement of STDOUT by /dev/null

2010-03-10 Thread JIRA
on different machines. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: htt

[jruby-dev] [jira] Created: (JRUBY-4737) Compatibility issue with Spring property from 1.4.0 to 1.5.0.RC1

2010-04-20 Thread JIRA
5.0.RC1 is missing in the jira versions... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/sof

[jruby-dev] [jira] Created: (JRUBY-4772) BigDecimal.sqrt is broken

2010-05-04 Thread JIRA
wopoint, 30).to_s => "0.4551558846033635285558452470029167E1" jruby-1.5.0.rc2 > sqrt(twopoint, 60).to_s => "0.3048976695642557844097648087475601554101012066739306965391668523E1" -- This message is automatically generated by JIRA. - If you think it was sent incorre

[jruby-dev] [jira] Created: (JRUBY-4780) inject doesn't work with procs in latest 1.6.0.dev

2010-05-06 Thread JIRA
.0_17) [x86_64-java] 15 jruby -ve "p [1,2,3,4,5].inject(&:+)" jruby 1.5.0.RC3 (ruby 1.8.7 patchlevel 249) (2010-05-04 603f15a) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_17) [x86_64-java] 15 ruby -ve "p [1,2,3,4,5].inject(&:+)" ruby 1.8.7 (2009-06-08 patchlevel 173) [un

[jruby-dev] [jira] Created: (JRUBY-4787) BigDecimal#log is performance-broken

2010-05-11 Thread JIRA
0.018000 0.00 0.018000 ( 0.019000) log 0.0001:7.05 0.00 7.05 ( 7.05) log 0.001: 0.687000 0.00 0.687000 ( 0.687000) log 1000: 0.673000 0.00 0.673000 ( 0.673000) log 1: 6.658000 0.00 6.658000 ( 6.658000)

[jruby-dev] [jira] Created: (JRUBY-4788) Stackoverflow when calling code from java with wrong parameters

2010-05-12 Thread JIRA
I'm sure the example could be further simplified, but I don't have much more time for that right now. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrator

[jruby-dev] [jira] Created: (JRUBY-4797) $CLASSPATH is nil - setting it has no effect

2010-05-17 Thread JIRA
This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---

[jruby-dev] [jira] Created: (JRUBY-4826) rbuf_fill': End of file reached (EOFError)

2010-05-26 Thread JIRA
e able to keep it running for a while. This problem has been reported before in other tickets, some of them got closed due to incompletness: * http://jira.codehaus.org/browse/JRUBY-4822 * http://jira.codehaus.org/browse/JRUBY-4391 * http://jira.codehaus.org/browse/JRUBY-2860 Thanks for your hel

[jruby-dev] [jira] Created: (JRUBY-4878) Can't run ruby file with utf-8 characters

2010-06-14 Thread JIRA
: uninitialized constant æøå (NameError) I've tried various things, but can't run it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more infor

[jruby-dev] [jira] Created: (JRUBY-4923) Bad stacktraces when a ExceptionInInitializerError occurs in a java class

2010-07-07 Thread JIRA
more {code} As you can see the root cause is also printed with Java. Cheers, Reto Schüttel -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on

[jruby-dev] [jira] Created: (JRUBY-4966) TCPSocket raises Errno::ECONNREFUSED instead of Errno::EHOSTUNREACH

2010-07-23 Thread JIRA
Socket.new "192.168.45.69" , 22 Errno::EHOSTUNREACH: No route to host - connect(2) from (irb):2:in `initialize' from (irb):2:in `new' from (irb):2 {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact o

[jruby-dev] [jira] Created: (JRUBY-5030) JRuby interpreter crash when running addressable-2.20 testsuite

2010-08-22 Thread JIRA
/gems/1.8/gems/rspec-1.3.0/bin/spec" "spec/addressable/template_spec.rb" "spec/addressable/uri_spec.rb" "spec/addressable/idna_spec.rb" --color --format specdoc failed -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact

[jruby-dev] [jira] Created: (JRUBY-5190) BigDecimal#to_f always returns 0.0 for large precisions

2010-11-17 Thread JIRA
6.0_22) [x86_64-java] # 0.333 # 0.0 }} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more info

[jruby-dev] [jira] Created: (JRUBY-5191) BigDecimal#to_f always returns 0.0 for large precisions

2010-11-17 Thread JIRA
2) [x86_64-java] # 0.333 # 0.0 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more info

[jruby-dev] [jira] Created: (JRUBY-5346) jruby 1.6.0.RC1 doesn't recognize multibyte strings in 1.9 branch

2011-01-13 Thread JIRA
öü ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.3.0] äöü -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://w

[jruby-dev] [jira] Created: (JRUBY-5347) Float#round(int) isn't implemented in 1.9 mode

2011-01-13 Thread JIRA
27;: wrong number of arguments (1 for 0) (ArgumentError) ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.3.0] 1.23 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administra

[jruby-dev] [jira] Created: (JRUBY-5515) Digest::SHA2 NameError in (1.6.RC2 -- 1.9 mode)

2011-02-16 Thread ~ (JIRA)
igest/sha2'); p Digest::SHA2" #=> Digest::SHA2 jruby --1.9 -e "require('digest/sha2'); p Digest::SHA2" #=> org/jruby/RubyDigest.java:140:in `const_missing': unitialized constant Digest::SHA2 (NameError) from -e:1:in `(root)' -- This messa

[jruby-dev] [jira] Created: (JRUBY-5538) undefined method `application_backtrace' for java.lang.ArrayIndexOutOfBoundsException: 1024:Java::JavaLang::ArrayIndexOutOfBoundsException) in vendor/rails/act

2011-02-25 Thread JIRA
: Bug Affects Versions: JRuby 1.6RC2 Environment: JRuby 1.6.0 RC, Ruby 1.8.7, Rails 2.3.5 Reporter: Sören Mothes Assignee: Thomas E Enebo Attachments: stack.txt -- This message is automatically generated by JIRA. - If you think it was sent incorrectly co

[jruby-dev] [jira] Created: (JRUBY-5581) gem install throws java.lang.ArrayIndexOutOfBoundsException

2011-03-12 Thread JIRA
avaExceptions' from RescueNode.java:110:in `interpret' from ASTInterpreter.java:74:in `INTERPRET_METHOD' from InterpretedMethod.java:190:in `call' from DefaultMethod.java:179:in `call' from Cachi

[jruby-dev] [jira] Created: (JRUBY-5649) requiring 'jruby/profiler' on a Rakefile causes exception

2011-03-27 Thread JIRA
rnel.java:1062:in `load' /home/goncalossilva/.rvm/gems/jruby-1.6.0/bin/rake:19:in `(root)' -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/se

[jruby-dev] [jira] Created: (JRUBY-5650) running "ruby" inside a rake task ignores JRUBY_OPTS

2011-03-27 Thread JIRA
100%100%0.000.00 0.00 0 (top) {quote} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/s

[jruby-dev] [jira] Created: (JRUBY-5785) BUG: invoking UndefinedMethod.call

2011-05-09 Thread JIRA
t' from /Users/lribeiro/.rvm/gems/jruby-head/gems/railties-3.0.7/lib/rails/commands.rb:23:in `(root)' from org/jruby/RubyKernel.java:1047:in `require' from script/rails:6:in `(root)' jruby-head :003 > exit I'm sorry but I'm

[jruby-dev] [jira] Created: (JRUBY-5802) Problem loading yaml string in 1.9 mode with JRuby 1.6 and newer

2011-05-18 Thread JIRA
{/code} It works with 1.5.6, the snippet causes a different error with 1.6.0 "RuntimeError: while parsing a flow node; expected the node content, but found Value". This bug renders most common localized (using i18n) rails unusable with 1.9 mode, and the error is very difficult to track

[jruby-dev] [jira] Created: (JRUBY-5803) File#open ignores Encoding.default_external

2011-05-18 Thread JIRA
27;t really matter File.open("foobar") do |fh| content = fh.read puts content.encoding # returns ASCII-8BIT end {code} As you can see jruby returns ascii-8bit on our system. Tested with todays master, 1.6.1 and 1.5.6. Cheers Reto Schüttel -- This message is automatically generated by JIRA

[jruby-dev] [jira] Created: (JRUBY-5806) ArrayIndexOutOfBoundsException running bundle update

2011-05-19 Thread JIRA
from CallNoArgNode.java:62:in `interpret' from NewlineNode.java:103:in `interpret' from RescueNode.java:216:in `executeBody' from RescueNode.java:120:in `interpretWithJavaExceptions' from RescueNode.java:110:in `interpret' from BeginNo

[jruby-dev] [jira] Created: (JRUBY-5822) Method "class" fails on regexp converted to java in IRB

2011-05-25 Thread JIRA
7; from /opt/jruby/lib/ruby/1.8/irb.rb:71:in `start' from org/jruby/RubyKernel.java:1190:in `catch' from /opt/jruby/lib/ruby/1.8/irb.rb:70:in `start' from /usr/bin/jirb:13:in `(root)' Maybe IRB bug!! -- This message is

[jruby-dev] [jira] Created: (JRUBY-5847) MRI 1.9.2 ENV is not a Hash while JRuby's is

2011-06-04 Thread JIRA
e: it's a minor implementation detail. I hit this when I made a configuration management routine where I was sending ENV to a method that expected a Hash-like object, and called #slice on it. Under 1.9.2, my specs failed, while under JRuby they passed. -- This message is automa

[jruby-dev] [jira] Created: (JRUBY-5886) Process.waitpid garbles exitstatus

2011-06-22 Thread JIRA
lways be 0. Also, I'm seeing ECHILD errors when the subprocess finishes before waitpid is called, probably because the child is reaped too early/automatically? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.co

[jruby-dev] [jira] Created: (JRUBY-5897) ICMP access does not seem to work

2011-06-27 Thread JIRA
me.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please

[jruby-dev] [jira] Created: (JRUBY-5900) java.lang.ClassFormatError: Invalid method Code length

2011-06-28 Thread JIRA
.callBlock(CachingCallSite.java:114) at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:123) It looks like this bug did not happen in JRuby 1.5.1. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/sof

[jruby-dev] [jira] Created: (JRUBY-5961) RegexpError ((RegexpError) invalid multibyte escape in --1.9 mode

2011-08-03 Thread JIRA
rails-3.0.9/bin/rails:4 load at org/jruby/RubyKernel.java:1060 (root) at /Users/lribeiro/Work/github/jruby/bin/rails:19 {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --

[jruby-dev] [jira] Created: (JRUBY-6085) Return value of rb_define_class (et al.) can't be stored and reused

2011-09-21 Thread JIRA
rb_define_singleton_method(cFoo, is_foo, "is_foo?", 1); } In JRuby, though, the VALUE will get invalidated after sometimes (causing some error messages I don't have right now). Users of the C API have to retrieve the constant manually every time to ensure it will work. -- Th

[jruby-dev] [jira] Created: (JRUBY-6098) Setting TCPSocket timeout has no effect

2011-09-27 Thread JIRA
descriptor leaks in a networked application where remote hosts may not respond (and thus not properly close the connection) from time to time, as the app itself will read indefinitely once it attempts to read. -- This message is automatically generated by JIRA. For more information on JIRA,

[jruby-dev] [jira] Created: (JRUBY-6175) "jruby -e" looses newline characters

2011-11-03 Thread JIRA
ntax error, unexpected tIDENTIFIER puts "a" puts "b" ^ {quote} While the first one is probably correct. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira ---

[jruby-dev] [jira] Created: (JRUBY-6176) SecureRandom.uuid is not implemented

2011-11-03 Thread JIRA
upport/lib/active_support/core_ext/securerandom.rb -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit:

[jruby-dev] [jira] Created: (JRUBY-6177) Encoding "UTF16LE" is not known by JRuby, but it is known by MRI 1.9

2011-11-03 Thread JIRA
ot;,"UTF-8","foo".toutf8).unpack("H*")' Iconv::InvalidEncoding: invalid encoding initialize at org/jruby/RubyIconv.java:236 conv at org/jruby/RubyIconv.java:391 (root) at -e:1 {noformat} Using "UTF-16LE" works, though. -- This message is automatical

[jruby-dev] [jira] Created: (JRUBY-6178) Dir.mktmpdir("foo",&block) does not work

2011-11-03 Thread JIRA
find it odd, though, that fileutils opens a File on a directory. Applications which are working with temporary directories are affected apparently. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira -

[jruby-dev] [jira] Created: (JRUBY-6180) "SystemCallError: Unknown error - Connection reset by peer" should be mapped to Errno::ECONNRESET

2011-11-03 Thread JIRA
to Errno::ECONNRESET. I suspect that the same thing needs to be done that was done in JRUBY-4685. The commit is here: https://github.com/jruby/jruby/commit/6e8d0d52375859371cdbfb8c3ed99a29765dfdd7 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.at

[jruby-dev] [jira] (JRUBY-6349) Running 'ant clean-all' in git-free environments fails

2012-01-15 Thread JIRA
37 should be applied for running ant clean-all, i.e.: replace in build.xml, line 1783: {code:xml} {code} by: {code:xml} {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira

[jruby-dev] [jira] (JRUBY-6416) JRuby 1.6.6(1.9-mode) freezing in Rails application without any error, when manipulating a String with special characters

2012-02-02 Thread JIRA
on ruby 1.9.2/1.9.3 and to someone more experienced than me, helps debuging it. I made a test project to reproduce the error, and attached it on this issue. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

[jruby-dev] [jira] (JRUBY-6424) Allow java_signature to generate throws clause for methods/constructors

2012-02-05 Thread JIRA
properly, the java class generated with jrubyc doesn't contain the corresponding clause. This patch implements this feature, along with the relevant specs, and some minor cleanups in the java_integration package. -- This message is automatically generated by JIRA. If you think it was

[jruby-dev] [jira] (JRUBY-6437) IOInputStream Performance Regression

2012-02-08 Thread JIRA
ead is essentially only called twice in the while loop. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jsp

[jruby-dev] [jira] (JRUBY-6507) Test failures in sass testsuite

2012-02-28 Thread JIRA
on sass's side. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.co

[jruby-dev] [jira] (JRUBY-6508) timecop tests fail (because date library is always loaded)

2012-02-28 Thread JIRA
seems to be always loaded, so when the testsuite checks that the Date and DateTime classes do not exist.. they both exist. See attached log. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehau

[jruby-dev] [jira] (JRUBY-6521) Nailgun leads to all kind of weird behavior

2012-03-02 Thread JIRA
annot continue. Make sure that `gem install activerecord -v '3.2.2'` succeeds before bundling. {code} Sometimes a command works once but not a second time after restarting the ng server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please co

[jruby-dev] [jira] (JRUBY-6533) JavaNullPointer Exception instead method_missing

2012-03-07 Thread JIRA
JRuby 1.6.4 and there was displaying the method_missing error. The trace is attached in this Issue. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa

[jruby-dev] [jira] (JRUBY-6575) Base64.strict_decode64 is not strict

2012-04-02 Thread JIRA
ase64.strict_decode64("%") => "" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.j

[jruby-dev] [jira] (JRUBY-6604) Cannot programmatically create regular expression /[\\x80]/n

2012-04-16 Thread JIRA
\x80]' => "[\\x80]" irb(main):002:0> b = /(?:#{a})/n => /(?:[\x80])/ irb(main):003:0> c = /#{a}/n RegexpError: (RegexpError) invalid multibyte escape: /[\x80]/ {noformat} -- This message is automatically generated by JIRA. If you think it was sent incor

[jruby-dev] [jira] (JRUBY-6629) JRuby misses iconv extension

2012-04-28 Thread JIRA
) begin Iconv.iconv(to, from, value).first rescue Iconv::Failure value end end Of course it should be easier when moving to 1.7 which iirc defaults to Ruby 1.9 syntax. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please

[jruby-dev] [jira] (JRUBY-6634) String.new(string) does not seem to clone the input

2012-04-29 Thread JIRA
ts of s. That's at least what I get in CRuby(1.9.3)? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For mo

[jruby-dev] [jira] (JRUBY-6705) Error during gem loading in Rails: ActiveRecord is not missing constant Base

2012-06-05 Thread JIRA
Reporter: Reto Schüttel This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators.

[jruby-dev] [jira] (JRUBY-6708) NullPointerException instead of proper exceptions output

2012-06-06 Thread JIRA
' from Main.java:195:in `main' Environment: in --1.8 mode! rails 3.2.2 jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-06-05 09e1090f) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_04) [darwin-x86_64-java]

[jruby-dev] [jira] (JRUBY-6791) Runtimexceptions wich a Ruby Exception as cause will not print out complete stacktrace

2012-07-23 Thread JIRA
o Schüttel This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/sof

[jruby-dev] [jira] (JRUBY-6796) Please provide a list of versioned dependencies (including bundled JARs)

2012-07-26 Thread JIRA
io Pettenò This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/sof

[jruby-dev] [jira] (JRUBY-6803) Reading thousands of files significantly slower with JRuby 1.7

2012-07-31 Thread JIRA
Environment: Java 1.7.0_05-b05 Project: JRuby Priority: Major Reporter:

[jruby-dev] [jira] (JRUBY-6817) BigDecimal's sqrt is broken

2012-08-05 Thread JIRA
porter: Gonçalo Silva This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. Fo

[jruby-dev] [jira] (JRUBY-6934) Ruby 1.9: load error: active_record/associations/association_scope -- java.lang.NegativeArraySizeException: null

2012-10-11 Thread JIRA
Project: JRuby Priority: Major Reporter:

[jruby-dev] [jira] (JRUBY-6941) Imported Java class becomes NotFound midway through execution - Imported fine by jruby -X+C but not jruby -X-C

2012-10-15 Thread JIRA
Reporter: André Allavena This message is automatically generated by JIRA. If you think it was sent incorrectly, please con

[jruby-dev] [jira] (JRUBY-6977) try/rescue catchall doesn't catch Java exceptions

2012-10-31 Thread JIRA
Reporter: Reto Schüttel This message is automatically generated by JIRA.

[jruby-dev] [jira] (JRUBY-6978) try/rescue should treat native Exceptions like rubys StandardError

2012-10-31 Thread JIRA
Reto Schüttel This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www

[jruby-dev] [jira] (JRUBY-6979) org.jruby.util.io.FileExistsException should not directly extend from java.lang.Throwable

2012-10-31 Thread JIRA
: Reto Schüttel This message is automatically generated by JIRA

[jruby-dev] [jira] (JRUBY-7095) Time overflowing since 1.7

2013-02-11 Thread JIRA
Reto Schüttel This message is automatically generated by JIRA. If you think it was sent incorre

[jruby-dev] [jira] (JRUBY-7097) require is able to load files that are not on the LOAD_PATH

2013-02-14 Thread JIRA
Aslak Hellesøy This message is automatically generated by JIRA. If you think it was sent incorrectly, plea

[jruby-dev] [jira] (JRUBY-7121) String#encode(:xml => :attr) encoding differs from MRI

2013-03-08 Thread JIRA
Critical Reporter: Reto Schüttel

[jruby-dev] [jira] Created: (JRUBY-1107) Lack of unboxing of Java classes

2007-06-05 Thread JIRA
yModule. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://w

[jruby-dev] [jira] Created: (JRUBY-1190) Cannot call protected constructors from an abstract base class

2007-07-06 Thread JIRA
... [code] require 'java' include_class "utils.JavaClass" class Example < JavaClass end Example.new => ../builtin/javasupport/utilities/base.rb:22:in `__jcreate!': wrong # of arguments for constructor [/code] -- This message is automatically generated by JIRA. - If

[jruby-dev] [jira] Created: (JRUBY-1967) jruby bash scripts do not work on bash-less unix'es

2008-01-15 Thread JIRA
rk on this system. Is there any pressing need for requireing bash or would a regression to sh be reasonable? A proper raw sh implementation should run on every unix box in existance :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one o

[jruby-dev] [jira] Created: (JRUBY-1969) java.lang.ClassFormatError: attribute-1390982749_184313179 2203 0000

2008-01-15 Thread JIRA
classloader issue with 1.6 classes? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[jruby-dev] [jira] Created: (JRUBY-2053) to_java working with ruby object instances

2008-01-31 Thread JIRA
ssage is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --

[jruby-dev] [jira] Created: (JRUBY-2243) -bin.tar.gz file not compatible with Solaris tar

2008-03-07 Thread JIRA
| tar xf - this message is repeatedly shown tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file Apparently GNU tar extensions is used when generating the file. Temp workaround: Use zip file instead. -- This message is automatically generated by JIRA. - If yo

[jruby-dev] [jira] Created: (JRUBY-2287) Storing ruby objects in java classes instances

2008-03-17 Thread JIRA
Object [/code] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: ht

[jruby-dev] [jira] Created: (JRUBY-2386) File upload of a 60KB file fails with 'invalid body size', 'mainly' on linux

2008-04-11 Thread JIRA
g the server on my mac. That's the 'mainly' in the summary. If you need me to perform any test or to provide any extra information, just tell me. Regards -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators

[jruby-dev] [jira] Created: (JRUBY-2421) Gem is not working, not gem is installed or updated

2008-04-20 Thread JIRA
in.java:79) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/sof

[jruby-dev] [jira] Created: (JRUBY-2639) Process' ppid method does not behave correctly on Windows

2008-06-11 Thread JIRA
ption. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software

[jruby-dev] [jira] Created: (JRUBY-2701) Simple disk IO/Hash consumes wild amounts of memory

2008-06-24 Thread JIRA
So, yeah. It's using >1024MB of memory to run this code on ~1 million lines, where the longest line is 10 bytes. Quick calculations show that each line consumes MORE than 1kb of memory (isn't that a bit high for a hash entry that maps strings of less than 8 bytes to an int?)

[jruby-dev] [jira] Created: (JRUBY-2752) NPE running ruby code

2008-07-04 Thread JIRA
at org.jruby.Main.run(Main.java:89) at org.jruby.Main.main(Main.java:80) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA,

[jruby-dev] [jira] Created: (JRUBY-3154) Net::HTTP.read_timeout is ignored, timeout is intinite instead (leading to massive accumulation of sockets and reading threads)

2008-11-16 Thread JIRA
connections and sockets and used filedescriptors accumulate, leading to filedescriptor leaks, memory leaks, thread leaks, and the like. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure

[jruby-dev] [jira] Created: (JRUBY-3198) String#slice! not working correctly when used with string read from file

2008-11-30 Thread JIRA
; "second" irb(main):005:0> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jir

[jruby-dev] [jira] Created: (JRUBY-3212) org.jruby.RubyThreadGroup.addDirectly livelock

2008-12-03 Thread JIRA
lem with RubyThreadGroup.addDirectly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira -

[jruby-dev] [jira] Created: (JRUBY-3281) JRoR memory leak on tomcat

2009-01-02 Thread JIRA
es.code=#{res.code} time: #{Time.now - t1}" sleep(5) } mlemacbook:memtest milep$ ruby touch.rb And wait for the out of memory error, takes about 30 mins with these settings. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the admi

[jruby-dev] [jira] Created: (JRUBY-3294) Ruby code can make JRuby fail with java.lang.ArrayIndexOutOfBoundsException, Stack trace of SystemStackError is errorneous

2009-01-08 Thread JIRA
ult compile mode as well (I assume that not everything is immediately compiled). A workaround is surely to eliminate the infinite recursion, however, pinpointing the exact cause of the infinite recursion in the first place is virtually impossible due to this bug. -- This message is automaticall

[jruby-dev] [jira] Created: (JRUBY-3379) Windows file en coding issue - unicode characters like æ ø å

2009-02-06 Thread JIRA
ents and Settings/Stefan Landr∩┐╜ C:\jruby-1.1.6\bin> And this is my actual home directory: D:\Documents and Settings\Stefan Landrø According to Nick Sieger, this "looks like a windows file encoding issue." -- This message is automatically generated by JIRA. - If you think it was sen

[jruby-dev] [jira] Created: (JRUBY-3382) Warbler - war task fails to build due to missing lib folder

2009-02-09 Thread JIRA
p_level' C:/jruby-1.1.6/lib/ruby/gems/1.8/gems/aslakhellesoy-warbler-0.9.13/bin/warble:67 C:/jruby-1.1.6/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' C:/jruby-1.1.6/lib/ruby/gems/1.8/gems/aslakhellesoy-warbler-0.9.13/bin/warble:26 C:/jruby-1.1.6/lib/ruby

[jruby-dev] [jira] Created: (JRUBY-3481) JRuby test: test_command_line_switches.rb fails on Oracle JRockit JVM

2009-03-09 Thread JIRA
on 1.2RC2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[jruby-dev] [jira] Created: (JRUBY-3486) config.cache_classes = true causes errors when running migrations

2009-03-11 Thread JIRA
.2.0RC2/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:19:in `load' /usr/local/jruby/bin/rake:19 {code} (when importing java classes I use java_import) Common for these issues are config.cache_classes, when set to false migration runs ok, but when true, it fails. -- This message is automatic

[jruby-dev] [jira] Created: (JRUBY-3523) Rails 2.3.2 and cache sweepers

2009-03-24 Thread JIRA
1.6.jar and got the same error in Tomcat. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.co

[jruby-dev] [jira] Created: (JRUBY-3530) Problem with rails session

2009-03-26 Thread JIRA
in `start' {code} I'm not sure is the issue with globalize2 plugin or with JRuby, but this works when run with JRuby 1.1.6. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/A

[jruby-dev] [jira] Created: (JRUBY-3542) JRuby Mongrel does not work - Connot load Java Class

2009-04-01 Thread JIRA
re "#{RAILS_ROOT}/lib/checkout/svnkit.jar" include_class "checkout.Files" Files.main main_args.to_java :String -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org

  1   2   3   4   5   6   7   8   9   10   >