Skip to content

Fix list() | list() not including the first list's associated values#2671

Closed
wixoaGit wants to merge 2 commits into
OpenDreamProject:masterfrom
wixoaGit:fix_associative_list_or
Closed

Fix list() | list() not including the first list's associated values#2671
wixoaGit wants to merge 2 commits into
OpenDreamProject:masterfrom
wixoaGit:fix_associative_list_or

Conversation

@wixoaGit

Copy link
Copy Markdown
Member

json_encode(list("a"=1, "b"=2) | list("c"=3, "d"=4))
was giving
{"a":null,"b":null,"c":3,"d":4}

@boring-cyborg boring-cyborg Bot added the Runtime Involves the OpenDream server/runtime label Jul 23, 2026
@wixoaGit

Copy link
Copy Markdown
Member Author

#2669 has a more correct fix

@wixoaGit wixoaGit closed this Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Runtime Involves the OpenDream server/runtime size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant