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

fix #20137

Closed
wants to merge 1 commit into from
Closed

fix #20137

wants to merge 1 commit into from

Conversation

ita9naiwa
Copy link
Member

No description provided.

@ita9naiwa ita9naiwa requested a review from hanhanW as a code owner March 1, 2025 05:24
@benvanik
Copy link
Collaborator

benvanik commented Mar 1, 2025

Please use proper sentences and descriptions in pull requests.

return success();
} else {
MemRefType srcType = cast<MemRefType>(srcType);
// TODO (ita9naiwa): add this case : add this case
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow the // TODO(ita9naiwa): <an description of what is to be done>. format for TODO messages.

TODOs added to the codebase should either be fully descriptive enough for someone else to come along and implement it with your name indicating you plan to do it ASAP or reference an issue instead (// TODO(#1234): <description>.. "add this case" is something you can use locally when developing but it's not something that belongs in the repository.

@ita9naiwa
Copy link
Member Author

Oh sorry, I thought I meant to merge my local branch.

@ita9naiwa ita9naiwa closed this Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants