Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Fix usage of make to reserve capacity, not values #76

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

MarcoPolo
Copy link
Contributor

Fixes a silly mistake that results in a null pointer error since we're creating zero value objects. This happened because I originally was going to set the items in the array, but then decided to use append instead. Adds a test for regression too.

@MarcoPolo MarcoPolo merged commit 87c7d35 into master Aug 11, 2022
@ajnavarro ajnavarro mentioned this pull request Aug 24, 2022
72 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants