b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

Enable Object Resolution by Id During Deserialization #1086

Closed yuto-trd closed 1 month ago

yuto-trd commented 1 month ago

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

github-actions[bot] commented 1 month ago

The following TODO comments were found:

https://github.com/b-editor/beutl/blob/0943708f72847ef866f3485ac3d2437c216fbca8/src/Beutl.Core/Hierarchy/Hierarchical.cs#L8-L8 https://github.com/b-editor/beutl/blob/0943708f72847ef866f3485ac3d2437c216fbca8/src/Beutl.Core/Serialization/JsonSerializationContext.cs#L93-L94

github-actions[bot] commented 1 month ago

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%