lazka (Christoph Reiter)
- Login: lazka
- Registered on: 03/03/2022
- Last sign in: 05/21/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
10/17/2022
-
05:49 PM Ruby Bug #18605: Fails to run on (newer) 32bit Windows with ucrt
- This (unsurprisingly) also breaks ruby on arm64 and is blocking our arm64 porting effort: https://github.com/msys2/MINGW-packages/pull/13115
03/03/2022
-
07:31 AM Ruby Bug #18605 (Open): Fails to run on (newer) 32bit Windows with ucrt
- 32bit ruby using ucrt has started to fail on newer Windows with "unexpected ucrtbase.dll" -> https://github.com/ruby/ruby/blob/3fb7d2cadc18472ec107b14234933b017a33c14d/win32/win32.c#L2591
The problem is that ruby depends on ucrt inter...