We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When CircleCI runs my app's test suite, the output is very clouded by excessive prints of this:
/home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:257: warning: instance variable @versions_to_store not initialized */home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized /home/circleci/project/vendor/bundle/gems/carrierwave-2.0.2/lib/carrierwave/uploader/versions.rb:253: warning: instance variable @versions_to_cache not initialized
To the point that it's difficult to see which test(s) failed or errored at all.
The text was updated successfully, but these errors were encountered:
To be clear, this does not show up locally when running the test suite.
Sorry, something went wrong.
Hi there. I'm experiencing the same issue running specs inside a Docker container. Let me know if I can be of any help.
c10b82e
Fix instance variable @versions_to_* not initialized warning
a5dd25c
Fixes carrierwaveuploader#2493, Closes carrierwaveuploader#2506 Memoizing @versions_to_* is unsafe since versions can change dynamically when conditional version is used.
Successfully merging a pull request may close this issue.
When CircleCI runs my app's test suite, the output is very clouded by excessive prints of this:
To the point that it's difficult to see which test(s) failed or errored at all.
The text was updated successfully, but these errors were encountered: