Skip to content
New issue

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

Fix module error #2820

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Fix module error #2820

merged 1 commit into from
Apr 4, 2024

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Apr 4, 2024

What is this pull request for?

The error message in Alchemy::Modules.validate_controllers_existence relies on the definition_hash variable to be present. Because it isn't, we get a NameError rather than the expected RuntimeError.

The error message in Alchemy::Modules.validate_controllers_existence
relies on the definition_hash variable to be present. Because it isn't,
we get a NameError rather than the expected RuntimeError.
@mamhoff mamhoff requested a review from a team as a code owner April 4, 2024 10:12
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.92%. Comparing base (fc97f93) to head (d38d50c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2820   +/-   ##
=======================================
  Coverage   95.92%   95.92%           
=======================================
  Files         225      225           
  Lines        6129     6129           
=======================================
  Hits         5879     5879           
  Misses        250      250           

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

@tvdeyen tvdeyen added backport-to-7.0-stable Needs to be backported to 7.0-stable backport-to-7.1-stable Needs to be backported to 7.1-stable labels Apr 4, 2024
@tvdeyen tvdeyen merged commit 08d6a85 into AlchemyCMS:main Apr 4, 2024
37 checks passed
@alchemycms-bot
Copy link
Collaborator

💚 All backports created successfully

Status Branch Result
7.0-stable
7.1-stable

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

@mamhoff mamhoff deleted the fix-module-error branch April 4, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-7.0-stable Needs to be backported to 7.0-stable backport-to-7.1-stable Needs to be backported to 7.1-stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants