Closed
Conversation
Contributor
Author
|
Closed in favor of #315. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ annotate (2.7.4 → 3.1.1) · Repo · Changelog
Release Notes
2.7.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.1.6 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.8.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 65 commits:
Bump to 1.8.2Fix regression introduced by b7f69f78Add pry to GemfileExpand post-install message to clarify for new appsBump to 1.8.1Merge pull request #508 from ruby-i18n/revert-499-chain-fallback-backendsRevert "Chain fallback backends"Bump to 1.8.0Merge pull request #499 from vipera/chain-fallback-backendsBump to 1.7.1Merge pull request #503 from CrAsH1101/preserve-count-optionAdd test for preserving count optionMerge pull request #505 from peterberkenbosch/update-readme-with-gh-workflow-badgeReplace TravisCI badge with GH Actions badgeMerge pull request #504 from ruby-i18n/bump-ruby-rails:wave: Travis CI :cry:Ignore Ruby 2.3.8 + Rails 6.0.xCorrect Rails version numberCorrect more ruby versionsUse actions/checkout@v2Ignore Rails 6.0.0 + Ruby 2.4Specify exact versions for eregon/use-ruby-actionUse eregon/use-ruby-action for Ruby 2.7, 2.3 + JRuby supportUndo required_ruby_version bumpAdd missing GemfileFail slowlyBump Ruby + Rails versionsMerge pull request #501 from alchimere/add-user-friendly-comment-on-translate-kwargsAdd comment on kwargs to avoid new people open issues like #500Preserve count optionI18n::Backend::Chain#translations fallback mergeUse activesupport implementation of Hash#deep_merge!Merge pull request #495 from ghiculescu/pluralization_fallback_testAdd tests for existing behaviorMerge pull request #480 from Tietew/exclude-count-on-retrieve-linkAdd JRuby to build pipelineAdd Ruby 2.3 to Ruby pipelineOne i in gemfileExclude Ruby 2.4.x + Rails master Gemfile buildUpdate ruby.ymlUpdate ruby.ymlExclude :count option on retrieve linkBump to 1.7.0Merge pull request #491 from ruby-i18n/pipe-interpolationAllow pipes in interpolationsMerge pull request #486 from amatsuda/kwargs_2.7Merge pull request #487 from amatsuda/httpsKeyword arguments have to be explicitly double-splatted in Ruby 2.7+GitHub is https by defaultMerge pull request #488 from amatsuda/reduce_allocationsMerge pull request #489 from lbraun/fix-typosFix typosNo need to dup before creating another Hash instance via Hash#rejectMerge pull request #483 from hsbt/remove-rubyforgeRemoved rubyforge_project from gemspec. Because rubyforge was EOL.Merge pull request #481 from ahorek/public#include is public since ruby 2.1Merge pull request #476 from TaigaMikami/masterFix typo :)Merge pull request #475 from KaanOzkan/raise-disabledRaise disabled during boot inside fallbackMerge pull request #470 from gburgett/patch-1Merge branch 'master' into patch-1Use each_with_object and more descriptive namesUpdate spec for new behavior of chain backendRelease Notes
5.14.0 (from changelog)
5.13.0 (from changelog)
5.12.2 (from changelog)
5.12.1 (from changelog)
5.12.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 54 commits:
prepped for releaseClosed temporary IOs when exiting capture_subprocess_io. (doudou)- Added example for value wrapper with block to Expectations module. (stomar)Added minitest_log to known modules (BurdetteLamar)+ Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine)- Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)+ Changed assert_raises to only catch Assertion since that covers Skip and friends.- Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine)prepped for release+ Deprecated Minitest::Guard#maglev?+ Added skip_until(year, month, day, msg) to allow deferring until a deadline.Reworked some of metametameta to be more flexible.+ Added expectations #path_must_exist and #path_wont_exist. Not thrilled with the names.re-sorted assertions after path additions+ Finally added assert_path_exists and refute_path_exists. (deivid-rodriguez)+ Refactored and pulled Assertions#things_to_diff out of #diff. (BurdetteLamar)- Fix autorun bug that affects fork exit status in tests. (dylanahsmith/jhawthorn)+ Added examples to documentation for assert_raises. (lxxxvi)- Support new Proc#to_s format. (ko1)- Improved documentation for _/value/expect, especially for blocks. (svoop)prepped for release- After chatting w/ @y-yagi and others, decided to lower support to include ruby 2.2.prepped for release- Fixed broken link to reference on goodness-of-fit testing. (havenwood)Added mini-apivore to readme.- Update requirements in readme and Rakefile/hoe spec.+ Added documentation for Reporter classes. (sshaw)Added minitest-global_expectations to readme. (jeremyevans)- Avoid using 'match?' to support older ruby versions. (y-yagi)Tweaked multithreading section of README. (iHiD)prepped for releaseReworked the \n vs \\n mu_pp_for_diff situation.Extended assert_mu_pp and assert_mu_pp_for_diff to auto-quote strings to make tests more grokkable.minor editing to commentTurn off parallelism on stub and spec meta tests because they hit class methods (globals)Added mutant-minitest to readme. (mjb)+ Add a descriptive error if assert_output or assert_raises called without a block. (okuramasafumi)- Check `option[:filter]` klass before match. Fixes 2.6 warning. (y-yagi)Fixed 2.6 warning in test_refute_match_matcher_object by adding explicit =~ method. (y-yagi)Added doco for using Rake::TestTask. (schneems)Added minitest-mock_expectations to readme. (bogdanvlviv)- Fixed spec section of readme to not use deprecated global expectations. (CheezItMan)minor rearrangement of requiresAdded tests for message and using message/lambad w/ assertions.+ Changed mu_pp_for_diff to make having both \n and \\n easier to debug.Overhauled and sorted test_minitest_assertions.rb in prep for new mu_pp_for_diff changes.Split tests out into test_minitest_assertions.rb- Fixed Assertions#diff from recalculating if set to nil+ Deprecated $N for specifying number of parallel test runners. Use MT_CPU.+ Extended Assertions#mu_pp to encoding validity output for strings to improve diffs.+ Deprecated use of global expectations. To be removed from MT6.+ Fail gracefully when expectation used outside of `it`.Converted all minitest/spec tests over to use _ to avoid deprecation warnings.Avoid teardown assertion check if test is skippedRelease Notes
13.0.1 (from changelog)
13.0.0 (from changelog)
12.3.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 75 commits:
Bump version to 13.0.1Fixed build failure of the latest GitHub ActionsMerge pull request #271 from thorsteneckel/bugfix-reenable_invocation_exceptionMerge pull request #327 from mjbellantoni/mjb-order-only-arg-fixMerge pull request #329 from jeremyevans/skip-taint-test-on-2.7Skip a taint test on Ruby 2.7Merge pull request #328 from orien/gem-metadataAdd project metadata to the gemspecUpdate comments to reflect the current stateFix an incorrectly resolved arg patternPrepare to release rake 13Use RUBY insted of BUNDLE_RUBY for test-bundled-gems of ruby/ruby.bump version to 13.0.0.pre.1Merge pull request #325 from nobu/update-required_ruby_versionMerge pull request #326 from nobu/update-keyword-argsUpdate keyword arguments mergerReduce repeated codeRemoved stale skipsDrop old ruby versions which are no longer testedMerge pull request #324 from ruby/use-setup-ruby-on-macosTry to use setup-ruby on macosRemoved truffleruby temporary.2.1 is not provided by binary installation2.3 is provided by GitHub Actions, We need to switch 2.1.Added trufflerubyThere is no binaries of 2.0 and 2.1 on RVMSet the explicitly versions.Added the old versionsUse the latest version of JRubyMerge pull request #269 from take-cheeze/order_onlyMerge pull request #310 from tonytonyjan/without_parent_dirRemoved status badge of Travis.Merge pull request #321 from ruby/cleanup-gemspecRemoved rdoc.Use Gemfile instead of Gem::Specification#add_development_dependency.Merge pull request #322 from ruby/actions-2Good bye Travis. Thanks for your contribution.Enabled coveralls service on macOS env.Try to use rvm on GitHub ActionsRemoved the badge of appveyor.Merge pull request #320 from ruby/actionsRemoved duplicated tasks with GitHub Actions.Split install and test tasks.setup-ruby is not support macOS env.Windows env only provide Ruby 2.4+Fixed build names.Added Windows and macOS.Enabled build matrix.Update ruby.ymlBump version to 12.3.3.Use File.open explicitly.Merge pull request #317 from ruby/ignore-gitignoreRemoved gitignore from gemspec files.feat: add `without_parent_dir` to `PackageTask`Merge pull request #309 from RDIL/patch-1Remove deprecated travis ci optionMerge pull request #307 from ruby/azure-pipelinesOnly enabled macOS environmentuse realpathDo not specify ruby version of macOSIgnore matrix build for macOSRenameRemoved non supported versions.Extracted ruby versions for matrixAdded missing vmImageApplied matrix build for the multiple platforms.Set up CI with Azure PipelinesMerge pull request #305 from aycabta/use-2.6.1Use Ruby 2.6.1Merge pull request #303 from tmatilai/app-name-in-errorUse the application's name in error message if a task is not foundMerge pull request #301 from ruby/colby/update-rubocopfix outstanding rubocop warningsMerge pull request #300 from ruby/colby/add-ruby-2.6Add ruby 2.6.0 to .travis.ymlRelease Notes
1.2.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Update copyright years.Preparing v1.2.6.Replace expired gem signing certificate.Fix a comment.Ruby Enterprise Edition requires older versions of RubyGems and Bundler.Fix block not being called by RubyCoreSupport.open_file on JRuby 9.2.Revert "Try and fix an incorrect rake version being picked with JRuby 1.7."Try and fix an incorrect rake version being picked with JRuby 1.7.Convert to UNIX line endings.Simplify minitest version constraint.Update to Ruby v2.7.0-rc2.Run CI tests on Windows with AppVeyor.Enable verbose test output.Update Travis CI Ruby versions.Prevent bundler from attempting to use version minitest v5.12.0.Allow newer versions of Rake that fix warnings with Ruby 2.7.Eliminate a warning when calling File.open with keyword arguments.Suppress deprecation warnings due to Object#untaint on Ruby 2.7.Fix test failures on Ruby 1.8.7 caused by DateTime issues.Remove the unused REQUIRE_PATH constant from RubyDataSource.Fix SecurityErrors when loading data in safe mode.Test that RUBY_ENGINE is defined.Skip tests that fail due to Ruby bug 14060 on Ruby 2.4.4.Update to the latest Ruby, JRuby and Rubinius releases.Fix a documentation typo.Return the correct seconds since the epoch value for strftime with %s.Restrictions on timezones only apply to older (pre-1.9) Ruby releases.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands