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

Legacy RunnableSolution should continue to extend legacy Solution #6

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Legacy RunnableSolution should continue to extend legacy Solution #6

merged 1 commit into from
Jul 9, 2024

Conversation

duncanmcclean
Copy link
Contributor

This pull request fixes #5, where the legacy RunnableSolution interface was no longer implementing the legacy Solution interface, which was causing return type errors.

I've provided some more information on the issue, along with an example repository which can be used to reproduce the issue: https://github.com/duncanmcclean/spatie-ignition-runnable-solutions-return-type-error

This PR attempts to fix the issue by continuing to extend the legacy Solution interface, which meant having to re-add the runnable solution methods to the interface.

@riasvdv riasvdv merged commit 4bb6c73 into spatie:main Jul 9, 2024
33 of 34 checks passed
@riasvdv
Copy link
Member

riasvdv commented Jul 9, 2024

Thanks!

@duncanmcclean duncanmcclean deleted the fix-ignition-runnable-solutions-return-type branch July 9, 2024 13:09
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.

[Bug]: Return type error when using Ignition Runnable Solutions
2 participants