Skip to content
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

Bugfixes: Issue 320, 338, and 349 (biggest feature: constructors copy values) #359

Merged
merged 15 commits into from Nov 6, 2018

Conversation

ssteinbach
Copy link
Collaborator

This PR should address:

@ssteinbach ssteinbach added this to the Public Beta 9 milestone Nov 5, 2018
@codecov-io
Copy link

codecov-io commented Nov 5, 2018

Codecov Report

Merging #359 into master will increase coverage by 0.05%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #359      +/-   ##
==========================================
+ Coverage   74.24%   74.29%   +0.05%     
==========================================
  Files          63       63              
  Lines        5466     5466              
==========================================
+ Hits         4058     4061       +3     
+ Misses       1408     1405       -3
Impacted Files Coverage Δ
opentimelineio/core/composition.py 94.35% <ø> (ø) ⬆️
opentimelineio/schema/stack.py 90.32% <ø> (ø) ⬆️
opentimelineio/schema/track.py 96.96% <ø> (ø) ⬆️
opentimelineio_contrib/adapters/rv.py 0% <0%> (ø) ⬆️
opentimelineio/media_linker.py 97.56% <100%> (ø) ⬆️
opentimelineio/schema/schemadef.py 73.68% <100%> (ø) ⬆️
opentimelineio/core/item.py 97.18% <100%> (-0.12%) ⬇️
opentimelineio/core/type_registry.py 100% <100%> (ø) ⬆️
opentimelineio/schema/clip.py 94.28% <100%> (-0.16%) ⬇️
opentimelineio/schema/timeline.py 100% <100%> (ø) ⬆️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9d9479a...2ee91cd. Read the comment docs.

@reinecke
Copy link
Collaborator

reinecke commented Nov 5, 2018

Good to see this change exposed some programming errors in the adaptors!

@ssteinbach ssteinbach merged commit 241cbd3 into AcademySoftwareFoundation:master Nov 6, 2018
alatdneg pushed a commit to alatdneg/OpenTimelineIO that referenced this pull request Nov 13, 2018
… values) (AcademySoftwareFoundation#359)

* Ensure that upgrade functions are sorted.
* Remove unneccesary check from deserialize_from_string
* Make a copy of the environment in the rv adapter.
* Enforce copying arguments to items.
* Ensure that end_time_inclusive returns a copy.
* Copy arguments to TimeRange and TimeTransform.
* Use the "super" syntax for calling the parent constructor.
* cleaned up extended_by.
* Gate deepcopy with if rather than 'or'
* Add unit tests for coverage.
@jminor jminor added this to To Do in C++ API via automation Nov 15, 2018
@ssteinbach ssteinbach moved this from To Do to Done in C++ API Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
C++ API
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants