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

Fixes and additions to the copy parameters wrapper structure #593

Closed
eyalroz opened this issue Feb 27, 2024 · 0 comments
Closed

Fixes and additions to the copy parameters wrapper structure #593

eyalroz opened this issue Feb 27, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Feb 27, 2024

The copy_parameters_t templated wrapper classes have a few issues:

  1. bytes_extent() is not implemented T_T
  2. Sometimes, people may set an endpoint and forget to set the transfer extent. Let's do it for them if it's not already set.
  3. set_source_untyped() delegates to set_endpoint somehow
@eyalroz eyalroz self-assigned this Feb 27, 2024
eyalroz added a commit that referenced this issue Feb 27, 2024
* Added the missing implementation of `bytes_extent()`
* When setting an endpoint, now also setting the extents, if they have not yet been sent
* `set_source_untyped()` now correctly delegates to `set_endpoint_untyped()`
eyalroz added a commit that referenced this issue Feb 27, 2024
* Added the missing implementation of `bytes_extent()`
* When setting an endpoint, now also setting the extents, if they have not yet been sent
* `set_source_untyped()` now correctly delegates to `set_endpoint_untyped()`
eyalroz added a commit that referenced this issue Feb 29, 2024
* Added the missing implementation of `bytes_extent()`
* When setting an endpoint, now also setting the extents, if they have not yet been sent
* `set_source_untyped()` now correctly delegates to `set_endpoint_untyped()`
eyalroz added a commit that referenced this issue Feb 29, 2024
* Added the missing implementation of `bytes_extent()`
* When setting an endpoint, now also setting the extents, if they have not yet been sent
* `set_source_untyped()` now correctly delegates to `set_endpoint_untyped()`
@eyalroz eyalroz closed this as completed in ae1747e Mar 1, 2024
eyalroz added a commit that referenced this issue Apr 20, 2024
* Added the missing implementation of `bytes_extent()`
* When setting an endpoint, now also setting the extents, if they have not yet been sent
* `set_source_untyped()` now correctly delegates to `set_endpoint_untyped()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant