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

Implement Search Parameters #223

Open
Mec-iS opened this issue Nov 3, 2022 · 0 comments
Open

Implement Search Parameters #223

Mec-iS opened this issue Nov 3, 2022 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@Mec-iS
Copy link
Collaborator

Mec-iS commented Nov 3, 2022

Currently svm/search is disabled because of lack of deserialization for Kernel (see #221).

The current implementation requires cloning of the Kernel object, but as it is an object-safe trait cloning cannot be supported.
Options are:

It may be an option to have our own implementation of dynClone.

@Mec-iS Mec-iS added this to the v0.5 milestone Nov 3, 2022
@Mec-iS Mec-iS added the good first issue Good for newcomers label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant