Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#505·dragonfly

warning: loading in progress, circular require considered harmful

Author: brcarpCreated Jan 21, 2020Updated Feb 27, 2021

gem 'dragonfly-s3_data_store'

$ grep dragonfly Gemfile
gem 'dragonfly-s3_data_store'
$ grep dragonfly Gemfile.lock
    dragonfly (1.1.4)
    dragonfly-s3_data_store (1.3.0)
      dragonfly (~> 1.0)
  dragonfly-s3_data_store
$ ruby -w -e 'require "dragonfly"'
/path/to/rubygems/core_ext/kernel_require.rb: warning: loading in progress, circular require considered harmful - /path/to/gems/dragonfly-1.1.4/lib/dragonfly.rb

Is this tied to dragonfly, this particular version, or some other dependency chain in the configuration? It would be helpful if others could comment as to its reproducibility.

Source: markevans/dragonfly

View original on GitHubView discussion on GitHub