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

Custom locale using TraitGen #16

Open
foundrytom opened this issue Nov 28, 2022 · 0 comments
Open

Custom locale using TraitGen #16

foundrytom opened this issue Nov 28, 2022 · 0 comments
Milestone

Comments

@foundrytom
Copy link
Contributor

No description provided.

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]>
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 feltech changed the title Update to use TraitGen Custom locale using TraitGen Jan 11, 2024
@feltech feltech modified the milestones: v1.0.0-beta.1.0, v1.0.0 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants