Project

General

Profile

Actions

Feature #8632

closed

Remove warnings for Refinements

Added by shugo (Shugo Maeda) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
[ruby-core:55993]

Description

Can I remove the following warning for Refinements?

$ ruby -ve 'module M; refine(Fixnum) {}; end'
ruby 2.1.0dev (2013-07-01 trunk 41717) [i686-linux]
-e:1: warning: Refinements are experimental, and the behavior may change in future versions of Ruby!

Updated by matz (Yukihiro Matsumoto) over 10 years ago

  • Assignee changed from matz (Yukihiro Matsumoto) to shugo (Shugo Maeda)

I agree. Remove warning.

Matz.

Actions #2

Updated by shugo (Shugo Maeda) over 10 years ago

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

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


  • eval.c (rb_mod_refine, mod_using, top_using): don't show
    warnings because Refinements are no longer experimental.
    [ruby-core:55993] [Feature #8632]

  • test/ruby/test_refinement.rb: related test.

  • NEWS: fixes for the above change.

Actions

Also available in: Atom PDF

Like0
Like0Like0