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: fix lint problems and add ci workflow; invTransform NPE due to #1011 #1053

Merged
merged 2 commits into from
Jan 24, 2024

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
3 checks passed
@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.

2 participants