Skip to content

Conversation

@Ovilia
Copy link
Member

@Ovilia Ovilia commented Jan 23, 2024

Add CI to this repo and fix a potential bug of invTransform being null since #1011


var tmp: T[] = [];

stackLength = length < 120 ? 5 : length < 1542 ? 10 : length < 119151 ? 19 : 40;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused parameter. I checked the original code that stackLength was used to init array but we don't use it so it can be safely removed.

@Ovilia Ovilia merged commit bf48dff into release Jan 24, 2024
@Ovilia Ovilia deleted the release-dev branch January 24, 2024 02:43
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.

3 participants