Skip to content

Update Definitions to Include Signature #262

Open
raphael-goetz wants to merge 22 commits intomainfrom
256-update-definitions
Open

Update Definitions to Include Signature #262
raphael-goetz wants to merge 22 commits intomainfrom
256-update-definitions

Conversation

@raphael-goetz
Copy link
Member

Resolves: #256

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 146 out of 148 changed files in this pull request and generated 10 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 146 out of 148 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
@raphael-goetz raphael-goetz marked this pull request as ready for review March 4, 2026 13:56
],
"genericKeys": []
"linked_data_type_identifiers": [],
"signature": "string"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really a string? You can parse in 0-11 and also the short term right? So JAN, FEB?

],
"genericKeys": []
"linked_data_type_identifiers": [],
"signature": "string"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

],
"genericKeys": []
"linked_data_type_identifiers": [],
"signature": "string"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

],
"genericKeys": []
"linked_data_type_identifiers": [],
"signature": "string"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

],
"genericKeys": []
"linked_data_type_identifiers": [],
"signature": "string"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

],
"deprecationMessage": [],
"displayIcon": "tabler:cube",
"signature": "<T, K extends keyof OBJECT<T>>(object: OBJECT<T>, key: keyof OBJECT<T>, value: T[K]) => OBJECT<T>",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't make any sense for me, because with this logic you can only update existing fields and the value must be of the same type

],
"deprecationMessage": [],
"displayIcon": "tabler:toggle-left",
"signature": "(value: BOOLEAN) => BOOLEAN",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure but we could poetically increase context here:

Suggested change
"signature": "(value: BOOLEAN) => BOOLEAN",
"signature": "(value: BOOLEAN) => !BOOLEAN",

But I will need to testify this

@raphael-goetz raphael-goetz force-pushed the 256-update-definitions branch from 9535701 to 745349b Compare March 5, 2026 08:58
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.

Update all Definitions to Latest Tucana Version

3 participants