This project is archived and is in readonly mode.

#6721 new
Alexey Muranov

activesupport 3.0.6 gem: require 'active_support/core_ext' generates "circular require" warning

Reported by Alexey Muranov | April 19th, 2011 @ 09:20 AM

I am getting in activesupport 3.0.6 a "circular require" warning when running ruby or irb with -w option.
There were no such warning in 3.0.5.

If I do

$ irb -w
> require 'active_support/core_ext'

I get
"warning: loading in progress, circular require considered harmful...".

If I do

$ irb -w
> gem 'activesupport', '=3.0.5'
> require 'active_support/core_ext'

it works quietly.

It this a bug in activesupport 3.0.6 gem?

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages