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

Prevent drush from crushing, when command extends non-existent class #5861

Merged

Conversation

ilyano
Copy link
Contributor

@ilyano ilyano commented Feb 8, 2024

Fixes #5860

@greg-1-anderson
Copy link
Member

We probably need some form of notification, even if it's only a debug log message, so that commands do not silently disappear when underlying things change in such a way as to prevent instantiation from working.

@ilyano
Copy link
Contributor Author

ilyano commented Mar 13, 2024

@greg-1-anderson thanks for the notice! I've added debug message.

@greg-1-anderson
Copy link
Member

This seems ok to me, but it needs to target the 13.x branch now.

@ilyano ilyano changed the base branch from 12.x to 13.x June 24, 2024 08:53
@ilyano ilyano force-pushed the fix-fatal-on-non-existent-class branch from 46efb84 to 3143bca Compare June 24, 2024 10:17
@ilyano ilyano force-pushed the fix-fatal-on-non-existent-class branch from 3143bca to b5019a1 Compare June 24, 2024 13:31
@ilyano
Copy link
Contributor Author

ilyano commented Jun 24, 2024

@greg-1-anderson target branch has been updated, source branch has been rebased.

Copy link
Member

@greg-1-anderson greg-1-anderson left a comment

Choose a reason for hiding this comment

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

LGTM

@greg-1-anderson greg-1-anderson merged commit 151b704 into drush-ops:13.x Jun 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent drush from crushing, when module's command extends non-existent class
3 participants