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

[ESI][Runtime] When a service cannot be created, ignore it #6462

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

teqdruid
Copy link
Contributor

If createService returns null, it means either that service hasn't been
connected up externally or we do not have an implementation for it.
Either way, just ignore it and let it error when/if the user tries to
access it.

Also, pass the implementation name to createService to make it easier to
check compat.

If createService returns null, it means either that service hasn't been
connected up externally or we do not have an implementation for it.
Either way, just ignore it and let it error when/if the user tries to
access it.

Also, pass the implementation name to createService to make it easier to
check compat.
@teqdruid teqdruid added the ESI label Nov 29, 2023
@teqdruid teqdruid merged commit 9f908ff into main Nov 29, 2023
4 checks passed
@teqdruid teqdruid deleted the dev/teqdruid/esi/runtime/nullsvc branch November 29, 2023 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant