larskanis (Lars Kanis)
- Login: larskanis
- Registered on: 06/30/2012
- Last connection: 01/07/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 21 | 24 |
Like
Activity
01/09/2023
-
09:39 AM Ruby master Revision f6952a94 (git): [ruby/psych] Fix wrong package name of MSYS2/MINGW dependency
- There is no package called "libyaml-devel". "libyaml" is enough.
01/03/2023
-
05:02 PM Ruby master Bug #19244: Windows: USERPROFILE should be preferred over HOMEPATH
- The above patch was incomplete, so that the order of the environment variables was changed in `Dir.home`, but not the...
12/27/2022
-
01:34 PM Ruby master Bug #19243: Windows: Dir.home returns string in wrong encoding
- This is fixed by commit https://github.com/ruby/ruby/commit/d6ce4180a5b4dacbac895c9911031a6df6c61136 in ruby-3.2.0. I...
12/24/2022
-
02:48 PM Ruby master Revision d0f5dc9e (git): Windows: Prefer USERPROFILE over HOMEPATH
- HOMEPATH is set to "\WINDOWS\system32" when running per "runas" session.
This directory is not writable by ordinary u... -
01:54 PM Ruby master Revision d6ce4180 (git): Windows: Fix encoding of Dir.home
- Dir.home returns an UTF-8 string since ruby-3.0, but the actual
encoding of the bytes was CP_ACP or CP_OEMCP.
That le...
12/19/2022
-
02:26 PM Ruby master Bug #19244: Windows: USERPROFILE should be preferred over HOMEPATH
- Patch is here: https://github.com/ruby/ruby/pull/6958
-
07:25 AM Ruby master Bug #19244 (Open): Windows: USERPROFILE should be preferred over HOMEPATH
- Create a new local user on Windows called "testuser".
Then switch to the new user per runas:
```
C:\> runas /use... -
02:26 PM Ruby master Bug #19243: Windows: Dir.home returns string in wrong encoding
- Patch is here: https://github.com/ruby/ruby/pull/6958
-
07:13 AM Ruby master Bug #19243 (Closed): Windows: Dir.home returns string in wrong encoding
- Create a new local user on Windows called "kanisä".
Then login to the new user and run in cmd:
```
C:\Users\kani...
12/14/2022
-
08:15 PM Ruby master Bug #18605: Fails to run on (newer) 32bit Windows with ucrt
- Thanks all for sharing the details!
I started a branch to replace the UCRT/MSVCRT pioinfo here: https://github.com...
Also available in: Atom