-
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
Resolve issue #13 #14
base: master
Are you sure you want to change the base?
Conversation
When the application of a time offset would result in a negative begin or end time, rather than terminating with an error, prune the p or span element that would have that attribute, and issue a warning. Also includes some tidying of duplicated code where begin and end attributes can be handled with a single template.
See comment on #13. This is indeed an issue that needs to be dealt with. I propose that we first fix the requirement. |
@TairT is there any action for me on this pull request now, or is it not worth it until the requirement is fixed? I see there are conflicts, but I haven't looked at resolving them yet, because I'm not sure if it is worth it. |
@nigelmegitt I am sorry...in the end of the year hectic I have overseen this. I will discuss this internally and come back to you asap. |
@TairT And likewise I have only just noticed your comment from 10 days ago! Let me know when you have discussed internally. |
After we discussed the issue and general SCF aspects, we plan to proceed as follows: As we don't yet have a contribution guideline for the SCF, we will prepare one and add it to the repo. If this guideline will be fine for you, we will be able to continue here. As discussed in #13, we would like to keep the new behaviour (discard content with resulting negative timestamps and output a warning) optional i.e. add a parameter to the XSLT to enable it. It seems to make sense to add the feature itself and the parameter in the same step. Would it be acceptable for you to adjust your contribution accordingly (in addition to rebase it onto the current release)? We then would add a new feature branch (based on Is this proceeding OK for you? |
Hi @spoeschel yes, that sounds fine. |
We are still working on it....meanwhile it also seems that we will have to ask you/the BBC to sign a CLA, as this is not a trivial contribution... |
Ping! I don't think I've received a CLA to review and hopefully sign yet. |
@nigelmegitt I want to apologize for the delay in handling the PR and adding a contribution guideline. As you can imagine this CLA may have to be discussed with our other projects and set as a general guideline. This takes more time as we thought. We hope to have it soon. Thanks you for your patience and for leaving this PR open. |
When the application of a time offset would result in a negative begin
or end time, rather than terminating with an error, prune the p or span
element that would have that attribute, and issue a warning.
Also includes some tidying of duplicated code where begin and end
attributes can be handled with a single template.