General

Profile

tomoakin (Tomoaki Nishiyama)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

12/29/2012

10:14 PM Ruby master Bug #7623: Messages while RDoc generation
Thank you for looking at my report.
My point is on the messages:
lib/mkmf.rb:1117:29: Couldn't find STRING_OR_FAI...
tomoakin (Tomoaki Nishiyama)

12/25/2012

06:47 PM Ruby master Bug #7623 (Closed): Messages while RDoc generation
The message reported in
https://bugs.ruby-lang.org/issues/5366
happened during compilation of the ruby-1.9.3-p327....
tomoakin (Tomoaki Nishiyama)

08/08/2012

12:51 AM Ruby master Feature #6802: String#scan should have equivalent yielding MatchData
+1 to have a method to return MatchData.
This is related to (or duplicate of) #5749 and #5606.
Even with the sim...
tomoakin (Tomoaki Nishiyama)

12/14/2011

06:05 PM Ruby master Feature #5749: new method String#match_all needed
I proposed a similar one as each_match
http://bugs.ruby-lang.org/issues/5606
A difference is to have the next off...
tomoakin (Tomoaki Nishiyama)

11/10/2011

07:41 PM Ruby master Bug #5608 (Closed): make -j 16 sometimes fail
configureの後make -j 大きい数字でコンパイルすると時々失敗するようです。
make -j 16で3回やって2回失敗でした。
(試行の度にrm -fr ruby-1.9.3-p0して再度展開しています)
2回目...
tomoakin (Tomoaki Nishiyama)
05:19 PM Ruby master Feature #5606: String#each_match(regexp)
長い配列中のモチーフの存在位置のリストを作りたいので、位置(offset)が必要です。
String#scan ではダメかというと
longstring.scan(regex) do |matchstr|
m...
tomoakin (Tomoaki Nishiyama)
02:36 PM Ruby master Feature #5606 (Feedback): String#each_match(regexp)
文字列上の正規表現に一致する場所のoffsetを順に処理できるような
イテレータが欲しかったのですが、
ざっと検索すると1996年
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/rub...
tomoakin (Tomoaki Nishiyama)

Also available in: Atom