Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Object Resolution by Id During Deserialization #1086

Merged
merged 6 commits into from
Sep 8, 2024

Conversation

yuto-trd
Copy link
Member

@yuto-trd yuto-trd commented Sep 8, 2024

Description

Implemented functionality to resolve objects by their Id during deserialization.
This allows the deserialization process to automatically map references to existing objects using their unique identifiers.

Breaking changes

Fixed issues

@yuto-trd yuto-trd linked an issue Sep 8, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Sep 8, 2024

The following TODO comments were found:

// TODO: 複数の親要素(参照元)を持てるようにする

// TODO: アプリケーション全体から解決できるようになれば、
// ここにそのコードを追加する。

@yuto-trd yuto-trd marked this pull request as ready for review September 8, 2024 19:50
Copy link
Contributor

github-actions bot commented Sep 8, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.Utilities 73% 67% 360
Beutl.Configuration 39% 19% 285
Beutl.Core 32% 29% 3074
Beutl.Extensibility 0% 0% 53
Beutl.ProjectSystem 12% 5% 2146
Beutl.Operators 4% 0% 149
Beutl.Language 0% 0% 619
Beutl.Engine 26% 25% 8597
Beutl.Threading 100% 94% 118
Summary 25% (9025 / 36027) 24% (2589 / 10617) 15401

Minimum allowed line rate is 0%

@yuto-trd yuto-trd merged commit d9f38bc into main Sep 8, 2024
4 checks passed
@yuto-trd yuto-trd deleted the resolvable-by-id branch September 8, 2024 19:57
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.

Allow objects to be resolvable by Id during Deserialize
1 participant