Skip to content

test: eliminate stdlib source warnings - #458

Closed
Donach wants to merge 1 commit into
wurstscript:masterfrom
Donach:fix/deprecated-polygon-test-warnings
Closed

test: eliminate stdlib source warnings#458
Donach wants to merge 1 commit into
wurstscript:masterfrom
Donach:fix/deprecated-polygon-test-warnings

Conversation

@Donach

@Donach Donach commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #454 and #456.\n\nRemoves compiler warnings introduced when tests were moved into dedicated packages:\n- drops redundant/unused imports;\n- keeps the deprecated polygon compatibility APIs, while exercising the recommended Polygon API in the restored test;\n- preserves the TypeCasting import required by LinkedList and marks its generic conversion dependency explicitly.\n\nVerification:\n- nix develop /home/daniel/Repositories/tever/tever_main -c bash -lc 'grill test VectorsTests' — 5/5, compilation warnings: 0\n- nix develop /home/daniel/Repositories/tever/tever_main -c bash -lc 'grill test ObjectIdsTests' — 5/5, compilation warnings: 0\n- nix develop /home/daniel/Repositories/tever/tever_main -c bash -lc 'grill typecheck --quiet && grill test --quiet' — passed\n\nThe vector zero-length warning printed by testSetLengthSq is deliberate test behavior and remains unchanged.

@Donach

Donach commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #457, which landed the warning cleanup while preserving testIsInPolygon on the Polygon API and the deliberate vector.setLengthSq warning. Closing this follow-up avoids redundant and conflicting changes.

@Donach Donach closed this Aug 4, 2026
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.

1 participant