Skip to content

Conversation

@mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Oct 16, 2025

We've just introduced some new deprecation warnings that should take effect after we release Alchemy 8.0, not when it is released.

We can also use 9.0, just comment.

I've looked for deleteable deprecated code and couldn't find any.

Checklist

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have added tests to cover this change

We've just introduced some new deprecation warnings that should take
effect after we release Alchemy 8.0, not when it is released.
@mamhoff mamhoff requested a review from a team as a code owner October 16, 2025 10:48
@codecov
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.13%. Comparing base (7711d16) to head (bb30b43).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3427   +/-   ##
=======================================
  Coverage   97.13%   97.13%           
=======================================
  Files         279      279           
  Lines        7369     7374    +5     
=======================================
+ Hits         7158     7163    +5     
  Misses        211      211           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.


module Alchemy
Deprecation = ActiveSupport::Deprecation.new("8.0", "Alchemy")
Deprecation = ActiveSupport::Deprecation.new("8.1", "Alchemy")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9.0

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.

2 participants