-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix handling of value_types
and error_types
with references in all sender adaptors
#284
Comments
value_types
with references in all sender adaptorsvalue_types
and error_types
with references in all sender adaptors
"partially" in resolving an issue is not taken into account with bors anymore? |
It never did, and bors doesn't do anything about closing issues. That's all GitHub. |
Yes indeed as you pointed out I switched the position of partially and fixed, so it doesn't work in this order |
For reference, this is the syntax used for automatically closing issues: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword. |
285: Enable tests for P2300 reference implementation split r=msimberg a=msimberg We already had it enabled in the header, but I had forgotten to remove the ifdefs in the test file. This also fixes part of #284 for `sync_wait` and `split` since those were broken after updating the test. To do: - [x] Add tests for the error channel with `const_reference_error_sender` from #307. Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
371: Fix a few more reference type sender issues r=aurianer a=msimberg Part of #284. - Slightly changes the test for `bulk` - Adds a `const_reference_sender` test for `let_error` - Enables the `const_reference_error_sender` test for `let_error` with the P2300 reference implementation Also note that I've listed what still needs to be checked/updated in #284. 379: Clean up filesystem module r=aurianer a=msimberg Part of #16. Not much to do here... Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
371: Fix a few more reference type sender issues r=aurianer a=msimberg Part of #284. - Slightly changes the test for `bulk` - Adds a `const_reference_sender` test for `let_error` - Enables the `const_reference_error_sender` test for `let_error` with the P2300 reference implementation Also note that I've listed what still needs to be checked/updated in #284. Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
See #282 for details.
These need to be checked and fixed if necessary:
bulk
(Handle reference error types inensure_started
andlet_error
#338)drop_value
(Handle reference error types inensure_started
andlet_error
#338)ensure_started
(Handle reference error types inensure_started
andlet_error
#338)let_error
(Handle reference error types inensure_started
andlet_error
#338, Fix a few more reference type sender issues #371)let_value
(Add const reference handling test forlet_value
#472)split
(Enable tests for P2300 reference implementation split #285)start_detached
(Add a const reference handling test forstart_detached
#474)sync_wait
(Enable tests for P2300 reference implementation split #285)then
(Handle reference error types inensure_started
andlet_error
#338)transfer
(Handle reference error types inensure_started
andlet_error
#338)when_all
(Addwhen_all
test and handling for const reference error types #320)when_all_vector
(Add tests for reference types towhen_all_vector
#484)The text was updated successfully, but these errors were encountered: