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

Refactor DictEntry.reap_value for new out syntax #3884

Open
1 task done
christoph-schlumpf opened this issue Dec 14, 2024 · 0 comments
Open
1 task done

Refactor DictEntry.reap_value for new out syntax #3884

christoph-schlumpf opened this issue Dec 14, 2024 · 0 comments
Labels
enhancement New feature or request mojo-repo Tag all issues with this label

Comments

@christoph-schlumpf
Copy link

christoph-schlumpf commented Dec 14, 2024

Review Mojo's priorities

What is your request?

Shouldn‘t DictEntry.reap_value be refactored?

From
fn reap_value(owned self) -> V as out:
to
fn reap_value(owned self, out result: V):

fn reap_value(owned self) -> V as out:

What is your motivation for this change?

Conformance to new out syntax as described in #3623

Any other details?

No response

@christoph-schlumpf christoph-schlumpf added enhancement New feature or request mojo-repo Tag all issues with this label labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

1 participant