os (Shigeki OHARA)
- Login: os
- Registered on: 01/26/2020
- Last sign in: 10/01/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 3 | 5 |
Activity
06/19/2024
- 08:44 AM Ruby master Bug #20585 (Closed): Size of memory allocated by String.new(:capacity) is different from the specified value
- IMHO, if :capacity is specified in String.new, capa will be its value.
In fact, Ruby 3.2 seems to allocate the siz...
03/02/2023
- 12:56 AM Ruby master Bug #19471 (Closed): Regexp::compile does not handle :timeout argument
- I think Regexp::compile is just an alias for Regexp::new, so I assume it handles the :timeout argument.
However, Reg...
02/06/2022
- 04:33 PM Ruby master Feature #18573 (Open): Object#pack1
- # 概要
String#unpack1 の逆の Object#pack1 が欲しい。
# 背景
Array#pack というメソッドがありますが、レシーバーの Array の要素数が 1 つしかないことが良くあります...
01/25/2022
- 12:23 AM Ruby master Bug #18437: 3.1.0 install stucks on FreeBSD & NFS
- Oh, I see. Thanks for the fix.
I think this issue has been resolved.
# 自分で Issue 閉じれないんですね……。
01/23/2022
- 08:22 AM Ruby master Bug #18437: 3.1.0 install stucks on FreeBSD & NFS
- I tried installing the latest development version of Ruby and RubyGems, and successfully completed it.
```
% rben...
12/27/2021
- 03:52 AM Ruby master Bug #18437 (Closed): 3.1.0 install stucks on FreeBSD & NFS
- ## 概要
FreeBSD マシンで NFS 上のホームディレクトリーへ Ruby 3.1.0 を rbenv install 3.1.0 でインストールしようとすると、
gem のインストールで処理が止まってしまいます。
...
09/07/2020
- 04:12 AM Ruby master Feature #17148: stdbuf(1) support
- なるほど、そんなやり方が……。
それだと stdbuf の有無など環境の差異を気にしなくて良さそうですね。
09/04/2020
- 09:54 AM Ruby master Feature #17148 (Open): stdbuf(1) support
- # 概要
Ruby インタープリターを stdbuf(1) による stdout/stderr の出力バッファ制御に対応させたい。
# 背景
UNIX のフィルターコマンドの多くは、標準出力の先が端末かどうかによって...
Also available in: Atom