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

Rework configuration and analysis options #594

Merged
merged 11 commits into from
Jan 3, 2023

Conversation

ielis
Copy link
Contributor

@ielis ielis commented Dec 30, 2022

Rework configuration and AnalysisOptions to parameterize the analysis better.

All sample-related options were moved from configuration (LiricalBuilder) to analysis options AnalysisOptions. The APIs are backward compatible to allow transition to the new version, and the code will not break. However, the some functionalities are not present anymore so the analysis will not in fact run without replacing the deprecated LIRICAL methods in the client code with the current methods, and RuntimeExceptions can be expected in the code that previously used to run OK.

ielis added 11 commits December 29, 2022 16:14
…nto `AnalysisOptions`.

Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
…parametrization.

Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
… analyses.

Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
@ielis ielis marked this pull request as ready for review January 3, 2023 22:14
@ielis ielis merged commit d76aa88 into develop Jan 3, 2023
@ielis ielis deleted the rework_configuration_and_analysis_options branch January 3, 2023 22:22
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.

1 participant