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 generic parameters for composite observations #3173

Conversation

jonatan-ivanov
Copy link
Member

Using concrete prevents users to use a custom context (extending Observation.Context).
Also, the ctor that accepts a List can't accept a List of custom ObservationHandlers.
This PR makes both flexible and adds a test as well. Downside: we need to tricks in the ctor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants