Project

General

Profile

Actions

Bug #6610

closed

Fix Benchmark.benchmark output with an empty caption

Added by Eregon (Benoit Daloze) almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-05-25 trunk 35779) [x86_64-darwin10.8.0]
Backport:
[ruby-core:45719]

Description

Hello,

I noticed Benchmark.benchmark output with an empty caption has an extra space.
This is due to my change in r32269, so I am sorry, this is my fault.
I guess Benchmark.benchmark is not much used directly
and without caption though (and nobody reported this issue).

It also includes a fix to avoid defining constants at the top-level
(this was due to class_eval with a block) and a few other small fixes.

You can see the commits on my benchmark branch: https://github.com/eregon/ruby/compare/e3761441...benchmark
(Or https://github.com/eregon/ruby/compare/trunk...benchmark, after the last Merge commit)

Please let me know what I can do to help committing these changes.

Updated by mame (Yusuke Endoh) almost 12 years ago

  • Status changed from Open to Assigned
Actions #2

Updated by naruse (Yui NARUSE) almost 12 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r36427.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/benchmark.rb: Fix Benchmark.benchmark output with an empty
    caption. patched by Benoit Daloze. [ruby-core:45719] [Bug #6610]
Actions

Also available in: Atom PDF

Like0
Like0Like0