You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two issues with the existing use of the locale:
- It doesn't map to batching (as we have one locale per-call), so might
encourage a dependency on context-specific data that then traps a host
into single entity resolves.
- The specification used on-the-stack classes which isn't in the spirit
of using TraitGen to ensure that the definition is readily available
to a manager's code base.
As such, remove for now.
Part of OpenAssetIO#16
Signed-off-by: Tom Cowland <[email protected]>
foundrytom
added a commit
to foundrytom/otio-openassetio
that referenced
this issue
May 9, 2023
There were two issues with the existing use of the locale:
- It doesn't map to batching (as we have one locale per-call), so might
encourage a dependency on context-specific data that then traps a host
into single entity resolves.
- The specification used on-the-stack classes which isn't in the spirit
of using TraitGen to ensure that the definition is readily available
to a manager's code base.
As such, remove for now.
Part of OpenAssetIO#16
Signed-off-by: Tom Cowland <[email protected]>
feltech
changed the title
Update to use TraitGen
Custom locale using TraitGen
Jan 11, 2024
No description provided.
The text was updated successfully, but these errors were encountered: