-
Notifications
You must be signed in to change notification settings - Fork 3
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
Auto-generate data with ECMA262 PRs? #1
Comments
Thank you for your suggestion :D With current build script, required things to do for each PR would be following:
For this use case, there may be some issue. Whole diff generation is done in client side, and it might take long time. Also, issue #2, and issue #3 might be better fixed before this use case, to avoid so long diff calculation. |
Now the slowness is mostly solved. maybe we could do diff generation in worker thread, but it won't affect much, as issue #3 is solved and most section won't contain so much text. |
One more script |
Added a dedicated URL for PR, like http://arai-a.github.io/ecma262-compare/#pr=458 |
Now data for PRs are updated every 30 minutes (if there are more than 5 changes within 30 minutes, oldest 5 PRs are updated). remaining part:
|
about triggering update on PR, this could be done by about posting comment to PR, I guess it can be done, just by adding that API call to the action. |
Separated into issues:
|
It would be great if we could set up a travis job on the ECMA262 repo to produce the necessary files and add a comment to the PR thread with a link to the diff.
(I am not sure how to accomplish this so I am merely communicating a dream here :))
The text was updated successfully, but these errors were encountered: