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 position engine hash state #3684

Merged
merged 1 commit into from Jul 2, 2021

Conversation

jeremyletang
Copy link
Member

Maybe / maybe not the reason for the state issue, but the hash is implemented the wrong way there.

slice is built with len + capacite = same, which means that it's fine to copy stuff in the slice at given indexes, but not to append, as append would be done at the end of the slice (keeping things empty in middle). Ultimately that should not be the source of our issue, but eh...

@jeremyletang jeremyletang requested a review from a team July 2, 2021 17:05
@jeremyletang jeremyletang merged commit 2ba425f into develop Jul 2, 2021
@jeremyletang jeremyletang deleted the feature/fix-positions-engine-hash branch July 2, 2021 17:13
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.

None yet

2 participants