-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: eb3d106ab84a^
head repository: jruby/jruby
compare: 24e246dd1270
Commits on Mar 3, 2016
-
exclude non-passing test and reanebld testing argf since we can run w…
…ithout hanging now
Configuration menu - View commit details
-
Copy full SHA for eb3d106 - Browse repository at this point
Copy the full SHA eb3d106View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5e0310 - Browse repository at this point
Copy the full SHA b5e0310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa185b - Browse repository at this point
Copy the full SHA 9fa185bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d923e - Browse repository at this point
Copy the full SHA 79d923eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdefbcf - Browse repository at this point
Copy the full SHA fdefbcfView commit details -
Windows will explicitly set JVM file.encoding to UTF-8 so MRI tests e…
…xecute more consistently
Configuration menu - View commit details
-
Copy full SHA for 165a83a - Browse repository at this point
Copy the full SHA 165a83aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7254caf - Browse repository at this point
Copy the full SHA 7254cafView commit details
Commits on Mar 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8395657 - Browse repository at this point
Copy the full SHA 8395657View commit details
Commits on Mar 5, 2016
-
Revert "Update to RubyGems 2.6.1. Fixes #3631."
This reverts commit 8395657.
Configuration menu - View commit details
-
Copy full SHA for 765042f - Browse repository at this point
Copy the full SHA 765042fView commit details
Commits on Mar 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cb99e74 - Browse repository at this point
Copy the full SHA cb99e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c356709 - Browse repository at this point
Copy the full SHA c356709View commit details -
Configuration menu - View commit details
-
Copy full SHA for b044f15 - Browse repository at this point
Copy the full SHA b044f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 137cb39 - Browse repository at this point
Copy the full SHA 137cb39View commit details
Commits on Mar 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5cf7975 - Browse repository at this point
Copy the full SHA 5cf7975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80daa93 - Browse repository at this point
Copy the full SHA 80daa93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab20ef5 - Browse repository at this point
Copy the full SHA ab20ef5View commit details -
We need to use forward slashes in test if we are embedding that path …
…into a ruby script on Windows
Configuration menu - View commit details
-
Copy full SHA for bc7de11 - Browse repository at this point
Copy the full SHA bc7de11View commit details -
Some hinky env magic so these tests run on windows from CLI and from …
…IDE. The logic on windows ends up being different from MacOS too...bleh
Configuration menu - View commit details
-
Copy full SHA for ade7d56 - Browse repository at this point
Copy the full SHA ade7d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88cd8a5 - Browse repository at this point
Copy the full SHA 88cd8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 485b42e - Browse repository at this point
Copy the full SHA 485b42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f84a4 - Browse repository at this point
Copy the full SHA 49f84a4View commit details
Commits on Mar 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8fc8d87 - Browse repository at this point
Copy the full SHA 8fc8d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9851e84 - Browse repository at this point
Copy the full SHA 9851e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e78fdf - Browse repository at this point
Copy the full SHA 1e78fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8097d27 - Browse repository at this point
Copy the full SHA 8097d27View commit details
Commits on Mar 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 12fd533 - Browse repository at this point
Copy the full SHA 12fd533View commit details -
Remove 64 bit windows from CI for now since some tests fail from bad …
…quoting in jruby-launcher (JRUBY #3725)
Configuration menu - View commit details
-
Copy full SHA for fed46bd - Browse repository at this point
Copy the full SHA fed46bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7dde3 - Browse repository at this point
Copy the full SHA cb7dde3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0809846 - Browse repository at this point
Copy the full SHA 0809846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ecc4c7 - Browse repository at this point
Copy the full SHA 4ecc4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb9dc2 - Browse repository at this point
Copy the full SHA 0cb9dc2View commit details -
Fixes #3727. Tempfile#open on windows unconditionally opens in b mode…
… messing CRLF logic (--1.9)
Configuration menu - View commit details
-
Copy full SHA for a678e5e - Browse repository at this point
Copy the full SHA a678e5eView commit details
Commits on Mar 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0eb7422 - Browse repository at this point
Copy the full SHA 0eb7422View commit details
Commits on Mar 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 18121a7 - Browse repository at this point
Copy the full SHA 18121a7View commit details
Commits on Mar 17, 2016
-
Fixes #3278: File.open w/ File::RDWR should write \r\n but gets should
read as \n after rewind on windows. We were missing some windows-specific logic in needsWriteConversion. With this change I get three more specs passing and no regression on MRI test suite. SHIP IT...
Configuration menu - View commit details
-
Copy full SHA for 4496cff - Browse repository at this point
Copy the full SHA 4496cffView commit details
Commits on Mar 18, 2016
-
Fixes #3745. IO#block_nonwrite causes CCE on Windows.
I made a marker interface so that both ChannelStream and CRLFStream wrapper can have a common type so they can call writenonblock. I added an error check to throw and IOException if CRLFStreamWrapper is wrapping from stream type but I suspect it is an impossible path by this point in our code. Zero 1.7 risk fix since this was just dumping stack before.
Configuration menu - View commit details
-
Copy full SHA for 3eb8c5f - Browse repository at this point
Copy the full SHA 3eb8c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf555d1 - Browse repository at this point
Copy the full SHA bf555d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acb5df - Browse repository at this point
Copy the full SHA 1acb5dfView commit details
Commits on Mar 21, 2016
-
Fixes #1981. Wrong number of reported lines in Coverage API
This ended up being much simpler than I think any of us thought. Base problem was any lines after last *newline* marked node would not update the primitive 'coverage' array which coverage sets up. So we just call one method at end up parse to update that array to include final lines of the file.
Configuration menu - View commit details
-
Copy full SHA for d465231 - Browse repository at this point
Copy the full SHA d465231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ecba25 - Browse repository at this point
Copy the full SHA 5ecba25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce7d99 - Browse repository at this point
Copy the full SHA 8ce7d99View commit details
Commits on Mar 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2a7d6a9 - Browse repository at this point
Copy the full SHA 2a7d6a9View commit details
Commits on Mar 29, 2016
-
Fixes #3766. IO.copy_streams are not closing filename argument IO
instances. Solution is to close any open IO instances which were not passed in as actual IO instances.
Configuration menu - View commit details
-
Copy full SHA for 04b8191 - Browse repository at this point
Copy the full SHA 04b8191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3211091 - Browse repository at this point
Copy the full SHA 3211091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528f28d - Browse repository at this point
Copy the full SHA 528f28dView commit details
Commits on Mar 30, 2016
-
Workaround for JRuby bug with UTF-8 encoding on non-English Windows
We discovered this with a customer yesterday. DNS resolving (using `Resolv::DNS#getaddresses`) failed. It turned out that the underlying problem was that the way `win32/registry.rb` retrieves error messages from Windows is flawed, under certain circumstances. The bug only appears if: - `JAVA_OPTS` includes `-Dfile.encoding=UTF-8` - The environment you run it on is a _non-English_ Windows installation, or more specifically: a Windows installation where the error message(s) include some non-ASCII character. The specific use case here is a Swedish Windows installation, where the error message for error number 2 (File not found) reads as "Filen du söker finns inte", or something similar. (The debugging here was complicated by the fact that I don't have a Swedish Windows myself, only the customer). Here is a test script that reproduces the problem given that you have a Swedish Windows: ```ruby require 'win32/resolv' puts Encoding.locale_charmap puts Win32::Resolv.send(:get_info).inspect ``` Since I don't have a Swedish Windows, I managed to reproduce the same error locally by adding this code into the `Error` constructor: ```ruby msg = "Malm\xf6, G\xf6teborg och V\xe4xj\xf6" ``` That gives me the same error: `ArgumentError: invalid byte sequence in UTF-8`. The original bug occurs in the `msg.tr` call, since the string it operates on is _marked_ as UTF-8 (because of the `force_encoding` call), where it is in fact Windows-1252 encoded (since we call `FormatMessageA`, which returns Windows-1252 encoded strings...). IMHO, this is clearly a bug. --- Now, to the solution. The "correct" approach would be to not use the ANSI version of the system call _at all_, but instead use the "wide" version. This is the approach MRI has taken, the bug was fixed there almost 3 years ago. :) ruby/ruby@9db6beb is the specific commit, fixing the bug reported in this issue: https://bugs.ruby-lang.org/issues/8508 I tried that first, by copying over their current version of the `Error` class. The only problem is that it depends on `win32/importer`, which we don't have, which in turn depends on `fiddle/import` which we don't seem to have either. You get the picture. Therefore, I tried with a simpler workaround instead: _if_ we get an exception in this method, let's just retry by fetching the `en-US` error message instead. (inspired by how the code on the MRI side now looks: https://github.com/ruby/ruby/blob/trunk/ext/win32/lib/win32/registry.rb) I have tested this with the customer; it works correctly as far as the code no longer crashes. _But_, it fails to retrieve the English error message (possibly because it's not available on that Windows installation). I am willing to live with that for now; if someone wants to fix that part as well, be my guest. The critical part for me and the customer is that the code must not crash on non-ASCII Windows installations.
Configuration menu - View commit details
-
Copy full SHA for 48f5908 - Browse repository at this point
Copy the full SHA 48f5908View commit details
Commits on Mar 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for afc3763 - Browse repository at this point
Copy the full SHA afc3763View commit details -
Merge pull request #3767 from ecraft/fix-win32-registry-error-handlin…
…g-bug-with-utf8-windows-other-languages Workaround for JRuby bug with UTF-8 encoding on non-English Windows
Configuration menu - View commit details
-
Copy full SHA for a53970c - Browse repository at this point
Copy the full SHA a53970cView commit details
Commits on Apr 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a8214df - Browse repository at this point
Copy the full SHA a8214dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b7a7d - Browse repository at this point
Copy the full SHA d0b7a7dView commit details
There are no files selected for viewing