Guest User

Untitled

a guest
May 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. $ jruby issues.rb
  2. Fetching titles for ["JRUBY-4750", "JRUBY-4760", "JRUBY-4761", "JRUBY-2621", "JRUBY-4733", "JRUBY-4754", "JRUBY-4749", "JRUBY-4747", "JRUBY-3153", "JRUBY-4751", "JRUBY-4721", "JRUBY-4680", "JRUBY-4677", "JRUBY-4710", "JRUBY-4737", "JRUBY-4732", "JRUBY-4731", "JRUBY-4715", "JRUBY-4742", "JRUBY-4724", "JRUBY-4725", "JRUBY-4729", "JRUBY-4730", "JRUBY-4734", "JRUBY-4738", "JRUBY-3208", "JRUBY-4735", "JRUBY-4704"]
  3. JRUBY-2621: Long bodies of code that don't appear at root don't split and can blow the 64k bytecode cap
  4. JRUBY-3153: IO rubyspec failures under IBM JDK6 Linux
  5. JRUBY-3208: ant task api-docs runs out of memory, patch included
  6. JRUBY-4677: Java exceptions can't be rescued with "rescue Exception"
  7. JRUBY-4680: jirb_swing broken: JRuby picking wrong constructor, with no obvious work around
  8. JRUBY-4704: "Java wrapper with no contents" error when subclassing a Runnable class in JRuby
  9. JRUBY-4710: Problems importing classes in default package
  10. JRUBY-4715: FFI::StructByValue missing layout and struct_class methods.
  11. JRUBY-4721: FFI::Platform::CONF_DIR looks in wrong location for PPC Macs.
  12. JRUBY-4724: Java class equality operator is order dependent
  13. JRUBY-4725: to_java_object no longer exists
  14. JRUBY-4729: System properties to set bindir and default rubygems paths
  15. JRUBY-4730: Unix jruby-1.5.0.RC1 distro includes rubygems/default/jruby_native.rb without native launcher
  16. JRUBY-4731: Mismatched default compilation prefix
  17. JRUBY-4732: Clean up anything that calls dataGetStruct on a wrapped Java object to get the object
  18. JRUBY-4733: Allow compilation of Ruby files for a specificic JVM version
  19. JRUBY-4734: Reduce "multiple Java method" warnings in unambiguous cases
  20. JRUBY-4735: install-gems ant target should not count on successful installation of jruby-launcher
  21. JRUBY-4737: Compatibility issue with Spring property from 1.4.0 to 1.5.0.RC1
  22. JRUBY-4738: test/testapp/testapp.exe appears twice in jruby-src-1.5.0.RC1.tar.gz
  23. JRUBY-4742: File::Stat throws a NPE when it doesn't find a file into a jar
  24. JRUBY-4747: read_nonblock error with couchrest
  25. JRUBY-4749: require 'rbconfig' fails on GAE because of NullPointerException
  26. JRUBY-4750: ant-to-rake: <rake> task does not work when classpath is defined via taskdef's attribute
  27. JRUBY-4751: Java call to RubyBignum.to_s() returns generic object representation
  28. JRUBY-4754: NotImplementedError: the MD5() function is unimplemented on this machine
  29. JRUBY-4760: File.open throws Errno::ENOENT when file inside jar is accessed using ".." (doubledot) in the path
  30. JRUBY-4761: 1.9.2: Thread#backtrace
Add Comment
Please, Sign In to add comment