Feature #1831
closed
Suggestion: warn on repeated character in character class
Added by candlerb (Brian Candler) over 15 years ago.
Updated over 13 years ago.
Description
=begin
Suggestion: warn if the same character appears more than once in a character class (or more restrictedly: if the character ':' appears both at the start and end of a character class)
This is to give some indication of the problem if you do the following:
RUBY_DESCRIPTION
=> "ruby 1.9.2dev (2009-07-18 trunk 24186) [i686-linux]"
$WARN=true
=> true
"uber" =~ /[:lower:]/
=> 2
=end
Files
=begin
That should have said $VERBOSE=true, but it makes no difference
=end
- File ruby-core-24593_1_.patch added
=begin
I'm interested in your suggestion, and wrote a patch.
=end
- File deleted (
ruby-core-24593_1_.patch)
=begin
Patch updated.
Matz, can I commit this patch?
=end
=begin
Hi,
In message "Re: [ruby-core:24627] [Feature #1831] Suggestion: warn on repeated character in character class"
on Fri, 31 Jul 2009 08:01:30 +0900, Yui NARUSE redmine@ruby-lang.org writes:
|Patch updated.
|
|Matz, can I commit this patch?
OK.
=end
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24387.
=end
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0Like0Like0