Skip to content

Make it work with more recent dependencies#1

Open
lkundrak wants to merge 4 commits intoquix:masterfrom
lkundrak:lr-modernize
Open

Make it work with more recent dependencies#1
lkundrak wants to merge 4 commits intoquix:masterfrom
lkundrak:lr-modernize

Conversation

@lkundrak
Copy link

No description provided.

lkundrak added 4 commits May 12, 2014 15:52
Deal with stuff that got deprecated with Minitest 4:

NOTE: MiniTest::Unit::TestCase#assert_block is deprecated, use assert.
  It will be removed on 2013-01-01. Called from
  src/comp_tree/test/exception_test.rb:50:in `block (3 levels) in test_exception'
Deal with stuff that got deprecated with Rake 9:

WARNING: Global access to Rake DSL methods is deprecated.  Please include
    ...  Rake::DSL into classes and modules which use the Rake DSL methods.
WARNING: DSL method Levitate#task called at src/comp_tree/devel/levitate.rb:507:in `define_changes'
WARNING: DSL method Levitate#desc called at src/comp_tree/devel/levitate.rb:389:in `define_doc'
Make no assumption about initial Thread.list size.
There's a warning due to the weird way we avoid autorun, but at least it works
with both minitest 4 (present in enterprise linux 7) and minitest 5 (shipped
with fedora 20):

Warning: you should require 'minitest/autorun' instead.
Warning: or add 'gem "minitest"' before 'require "minitest/autorun"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant