Skip to content

Conversation

sovdeeth
Copy link
Member

@sovdeeth sovdeeth commented Sep 25, 2025

Problem

EffSort would silently fail when encountering a null value, leading to confusion about why the list wasn't being sorted.

Solution

Adds a runtime error when this occurs that explains what happens and what input returned null.

Testing Completed

Manual testing. Failing test will be fixed when #8195 is merged.

Supporting Information

Reported in skUnity discord.
image


Completes: none
Related: none

@sovdeeth sovdeeth requested a review from a team as a code owner September 25, 2025 19:36
@sovdeeth sovdeeth added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Sep 25, 2025
@sovdeeth sovdeeth requested review from cheeezburga and Burbulinis and removed request for a team September 25, 2025 19:36
@skriptlang-automation skriptlang-automation bot added the needs reviews A PR that needs additional reviews label Sep 25, 2025
@sovdeeth sovdeeth moved this to In Review in 2.13 Releases Sep 25, 2025
@github-project-automation github-project-automation bot moved this from In Review to Awaiting Merge in 2.13 Releases Sep 30, 2025
@sovdeeth sovdeeth changed the base branch from dev/patch to dev/feature October 1, 2025 02:23
@sovdeeth sovdeeth requested a review from a team as a code owner October 1, 2025 02:23
@sovdeeth sovdeeth requested review from UnderscoreTud and removed request for a team October 1, 2025 02:23
@skriptlang-automation skriptlang-automation bot added feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version. and removed needs reviews A PR that needs additional reviews labels Oct 1, 2025
@sovdeeth sovdeeth merged commit 3983fa7 into SkriptLang:dev/feature Oct 1, 2025
5 checks passed
@github-project-automation github-project-automation bot moved this from Awaiting Merge to Done - Awaiting Release in 2.13 Releases Oct 1, 2025
@skriptlang-automation skriptlang-automation bot added the completed The issue has been fully resolved and the change will be in the next Skript update. label Oct 1, 2025
@skriptlang-automation skriptlang-automation bot removed the feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version. label Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update.
Projects
Status: Done - Awaiting Release
Development

Successfully merging this pull request may close these issues.

4 participants