Runtime error for when EffSort aborts due to null value by sovdeeth · Pull Request #8206 · SkriptLang/Skript

and others added 8 commits

September 8, 2025 09:16
swap reset and delete errors
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Fix incorrect change processing order
…ments (SkriptLang#8189)

Account for functions with all optional parameters
modify section context when parsing functions

@sovdeeth sovdeeth added the bug

An issue that needs to be fixed. Alternatively, a PR fixing an issue.

label

Sep 25, 2025

@sovdeeth

erenkarakal

APickledWalrus

@sovdeeth sovdeeth changed the base branch from dev/patch to dev/feature

October 1, 2025 02:23

@sovdeeth

erenkarakal pushed a commit to erenkarakal/Skript that referenced this pull request

Nov 26, 2025
)

* Swap reset and delete errors in EffChange (SkriptLang#8177)

swap reset and delete errors

* Fix improper grammar in update block syntax (SkriptLang#8072)

Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>

* Fix Incorrect Variable Change Queue Processing (SkriptLang#8182)

Fix incorrect change processing order

* Change registerExpression() parameter name (SkriptLang#8180)

change parameter name

* Move EvtRealTime to main thread (SkriptLang#8185)

* Fix type-aware function parsing for functions with only optional arguments (SkriptLang#8189)

Account for functions with all optional parameters

* Properly parse exprsecs in function calls (SkriptLang#8199)

modify section context when parsing functions

* add runtime error when EffSort aborts due to null values.

* catch runtime errors

erenkarakal pushed a commit to erenkarakal/Skript that referenced this pull request

Nov 26, 2025
)

* Swap reset and delete errors in EffChange (SkriptLang#8177)

swap reset and delete errors

* Fix improper grammar in update block syntax (SkriptLang#8072)

Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>

* Fix Incorrect Variable Change Queue Processing (SkriptLang#8182)

Fix incorrect change processing order

* Change registerExpression() parameter name (SkriptLang#8180)

change parameter name

* Move EvtRealTime to main thread (SkriptLang#8185)

* Fix type-aware function parsing for functions with only optional arguments (SkriptLang#8189)

Account for functions with all optional parameters

* Properly parse exprsecs in function calls (SkriptLang#8199)

modify section context when parsing functions

* add runtime error when EffSort aborts due to null values.

* catch runtime errors