-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Make CI annotate pull requests with links to the {section} specified in "specification" #728
Comments
@gregsdennis @Julian I am trying to run unittest, by using: |
@Era-cell just run |
And to help with your error failures, please provide more details about it. |
Yeah I am sharing you teh error I got: |
That sounds like you have a quite old version of the |
Hey! It works now except the UnicodeDecodeError. |
You should be able to get it working on a fork of yours, then send a PR for review! |
Ohh! I see, I get it now. Thank you ❤️🔥 |
I am asking this before I work on this technique completely:
So, can I use this method? |
The format you need to output is the format needed for GitHub Actions annotations -- see e.g. here -- it's a sort of funny looking string starting with I would recommend starting by completely ignoring Lemme know if that helps. (And thanks again!) |
I felt this easy, it was time taking but I have raised the PR, I hope this is what is expected. |
sections here refer to sections of core, validation of jsonschema, rfcXXX, ecma etc..
Come up with something for annotating the review with a link to the section.
Probably custom logic for each specification which knows what the right URL is given what we have put in the corresponding field, yes, which the simplest version is just "a base URI".
But exactly right. Some CI script for that, which annotates PRs, and warns for broken links.
Reference to this conversation:
PR #726
The text was updated successfully, but these errors were encountered: