Skip to content

Instantly share code, notes, and snippets.

@alexpeachey
Created March 21, 2011 19:03
Show Gist options
  • Save alexpeachey/879995 to your computer and use it in GitHub Desktop.
Save alexpeachey/879995 to your computer and use it in GitHub Desktop.
weird warnings on 3.0.5 and 1.9.2p180
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*': /\bany(?:\s+)?day\b/
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*': /([0-9])(?:\s+)?a\b/
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*': /([0-9])(?:\s+)?p\b/
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*': /this(?:\s+)?morning/
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*': /^(?:\s+)?(?:right\s+)?now(?:\s+)?$/
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*': /^(?:\s+)?(?:right\s+)?now(?:\s+)?$/
/home/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239: warning: nested repeat operator + and ? was replaced with '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment