-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 87c106c267c1
head repository: jruby/jruby
compare: 9ed7c3198a11
Commits on Aug 9, 2015
-
Fix Digest bubblebabble incorrect output on empty string
Before: bin/jruby -rdigest -e "p Digest.bubblebabble ''" "xx" After: bin/jruby -rdigest -e "p Digest.bubblebabble ''" "xexax"
Configuration menu - View commit details
-
Copy full SHA for de1293d - Browse repository at this point
Copy the full SHA de1293dView commit details
Commits on Aug 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for aff8cc3 - Browse repository at this point
Copy the full SHA aff8cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b29283 - Browse repository at this point
Copy the full SHA 1b29283View commit details -
Configuration menu - View commit details
-
Copy full SHA for a239875 - Browse repository at this point
Copy the full SHA a239875View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3693d - Browse repository at this point
Copy the full SHA bb3693dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6130a8d - Browse repository at this point
Copy the full SHA 6130a8dView commit details -
save an interim builder+string with mangleStringForCleanJavaIdentifier
+ guess string builder length for possibly less internal array resizing
Configuration menu - View commit details
-
Copy full SHA for 5cdf16e - Browse repository at this point
Copy the full SHA 5cdf16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fef67b8 - Browse repository at this point
Copy the full SHA fef67b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00e10c - Browse repository at this point
Copy the full SHA d00e10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d7ae6 - Browse repository at this point
Copy the full SHA 75d7ae6View commit details -
improve backtrace rewriting when native exception is re-thrown (fixes #…
…3177) ... some parts e.g. Java based core-methods had their filename part incorrect when re-thrown (adding package prefix path twice)
Configuration menu - View commit details
-
Copy full SHA for b62957b - Browse repository at this point
Copy the full SHA b62957bView commit details -
Configuration menu - View commit details
-
Copy full SHA for add39cb - Browse repository at this point
Copy the full SHA add39cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b348070 - Browse repository at this point
Copy the full SHA b348070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7745f10 - Browse repository at this point
Copy the full SHA 7745f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96094b2 - Browse repository at this point
Copy the full SHA 96094b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c636bf - Browse repository at this point
Copy the full SHA 9c636bfView commit details -
FrameType's INTERPRETER_ constants are a leaky abstraction - deprecate
... also on 9K we can do better by doing swith (String) statement(s)
Configuration menu - View commit details
-
Copy full SHA for 6a8d8cc - Browse repository at this point
Copy the full SHA 6a8d8ccView commit details -
* jruby-1_7: FrameType's INTERPRETER_ constants are a leaky abstraction - deprecate for now we do not care about duplicate .rb frames in re-thrown Java exception occupy less space with FrameType's static collections deprecate no longer used Helpers.invokeMethodMissing method toArray one-liner add a test reproducing backtrace issue #3177 improve backtrace rewriting when native exception is re-thrown (fixes #3177) more test_backtraces TODO left-overs ... these are passing just fine as well removed TODOs in test_backtraces - they seem to be all passing cleanup test_backtraces save an interim builder+string with mangleStringForCleanJavaIdentifier + guess string builder length for possibly less internal array resizing avoid 'too much' of try-catch IOException - throw runtime error directly minor name mangler cleanup + "micro opts" - slightly less code to execute cleanup JRubyFile Conflicts: core/src/main/java/org/jruby/runtime/backtrace/BacktraceData.java core/src/main/java/org/jruby/runtime/backtrace/FrameType.java core/src/main/java/org/jruby/util/JRubyFile.java test/test_backtraces.rb
Configuration menu - View commit details
-
Copy full SHA for c9e67b3 - Browse repository at this point
Copy the full SHA c9e67b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e883d65 - Browse repository at this point
Copy the full SHA e883d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9a1ae - Browse repository at this point
Copy the full SHA fb9a1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7599a1 - Browse repository at this point
Copy the full SHA e7599a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e355e11 - Browse repository at this point
Copy the full SHA e355e11View commit details
Commits on Aug 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9927bde - Browse repository at this point
Copy the full SHA 9927bdeView commit details -
make sure package modules (at leat) respond_to? :name
... they still won't correctly return a String name, due compatibility that likely will only happen on 9K fixes #2468
Configuration menu - View commit details
-
Copy full SHA for 0d452ee - Browse repository at this point
Copy the full SHA 0d452eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e585b48 - Browse repository at this point
Copy the full SHA e585b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 903cd96 - Browse repository at this point
Copy the full SHA 903cd96View commit details -
JavaPackageModuleTemplate should handle respond_to? :name as well
... since its counted among `ObjectSpace.each_object(Module)` (#2468)
Configuration menu - View commit details
-
Copy full SHA for ce8c075 - Browse repository at this point
Copy the full SHA ce8c075View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35930a - Browse repository at this point
Copy the full SHA a35930aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a373306 - Browse repository at this point
Copy the full SHA a373306View commit details -
[Truffle] fix remainging issues in yeild when called with args and *rest
`yield(a, *rest)`
Configuration menu - View commit details
-
Copy full SHA for 62d513e - Browse repository at this point
Copy the full SHA 62d513eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3547e - Browse repository at this point
Copy the full SHA 7b3547eView commit details -
Configuration menu - View commit details
-
Copy full SHA for df1a4f2 - Browse repository at this point
Copy the full SHA df1a4f2View commit details -
[Truffle] Convert int-fitting long values back to ints when predefine…
…d int property is being assigned Only for few ivars in IOBuffer and IO class.
Configuration menu - View commit details
-
Copy full SHA for 38fd1c9 - Browse repository at this point
Copy the full SHA 38fd1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ea799 - Browse repository at this point
Copy the full SHA 03ea799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ad16e - Browse repository at this point
Copy the full SHA 48ad16eView commit details -
Revert "[Truffle] skip mri test ruby/test_not.rb which causes parsing…
… error" This reverts commit 03ea799.
Configuration menu - View commit details
-
Copy full SHA for 488cf2e - Browse repository at this point
Copy the full SHA 488cf2eView commit details
Commits on Aug 12, 2015
-
* jruby-1_7: more specs - as package_name actually works as is with Java proxy modules JavaPackageModuleTemplate should handle respond_to? :name as well allow object_id to work correctly for Java package modules facelift some JI specs a bit make sure package modules (at leat) respond_to? :name missing hashCode to go along equals in RespondToMissingMethod [build] no more torquebox repo add missing file Conflicts: core/src/main/java/org/jruby/RubyModule.java core/src/main/java/org/jruby/java/util/BlankSlateWrapper.java lib/pom.rb lib/pom.xml maven/jruby-complete/pom.rb maven/jruby-complete/pom.xml maven/jruby-complete/src/templates/osgi_many_bundles_with_embedded_gems/gems-bundle/pom.xml maven/jruby-dist/pom.xml maven/jruby-jars/pom.xml maven/jruby/src/it/j2ee_jetty/pom.xml maven/jruby/src/it/j2ee_jetty_rack/pom.xml maven/jruby/src/it/j2ee_tomcat/pom.xml maven/jruby/src/it/j2ee_tomcat_rack/pom.xml maven/jruby/src/it/j2ee_wildfly/pom.xml maven/jruby/src/it/jetty/pom.xml maven/jruby/src/it/many_jars_with_embedded_gems/zip_gem/pom.xml maven/jruby/src/it/many_jars_with_embedded_gems_ng/gem1/pom.xml maven/jruby/src/it/many_jars_with_embedded_gems_ng/gem2/pom.xml maven/jruby/src/it/runnable/pom.xml maven/jruby/src/it/tomcat/pom.xml maven/jruby/src/templates/j2ee_wlp/pom.xml maven/jruby/src/templates/osgi_all_inclusive/pom.xml spec/java_integration/packages/access_spec.rb test/pom.rb test/pom.xml
Configuration menu - View commit details
-
Copy full SHA for a14c8b8 - Browse repository at this point
Copy the full SHA a14c8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35aa6dd - Browse repository at this point
Copy the full SHA 35aa6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1b48f - Browse repository at this point
Copy the full SHA cc1b48fView commit details -
Merge pull request #3238 from kubum/bubblebabble
Fix Digest bubblebabble incorrect output on empty string
Configuration menu - View commit details
-
Copy full SHA for 5e3e186 - Browse repository at this point
Copy the full SHA 5e3e186View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6f35d - Browse repository at this point
Copy the full SHA eb6f35dView commit details
Commits on Aug 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3adbb68 - Browse repository at this point
Copy the full SHA 3adbb68View commit details -
Merge pull request #3250 from frsyuki/fix-jruby-jars-url
Fix homepage of jruby-jars.gemspec
Configuration menu - View commit details
-
Copy full SHA for af7f58f - Browse repository at this point
Copy the full SHA af7f58fView commit details
Commits on Aug 14, 2015
-
manually filter out matching callables with non-matching arguments le…
…ngth ... this is necessary as the find logic matches argument by argument possibly leaving matches with arity > args.length fixes #2923 p.s. possibly we still do not handle var-args well
Configuration menu - View commit details
-
Copy full SHA for bb98593 - Browse repository at this point
Copy the full SHA bb98593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679b2e3 - Browse repository at this point
Copy the full SHA 679b2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c3599 - Browse repository at this point
Copy the full SHA 80c3599View commit details -
Fix Digest bubblebabble incorrect output on empty string
Before: bin/jruby -rdigest -e "p Digest.bubblebabble ''" "xx" After: bin/jruby -rdigest -e "p Digest.bubblebabble ''" "xexax"
Configuration menu - View commit details
-
Copy full SHA for 532fa14 - Browse repository at this point
Copy the full SHA 532fa14View commit details -
make require 'digest/bubblebabble' work (MRI compatibility)
... Digest.bubblebabble is being defined on require 'digest'
Configuration menu - View commit details
-
Copy full SHA for 79a9581 - Browse repository at this point
Copy the full SHA 79a9581View commit details
Commits on Aug 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f05e55d - Browse repository at this point
Copy the full SHA f05e55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 236bfb3 - Browse repository at this point
Copy the full SHA 236bfb3View commit details
There are no files selected for viewing