General

Profile

davispuh (Dāvis Mosāns)

  • Login: davispuh
  • Registered on: 07/01/2013
  • Last sign in: 05/31/2018

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 13 15

Activity

01/29/2018

06:40 PM Ruby master Bug #14406: File.expand_path doesn't expand tilde inside Windows home directory
I wrote a patch for this with #12656
davispuh (Dāvis Mosāns)

09/20/2017

06:21 PM Ruby master Bug #12644: Support debug build on Windows with MSVC
Most likely your ucrtbased.dll differs in such way that can't locate that structure, so either need to update impleme... davispuh (Dāvis Mosāns)

08/05/2016

03:25 PM Ruby master Feature #12654: On Windows use UTF-8 as filesystem encoding
Usaku NAKAMURA wrote:
> If filesystem encoding is fixed to UTF-8, it causes other (but similar) problems.
UTF-8 c...
davispuh (Dāvis Mosāns)
02:42 AM Ruby master Feature #12654: On Windows use UTF-8 as filesystem encoding
Nobuyoshi Nakada wrote:
> Dāvis Mosāns wrote:
> > That's not really needed. For example `File.read` works with any ...
davispuh (Dāvis Mosāns)

08/04/2016

08:06 PM Ruby master Feature #12656 (Assigned): Expand short paths with File.expand_path
Currently File.expand_path expands short path only if it's last part.
~~~ruby
puts File.expand_path('C:/VERYLO~1'...
davispuh (Dāvis Mosāns)
04:29 PM Ruby master Feature #12654: On Windows use UTF-8 as filesystem encoding
Nobuyoshi Nakada wrote:
> Try `chcp.com 65001`.
That's not really needed. For example `File.read` works with any ...
davispuh (Dāvis Mosāns)
02:22 AM Ruby master Feature #12654 (Closed): On Windows use UTF-8 as filesystem encoding
Windows (NTFS) supports Unicode and there can be paths/filenames with other characters than current ANSI/OEM codepage... davispuh (Dāvis Mosāns)

08/03/2016

06:33 PM Ruby master Feature #12653 (Assigned): Use wide WinAPI for rb_w32_getcwd
Use wide WinAPI for rb_w32_getcwd.
This will be needed so that Dir.pwd can support Unicode current directory on Wind...
davispuh (Dāvis Mosāns)
04:28 PM Ruby master Bug #12652 (Closed): For Dir.home encode passed user
Currently Dir.home(user) expects that passed user will be already in appropriate encoding but if it's not it will fai... davispuh (Dāvis Mosāns)
12:53 AM Ruby master Feature #12650 (Closed): Use UTF-8 encoding for ENV on Windows
Windows environment variables supports Unicode (same wide WinAPI) and so there's no reason to limit ourselves to any ... davispuh (Dāvis Mosāns)

Also available in: Atom