-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Log results from update-bcd-file #946
Comments
@teoli2003 Would a slimmed-down version of the
This format would probably be the easiest output to generate based on the current version of the update script. Let me know what you think! |
@teoli2003 I'm also curious if you have any thoughts on the best place to write this json log? Should it be created in the user's local copy of the |
At first sight, it would work well. One question, though: What will happen if we have { version_added: "180" } and a new run for 180 doesn't detect it anymore (for example, a feature removed during the beta phase) ? (I will try to test this tomorrow).
By default I would say where the script run. Ideally, we should be able to configure it with a parameter like |
I'm not sure I totally understand this scenario. So are you saying there may be instances where a vendor may remove a feature without an incremental version change and without some kind of flag on the feature? If that's the case, I don't think the script will currently overwrite previous |
Yes, you are right: the scenario: where we run the script before the release (and a feature can be removed during the beta process) is outside the scope of this PR. Let's do the regular scenario first and carefully think of this case later (if it is relevant). Thank you! |
To feed this into the script generating the PR, we need to know what has been changed (addition and removal, but the script using it will be able to filter it). This will be used for the description.
This log format has no strong format requirement as long as it is a JSON file, and that it is not too long (it shouldn't log what has not changed).
I can imagine that not all use of this tool will need such a log file, so having a command line option (with the name of the log file as an argument) is likely a good idea.
cc/ @mzgoddard
The text was updated successfully, but these errors were encountered: