Skip to content

fixed merging configurations#4

Open
moisbo wants to merge 1 commit into
Language-Research-Technology:mainfrom
moisbo:fix_merge_configuration
Open

fixed merging configurations#4
moisbo wants to merge 1 commit into
Language-Research-Technology:mainfrom
moisbo:fix_merge_configuration

Conversation

@moisbo
Copy link
Copy Markdown
Member

@moisbo moisbo commented Jun 5, 2026

Merge failed giving

"type": "TypeError",
"message": "Cannot read properties of undefined (reading 'terms')",

For new keys, target[key] is undefined, then the next recursion tries to read target["terms"], causing:
Cannot read properties of undefined (reading 'terms').

fix creates missing nested objects before recursion

@moisbo moisbo requested a review from alvinsw June 5, 2026 06:24
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.

3 participants