Skip to content

Conversation

@Denneisk
Copy link
Member

@Denneisk Denneisk commented Dec 2, 2024

Before this PR, the NULL EGPObject would be duplicated each time it was pulled from a table, since it would be deemed invalid.

Fixes this bug in particular,

T = table(noegpobject(), noegpobject())

assert(noegpobject() == noegpobject()) # passes
assert(T[1, egpobject] == T[2, egpobject]) # fails

@Denneisk Denneisk merged commit 95698ba into wiremod:master Dec 3, 2024
1 check failed
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.

2 participants