larskanis (Lars Kanis)
- Login: larskanis
- Registered on: 06/30/2012
- Last sign in: 10/30/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 5 | 22 | 27 |
Like
Activity
10/17/2024
- 01:48 AM Ruby master Revision 6a49bbd7 (git): [ruby/win32-registry] Move all tests to volatile environment and use per-test individual registry key
- This allows to run all tests in parallel.
Usage of `File` methods is avoided.
Since all tests are executed in the vol...
10/04/2024
- 03:43 PM Ruby master Misc #20774: Remove remaining locale dependent code from Windows port
- I opened https://github.com/ruby/ruby/pull/11799 to implement this issue.
10/02/2024
- 01:28 PM Ruby master Feature #20775: Gemify win32-registry, win32-sspi and win32-resolv
- I opened a pull request to merge nobu's and my tests together: https://github.com/ruby/win32-registry/pull/3
@hsbt... - 12:31 PM Ruby master Feature #20775: Gemify win32-registry, win32-sspi and win32-resolv
- > The test file in https://github.com/larskanis/win32-registry seems quite different from the one in ruby/ruby.
Oh... - 09:27 AM Ruby master Feature #20775: Gemify win32-registry, win32-sspi and win32-resolv
- @hsbt I had to move the repository to an organization, in order to give you admin access. The new address is: https:/...
10/01/2024
- 07:36 PM Ruby master Feature #20775 (Assigned): Gemify win32-registry, win32-sspi and win32-resolv
- Many libraries bundled with ruby have been gemified and were separated into it's own repository.
Not so far the 3 wi... - 09:57 AM Ruby master Misc #20774 (Open): Remove remaining locale dependent code from Windows port
- The external_encoding of files, file names and ENV on Windows were changed from locale codepage to UTF-8 in ruby-3.0....
09/29/2024
- 11:01 PM Ruby master Revision 9b4a4974 (git): Fix loading of nonascii script name on Windows
- Since the prism parser was enabled by default, loading scripts with nonascii characters somewhere in the script path ...
09/24/2024
- 05:06 AM Ruby master Revision 7627a95e (git): Windows: Remove ENV code targeting Windows before Vista
- Windows Vista removed the limit to 32768 bytes environment block.
Also MINGW supports _wputenv_s() for years. - 05:06 AM Ruby master Revision acf28e83 (git): Windows: Use Unicode aware WinAPI function for ENV[]=
- This only makes a difference when setting an empty value to a Unicode key.
Also available in: Atom