[#42672] [Ruby 1.9-Bug#4110][Open] ホスト名の先頭が数字であるとき、WEBrickのテストでErrorが出る — Kouhei Yanagita <redmine@...>
Bug #4110: =E3=83=9B=E3=82=B9=E3=83=88=E5=90=8D=E3=81=AE=E5=85=88=E9=A0=AD=
[#42684] [Ruby 1.9-Bug#4120][Assigned] 2 failures on test/mkmf/test_convertible.rb — Usaku NAKAMURA <redmine@...>
Bug #4120: 2 failures on test/mkmf/test_convertible.rb
なかだです。
こんにちは、なかむら(う)です。
[#42692] [Feature: trunk] String#encode(:fallback) should accept default handler — SASADA Koichi <ko1@...>
ささだです.
[#42701] 1.9.x release and trunk branch policy — Yusuke ENDOH <mame@...>
まつもとさん、Yugui さん
[#42730] [Ruby 1.9-Bug#4143][Open] warning: "SUPPORT_JOKE" is not defined — Kazuhiro NISHIYAMA <redmine@...>
Bug #4143: warning: "SUPPORT_JOKE" is not defined
チケット #4143 が更新されました。 (by Kazuhiro NISHIYAMA)
2010年12月10日22:38 Kazuhiro NISHIYAMA <redmine@ruby-lang.org>:
(2010/12/10 23:49), KOSAKI Motohiro wrote:
[#42735] [Ruby 1.9-Feature#4147][Open] Array#sample で重みを指定したい — Yoji Ojima <redmine@...>
Feature #4147: Array#sample で重みを指定したい
チケット #4147 が更新されました。 (by Shyouhei Urabe)
> じゃあ反対ないので実装はともかく、この仕様は基本入れる方向で考えましょう。反対の人は意思表示お早めに。
Yuguiです。
2010年12月19日21:15 Yugui <yugui@yugui.jp>:
チケット #4147 が更新されました。 (by Yoji Ojima)
遠藤です。
チケット #4147 が更新されました。 (by Yoji Ojima)
[#42758] [Ruby 1.9-Bug#4157][Open] test_pty で、たまに出る Failure — Makoto Kishimoto <redmine@...>
Bug #4157: test_pty で、たまに出る Failure
[#42763] [Ruby 1.9-Bug#4159][Open] test_block_variables(TestRipper::ParserEvents) が失敗する — Kouhei Yanagita <redmine@...>
Bug #4159: test_block_variables(TestRipper::ParserEvents) が失敗する
[#42778] BasicObject#object_id — keiju@... (Keiju ISHITSUKA)
けいじゅ@いしつかです.
[#42782] [Ruby 1.9-Feature#4165][Open] win32ビルドでbaserubyを設定しなかったときのエラーが非常に不親切 — Motohiro KOSAKI <redmine@...>
Feature #4165: win32=E3=83=93=E3=83=AB=E3=83=89=E3=81=A7baseruby=E3=82=92=
[#42832] [Ruby 1.9-Bug#4178][Open] test/rubygems/gemutilities.rb で、よくわからない ArgumentError — Makoto Kishimoto <redmine@...>
Bug #4178: test/rubygems/gemutilities.rb で、よくわからない ArgumentError
[#42869] [feature:trunk] option for Socket#sendmsg — Nobuyoshi Nakada <nobu@...>
なかだです。
2010年12月23日21:01 Nobuyoshi Nakada <nobu@ruby-lang.org>:
[#42887] [Ruby 1.9-Feature#4204][Open] IO#advise should raise error for unknown symbol — Tomoyuki Chikanaga <redmine@...>
Feature #4204: IO#advise should raise error for unknown symbol
[#42893] [Ruby 1.8-Bug#4206][Open] failed to set ext option for win32/configure.bat — Akio Tajima <redmine@...>
Bug #4206: failed to set ext option for win32/configure.bat
[#42894] [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Shyouhei Urabe <redmine@...>
Feature #4207: これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには
むらたです。
むらたです。
2011/1/5 Kenta Murata <muraken@gmail.com>:
こんにちは、なかむら(う)です。
チケット #4207 が更新されました。 (by Shyouhei Urabe)
チケット #4207 が更新されました。 (by Akinori MUSHA)
[ruby-dev:42755] [Ruby 1.9-Bug#4152] optparseのzsh compsysでrspecの補完が出来ない
チケット #4152 が更新されました。 (by Kazuhiro NISHIYAMA) [p] などを \[p\] のようにエスケープすれば良いようです。 % cat ~/.zsh.d/Completion/_rspec-trunk #compdef rspec-trunk typeset -A opt_args local context state line _arguments -s -S \ "-b[Enable full backtrace]" \ "--backtrace[Enable full backtrace]" \ "-c[Enable color in the output]" \ "--color[Enable color in the output]" \ "--no-color[Enable color in the output]" \ "--colour[Enable color in the output]" \ "--no-colour[Enable color in the output]" \ "-d[Enable debugging]" \ "--debug[Enable debugging]" \ "-e[Run examples whose full descriptions match this pattern(PATTERN is compiled into a Ruby regular expression)]" \ "--example[Run examples whose full descriptions match this pattern(PATTERN is compiled into a Ruby regular expression)]" \ "-f[Choose a formatter [p]rogress (default - dots) [d]ocumentation (group and example names) [h]tml [t]extmate custom formatter class name]" \ "--format[Choose a formatter [p]rogress (default - dots) [d]ocumentation (group and example names) [h]tml [t]extmate custom formatter class name]" \ "-o[output to a file instead of STDOUT]" \ "--out[output to a file instead of STDOUT]" \ "-I[specify $LOAD_PATH directory (may be used more than once)]" \ "-l[Specify the line number of a single example to run]" \ "--line_number[Specify the line number of a single example to run]" \ "-p[Enable profiling of examples with output of the top 10 slowest examples]" \ "--profile[Enable profiling of examples with output of the top 10 slowest examples]" \ "-r[Require a file]" \ "--require[Require a file]" \ "-v[Show version]" \ "--version[Show version]" \ "-X[Run examples via DRb]" \ "--drb[Run examples via DRb]" \ "--configure[Generate configuration files]" \ "--drb-port[Port to connect to on the DRb server]" \ "--tty[]" \ "--fail-fast[Use the fail_fast option to tell RSpec to abort the run on first failure.]" \ "-t[Run examples with the specified tagTo exclude examples, add ~ before the tag (e.g. ~slow)(TAG is always converted to a symbol)]" \ "--tag[Run examples with the specified tagTo exclude examples, add ~ before the tag (e.g. ~slow)(TAG is always converted to a symbol)]" \ "-h[You're looking at it.]" \ "--help[You're looking at it.]" \ '*:file:_files' && return 0 % vi ~/.zsh.d/Completion/_rspec-trunk [p] などを \[p\] のようにエスケープ % cat ~/.zsh.d/Completion/_rspec-trunk #compdef rspec-trunk typeset -A opt_args local context state line _arguments -s -S \ "-b[Enable full backtrace]" \ "--backtrace[Enable full backtrace]" \ "-c[Enable color in the output]" \ "--color[Enable color in the output]" \ "--no-color[Enable color in the output]" \ "--colour[Enable color in the output]" \ "--no-colour[Enable color in the output]" \ "-d[Enable debugging]" \ "--debug[Enable debugging]" \ "-e[Run examples whose full descriptions match this pattern(PATTERN is compiled into a Ruby regular expression)]" \ "--example[Run examples whose full descriptions match this pattern(PATTERN is compiled into a Ruby regular expression)]" \ "-f[Choose a formatter \[p\]rogress (default - dots) \[d\]ocumentation (group and example names) \[h\]tml \[t\]extmate custom formatter class name]" \ "--format[Choose a formatter \[p\]rogress (default - dots) \[d\]ocumentation (group and example names) \[h\]tml \[t\]extmate custom formatter class name]" \ "-o[output to a file instead of STDOUT]" \ "--out[output to a file instead of STDOUT]" \ "-I[specify $LOAD_PATH directory (may be used more than once)]" \ "-l[Specify the line number of a single example to run]" \ "--line_number[Specify the line number of a single example to run]" \ "-p[Enable profiling of examples with output of the top 10 slowest examples]" \ "--profile[Enable profiling of examples with output of the top 10 slowest examples]" \ "-r[Require a file]" \ "--require[Require a file]" \ "-v[Show version]" \ "--version[Show version]" \ "-X[Run examples via DRb]" \ "--drb[Run examples via DRb]" \ "--configure[Generate configuration files]" \ "--drb-port[Port to connect to on the DRb server]" \ "--tty[]" \ "--fail-fast[Use the fail_fast option to tell RSpec to abort the run on first failure.]" \ "-t[Run examples with the specified tagTo exclude examples, add ~ before the tag (e.g. ~slow)(TAG is always converted to a symbol)]" \ "--tag[Run examples with the specified tagTo exclude examples, add ~ before the tag (e.g. ~slow)(TAG is always converted to a symbol)]" \ "-h[You're looking at it.]" \ "--help[You're looking at it.]" \ '*:file:_files' && return 0 % unfunction _rspec-trunk % autoload -U _rspec-trunk % rspec-trunk -[TAB] option --backtrace -b -- Enable full backtrace --configure -- Generate configuration files --debug -d -- Enable debugging --drb -X -- Run examples via DRb --drb-port -- Port to connect to on the DRb server --example -e -- Run examples whose full descriptions --fail-fast -- Use the fail_fast option to tell RSpe --format -f -- Choose a formatter [p]rogress (defau --help -h -- You're looking at it. --line_number -l -- Specify the line number of a single e --no-color --colour --color -c --no-colour -- Enable color in the output --out -o -- output to a file instead of STDOUT --profile -p -- Enable profiling of examples with out --require -r -- Require a file --tag -t -- Run examples with the specified tagTo --tty -- --version -v -- Show version -I -- specify directory (may be used more ---------------------------------------- http://redmine.ruby-lang.org/issues/show/4152 ---------------------------------------- http://redmine.ruby-lang.org