-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
[api-minor] Implement contents and creation date for the correct annotation types #10833
Conversation
The specification states that `Contents` can be available for every annotation types instead of only for markup annotations.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/7e1f7d1fabc7f2c/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/14fdbf83b3373d5/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/7e1f7d1fabc7f2c/output.txt Total script time: 17.80 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/14fdbf83b3373d5/output.txt Total script time: 25.71 mins
|
@Snuffleupagus Do you perhaps have time to review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes look OK to me (however I've not checked the specification myself, so basically rubber-stamping that part :-)
The specification states that `CreationDate` is only available for markup annotations instead of for all annotation types. Moreover, popup annotations are not markup annotations according to the specification, so the creation date inheritance from the parent annotation is also removed there (note that only the modification date is used in e.g., the viewer).
95ace1f
to
bc1eb49
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/55bb54461065da4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/5c562eb702a9167/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/55bb54461065da4/output.txt Total script time: 17.81 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/5c562eb702a9167/output.txt Total script time: 25.71 mins
|
The commit messages contain more information about the individual changes.
Thanks to @vlastimilmaca for finding this! This patch cleans this up so it doesn't have to be done in the scope of the IRT/RT patch.