kubo (Takehiro Kubo)
- Login: kubo
- Email: kubo@jiubao.org
- Registered on: 12/28/2008
- Last sign in: 01/12/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 8 | 9 |
Activity
01/13/2022
- 09:53 AM Ruby master Bug #18472: rb_w32_map_errno is not found on Ruby-3.1.0
- The error itself was fixed by https://github.com/treasure-data/serverengine/pull/116#issuecomment-1011931598.
There ...
01/12/2022
- 09:57 AM Ruby master Bug #18472: rb_w32_map_errno is not found on Ruby-3.1.0
- It is because of a change in rubyinstaller-3.1.0-x64.
In https://rubyinstaller.org/2021/12/31/rubyinstaller-3.1.0-...
12/15/2017
- 12:29 PM Ruby master Feature #14177: PATCH: File::Stat#dev on Windows
- > I'm curious why/how do you use rdev/ino on Windows.
I don't have actual plan to use rdev/ino. Just curious about...
12/13/2017
- 11:21 PM Ruby master Feature #14177 (Open): PATCH: File::Stat#dev on Windows
- Two files are identical when pairs of File::Stat#dev and File::Stat#ino
are same on unix. However when a volume (dis...
12/12/2017
- 12:22 PM Ruby master Feature #14169 (Closed): PATCH: File.lstat(filename).ino on Windows.
- On Unix, the return values of File.stat(filename) and File.lstat(filename)
are same when the file isn't a symbolic l... - 11:16 AM Ruby master Feature #13731: inode for Windows on ReFS
- ReFS と NTFS 上での `File.stat(filename).ino` の値と、GetFileInformationByHandleEx()を使って得た FILE_ID_128 の値が一致することを確認しました。コンパイル...
12/11/2017
- 12:53 PM Ruby master Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
- How about the attached patch?
It doesn't define SIZEOF_STRUCT_STAT_ST_INO in include/x64-mingw32/ruby/config.h if ta... - 11:26 AM Ruby master Feature #13731: inode for Windows on ReFS
- 対応ありがとうございます。ReFSでの動作テストは明日行います。
stati128_handle() の以下の部分
~~~
st->st_ino = *((unsigned __int64 *)&fii);
...
12/07/2017
- 11:37 AM Ruby master Feature #13731: inode for Windows on ReFS
- 2.5 に入らないかもしれないとのこと、了解です。
ついでですが、ReFSボリュームを作ってファイルを2つ作成し、FILE_ID_INFO の128ビットの値と nFileIndexHigh/Low の64ビットの値を取得してみ...
12/06/2017
- 11:38 AM Ruby master Feature #13726: PATCH: Windows builds - fractional second file times
- @larskanis Thank you! I worried needlessly.
Also available in: Atom