Skip to content

Allow adding the same type to typed pdc lists instead of using the ar…#8527

Merged
APickledWalrus merged 1 commit intoSkriptLang:dev/featurefrom
sovdeeth:fix/pdc-list-typing
Apr 10, 2026
Merged

Allow adding the same type to typed pdc lists instead of using the ar…#8527
APickledWalrus merged 1 commit intoSkriptLang:dev/featurefrom
sovdeeth:fix/pdc-list-typing

Conversation

@sovdeeth
Copy link
Copy Markdown
Member

@sovdeeth sovdeeth commented Apr 7, 2026

Problem

add {item} to item list data tag "x" of y would not work because the expr would only return arithmetic changers and items cannot be added to each other.

Solution

Uses the data type itself if the tag is a list and has a specified type, like adding 1 to {_list::*}.

Testing Completed

Manual confirmation

Supporting Information


Completes: none
Related: none
AI assistance: none

@sovdeeth sovdeeth requested a review from a team as a code owner April 7, 2026 03:55
@sovdeeth sovdeeth requested review from cheeezburga and erenkarakal and removed request for a team April 7, 2026 03:55
@skriptlang-automation skriptlang-automation bot added the needs reviews A PR that needs additional reviews label Apr 7, 2026
@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 Apr 7, 2026
@APickledWalrus APickledWalrus merged commit 7b526a9 into SkriptLang:dev/feature Apr 10, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants