[Mlir-commits] [mlir] [mlir][vector][NFC] Fix typos in tests (PR #126662)
lonely eagle
llvmlistbot at llvm.org
Tue Feb 11 18:07:26 PST 2025
linuxlonelyeagle wrote:
> Thanks for the fix, LGTM!
>
> Could you try to trim your PR title, please? Please note our coding guidelines:
>
> * https://mlir.llvm.org/getting_started/DeveloperGuide/
>
> That document refers to the following for Git-specific suggestions:
>
> * https://cbea.ms/git-commit/
>
> Note in particular https://cbea.ms/git-commit/#limit-50
>
> > 50 characters is not a hard limit, just a rule of thumb. Keeping subject lines at this length ensures that they are readable, and forces the author to think for a moment about the most concise way to explain what’s going on.
>
> In practice, it is hard to stick to 50 chars. However, in your case you can easily rewrite the title as:
>
> ```
> [mlir][vector] Fix typos in tests (nfc)
>
> Fix typos in `{insert|extract}_scalar_from_vec_2d_f32_dynamic_idxs_compile_time_constant` - the intention was to use `f32` rather than `i32`.
> ```
>
> Hope this helps :)
Thanks for your guidance. I read the git commit message in the link and learned something new.
https://github.com/llvm/llvm-project/pull/126662
More information about the Mlir-commits
mailing list