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

[C++] register_ method host conveniences #853

Closed
Tracked by #848
elliotcmorris opened this issue Mar 23, 2023 · 0 comments · Fixed by #879
Closed
Tracked by #848

[C++] register_ method host conveniences #853

elliotcmorris opened this issue Mar 23, 2023 · 0 comments · Fixed by #879
Assignees

Comments

@elliotcmorris
Copy link
Contributor

Implement host conveniences for register_ for the C++ api.
register_ exists already in the C++ api, so does not need porting or deep redesign.
Refer to #848 for criteria.

elliotcmorris added a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 5, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
elliotcmorris added a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 5, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
elliotcmorris added a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 5, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
elliotcmorris added a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 5, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
elliotcmorris added a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 5, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
elliotcmorris added a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 5, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
feltech pushed a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 11, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
feltech pushed a commit to elliotcmorris/OpenAssetIO that referenced this issue Apr 11, 2023
Closes OpenAssetIO#853. Similar to recent work on `resolve`, we wish to make our
users' lives easier by having overloads of `register_` that model common
usage scenarios. In particular, single-element and/or exception-less
workflows.

So add these conveniences to the c++ API, with Python to follow in
future work.

Signed-off-by: Elliot Morris <elliot.morris@foundry.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants