-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49b9caa8e2ae
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffb23fcb0046
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 14 files changed
- 3 contributors
Commits on Jan 19, 2018
-
introduce a 'fast' isZero for Numerics + also override pos/neg checks
+ cleanup RubyRational's internals - confusing IRubyObject clazz param
Configuration menu - View commit details
-
Copy full SHA for 641aac0 - Browse repository at this point
Copy the full SHA 641aac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e9095a - Browse repository at this point
Copy the full SHA 2e9095aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c903f31 - Browse repository at this point
Copy the full SHA c903f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fa61f - Browse repository at this point
Copy the full SHA 20fa61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78d7de - Browse repository at this point
Copy the full SHA b78d7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aeb492 - Browse repository at this point
Copy the full SHA 0aeb492View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac815f8 - Browse repository at this point
Copy the full SHA ac815f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15327dd - Browse repository at this point
Copy the full SHA 15327ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ff6cf - Browse repository at this point
Copy the full SHA 36ff6cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd958e8 - Browse repository at this point
Copy the full SHA dd958e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d61b99 - Browse repository at this point
Copy the full SHA 5d61b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a117a - Browse repository at this point
Copy the full SHA 61a117aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d51c7d2 - Browse repository at this point
Copy the full SHA d51c7d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce752c - Browse repository at this point
Copy the full SHA cce752cView commit details
Commits on Jan 22, 2018
-
Avoid race when deduplicating frozen strings. Fixes #4970.
The logic here goes like this: * Attempt to lookup the dedup'ed string. * If found, return it. * Try to insert new dedup'ed string. * If nobody beat us to it, return it. * If someone beat us to it and the reference is still good, return it. * If someone beat us to it and the reference is vacated, atomically replace it or retrieve any updates that beat us. * Keep trying until we succeed in updating or get back a populated reference. Previously, there could be a race if two threads try to dedup the same string at the same time. Only one would get in the cache, but the n+1 threads might not return the already-cached value.
Configuration menu - View commit details
-
Copy full SHA for 239ef50 - Browse repository at this point
Copy the full SHA 239ef50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914742c - Browse repository at this point
Copy the full SHA 914742cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb23fc - Browse repository at this point
Copy the full SHA ffb23fcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 49b9caa8e2ae...ffb23fcb0046