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

chore: replace prior AnalysisResults obj with AltAnalysisResults impl #159

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

j-lanson
Copy link
Collaborator

Continuation of effort on #28 .

Previous PRs on this front have introduced an alternative ScoringResults obj called AltScoringResults, which stores results in a hashmap instead of as fields of a compile-time object, which will help enable the plugin system going forward.

This PR does the work of fully replacing any usage of ScoringResults with the hash-map alternative, which has been renamed to ScoringResults as the old one is purged from the codebase.

@j-lanson j-lanson added the type: chore Clean up or management task. label Jun 27, 2024
@j-lanson j-lanson requested a review from alilleybrinker June 27, 2024 15:46
@j-lanson j-lanson self-assigned this Jun 27, 2024
@alilleybrinker alilleybrinker merged commit 55c3f30 into main Jun 27, 2024
9 checks passed
@j-lanson j-lanson deleted the jlanson/deprecate-non-hashmap-storage branch July 31, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Clean up or management task.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants