- Added new file in .md
- Removed .txt file
- Removed mistakes and grammatical error in various files
- Improved Inclusivity to make it beginner-friendly
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
README.md | ||
---|---|---|
123 | Revert this change here | |
maypatch.patch | ||
1 ↗ | (On Diff #420028) | Remove this file |
mlir/docs/Interfaces.md | ||
127 | Why? Please ensure that your corrections are actually correct. | |
mlir/docs/OpDefinitions.md | ||
3 | Strange change | |
mlir/docs/PassManagement.md | ||
911 | hooks ... observe. Seems ok, no? | |
mlir/docs/README.md | ||
7 ↗ | (On Diff #420028) | Add new line |
Respected community, i have a question why for all my patches are failing.
No issues in your patch, just CI/CD is not very reliable these days. If found errors are not in the area of your patch, then there are not related to your patch and you can ignore them.
Improved Inclusivity to make it beginner-friendly
I'm not sure I see any change related to this.
README.md | ||
---|---|---|
3 | I'd split this out: this is an LLVM change the rest is specific to MLIR | |
mlir/docs/LangRef.md | ||
21 ↗ | (On Diff #420040) | This change doesn't make sense. |
47 ↗ | (On Diff #420040) | Doesn't make sense. |
mlir/docs/PassManagement.md | ||
259 | Doesn't make sense |
Once again, please double check that your corrections are actually correct.
README.md | ||
---|---|---|
3 | contain seems ok, no? |
Can anyone please review the differential.
README.md | ||
---|---|---|
3 | Yes, changes are made in MLIR repository much more than LLVM. | |
3 | As a proof. Both are completely correct, if you think it is not i can edit please give your feedback. | |
mlir/README.md | ||
1 ↗ | (On Diff #420055) | https://reviews.llvm.org/p/jpienaar/ i hope i satisfied your remark. |
README.md | ||
---|---|---|
37–38 | Removing the extra whitespace is fine, but I don't understand why you removed Clang from the link title. (I think it's more clear with the Clang because it distinguishes it from the LLVM getting started page but maybe you've got a different idea?) | |
mlir/README.md | ||
34 ↗ | (On Diff #420068) | +1, we should just be able to point the user to the MLIR website, I think. |
mlir/docs/LangRef.md | ||
23 ↗ | (On Diff #420130) | I don't think this edit is necessary, but if you wanted to reword this way, it should be "All the different forms describe the same semantic content." to be grammatically correct. |
mlir/docs/OpDefinitions.md | ||
214–215 | ||
438 | ||
584–597 | It looks like the numbered lists here are always 1. and that should probably be fixed up. | |
mlir/docs/README.md | ||
1–8 ↗ | (On Diff #420130) | Why is this file necessary? There's already a README.txt file, and none of the other top-level projects have a README.md |
mlir/docs/README.md | ||
---|---|---|
1–8 ↗ | (On Diff #420130) | Note: this is a renaming of .txt to .md. I think it is there because some people may navigate on GitHub to https://github.com/llvm/llvm-project/tree/main/mlir/docs and the README is what will be rendered there, it provides an opportunity to discourage people from browsing directly there. |
Most of the changes LGTM, the only concerns I have left are around the READMEs. One thing we could do is split the question about what to do with READMEs off into a separate patch so that we can land the straightforward fixes now, if you'd like.
mlir/docs/README.md | ||
---|---|---|
1–8 ↗ | (On Diff #420130) |
Thanks, I had missed that!
That makes sense, but then I think we should be consistent with all of the README.txt files in the repo. WDYT? |
Sir next i am planning to change all .txt into .md if had some time other than working on a choosen issue.
I am waiting for your feedback weather or not revert that change of .txt -> .md.
mlir/README.md | ||
---|---|---|
3 ↗ | (On Diff #420281) | Sir i hope it is fine now. |
mlir/docs/README.md | ||
1–8 ↗ | (On Diff #420130) | I have deleted that .txt file. |
1–8 ↗ | (On Diff #420130) | From my opinion it is a good practice, else if you say i can restore that change back. |
I think you should remove the changes to mlir/README.md and revert the rename of mlir/docs/README.txt. Then I think the patch will be ready to land.
Separately, I'd recommend an additional patch that does the rename from README.txt to README.md for the entire monorepo so that all of the projects are handled consistently.
mlir/README.md | ||
---|---|---|
3 ↗ | (On Diff #420281) | I think the original content was correct -- it was just a link to the website. What we want to avoid here is duplicating content on the website because then when we change the website, someone has to remember to also change this document (which someone will invariably forget to do, and then we may have conflicting information in two places). |
mlir/README.md | ||
---|---|---|
3 ↗ | (On Diff #420281) | This isn't done, please revert the change to this file entirely. |
LGTM, thank you! When I land, I'll amend the commit message to reflect the changes that happened after you submitted the patch.
I'd split this out: this is an LLVM change the rest is specific to MLIR