-
-
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: 9576d0965442
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: 54eace247ded
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 5 files changed
- 1 contributor
Commits on Nov 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for a7878d0 - Browse repository at this point
Copy the full SHA a7878d0View commit details -
Try to use an existing ChannelFD for native FDs, for close logic.
If we create a new NativeDeviceChannel and ChannelFD, we lose the closed flag on the NIO channel that would raise an IOException. Instead, the lower levels of NIO close logic must swallow the EBADF we expect, and it never gets raised. This is likely a bad expectation on the part of NIO channel close logic, since the underlying fd *is* closed, but the channel does not know it.
Configuration menu - View commit details
-
Copy full SHA for 76242f4 - Browse repository at this point
Copy the full SHA 76242f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de133c9 - Browse repository at this point
Copy the full SHA de133c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54eace2 - Browse repository at this point
Copy the full SHA 54eace2View commit details
There are no files selected for viewing