[#42735] [Ruby 1.9-Feature#4147][Open] Array#sample で重みを指定したい — Yoji Ojima <redmine@...>

Feature #4147: Array#sample で重みを指定したい

52 messages 2010/12/10
[#42791] [Ruby 1.9-Feature#4147][Assigned] Array#sample で重みを指定したい — Shyouhei Urabe <redmine@...> 2010/12/18

チケット #4147 が更新されました。 (by Shyouhei Urabe)

[#42800] Re: [Ruby 1.9-Feature#4147][Assigned] Array#sample で重みを指定したい — Masaya TARUI <tarui@...> 2010/12/19

> じゃあ反対ないので実装はともかく、この仕様は基本入れる方向で考えましょう。反対の人は意思表示お早めに。

[#42763] [Ruby 1.9-Bug#4159][Open] test_block_variables(TestRipper::ParserEvents) が失敗する — Kouhei Yanagita <redmine@...>

Bug #4159: test_block_variables(TestRipper::ParserEvents) が失敗する

8 messages 2010/12/14

[#42894] [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Shyouhei Urabe <redmine@...>

Feature #4207: これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには

24 messages 2010/12/26
[#42935] Re: [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Kenta Murata <muraken@...> 2011/01/04

むらたです。

[#42936] Re: [Ruby 1.8-Feature#4207][Open] これから「1.8.8」の話をしよう -- 1.8がこの先生きのこるには — Kenta Murata <muraken@...> 2011/01/05

むらたです。

[ruby-dev:42754] [Ruby 1.9-Bug#4152][Open] optparseのzsh compsysでrspecの補完が出来ない

From: Kazuhiro NISHIYAMA <redmine@...>
Date: 2010-12-12 12:22:19 UTC
List: ruby-dev #42754
Bug #4152: optparseのzsh compsysでrspecの補完が出来ない
http://redmine.ruby-lang.org/issues/show/4152

起票者: Kazuhiro NISHIYAMA
ステータス: Open, 優先度: Normal
ruby -v: ruby 1.9.3dev (2010-12-12 trunk 30182) [x86_64-linux]

説明部分のエスケープが足りていなくて、補完が出来ないコマンドがあります。

% rspec-trunk [TAB]
_arguments:comparguments:303: invalid option definition: -f[Choose a formatter  [p]rogress (default - dots)  [d]ocumentation (group and example names)  [h]tml  [t]extmate  custom formatter class name]
% rspec-trunk --help
Usage: rspec [options] [files or directories]
    -b, --backtrace                  Enable full backtrace
    -c, --[no-]color, --[no-]colour  Enable color in the output
    -d, --debug                      Enable debugging
    -e, --example PATTERN            Run examples whose full descriptions match this pattern
                                     (PATTERN is compiled into a Ruby regular expression)
    -f, --format FORMATTER           Choose a formatter
                                       [p]rogress (default - dots)
                                       [d]ocumentation (group and example names)
                                       [h]tml
                                       [t]extmate
                                       custom formatter class name
    -o, --out FILE                   output to a file instead of STDOUT
    -I DIRECTORY                     specify $LOAD_PATH directory (may be used more than once)
    -l, --line_number LINE           Specify the line number of a single example to run
    -p, --profile                    Enable profiling of examples with output of the top 10 slowest examples
    -r, --require PATH               Require a file
    -v, --version                    Show version
    -X, --drb                        Run examples via DRb
        --configure COMMAND          Generate configuration files
        --drb-port [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, --tag TAG[:VALUE]            Run examples with the specified tag
                                     To exclude examples, add ~ before the tag (e.g. ~slow)
                                     (TAG is always converted to a symbol)
    -h, --help                       You're looking at it.
% rspec-trunk --version
2.2.1
%


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next