Charles Oliver Nutter

Results 1063 comments of Charles Oliver Nutter

Fixing this should also fix #5240 but at the moment it does not appear to. The specs expecting symlinked files to appear as-is in e.g. `$LOADED_FEATURES` still appear to canonicalize...

Ahh good old win32ole. We have not spent time maintaining that library for many years, and I'm sure there are methods missing. Unfortunately I'm not sure when we will get...

The problem with `RegQueryInfoKey` seems to be that it simply does not exist. Like most of win32 APIs that deal with strings, this function is split into `RegQueryInfoKeyW` for wide...

I found this issue in CRuby where they fixed two other functions to use `W` but not this one: https://bugs.ruby-lang.org/issues/10820 I have not yet figured out how CRuby locates the...

My recommendation for now would be for us to add the `W` to the appropriate functions in registry.rb. Two are clearly supposed to be there, and the third probably should...

I pushed #7281 to add `W` to the functions in question, and also added a comment on https://bugs.ruby-lang.org/issues/10820 asking why this change was not done for `RegQueryInfoKey` and also asking...

@HoneyryderChuck Are you able to test #7281 on Windows? I currently do not have access to a Windows machine (work machines in transition).

I have gone ahead with merging the "W" change in #7281. This should be fixed now and will be released in 9.3.7.0.

The new issue looks different but I'll have a look.

I think the new issue is not directly related to this one, so I'm closing this again. The new issue has probably always existed: our Fiddle implementation does not properly...