Skip to content

Fix various warnings#2002

Merged
darbyjohnston merged 2 commits intoAcademySoftwareFoundation:mainfrom
darbyjohnston:fix_warnings
Mar 26, 2026
Merged

Fix various warnings#2002
darbyjohnston merged 2 commits intoAcademySoftwareFoundation:mainfrom
darbyjohnston:fix_warnings

Conversation

@darbyjohnston
Copy link
Copy Markdown
Contributor

@darbyjohnston darbyjohnston commented Mar 24, 2026

Fixes #1408

This PR fixes various warnings in the OTIO build:

  • C++ warnings
  • CMake warnings
  • setuptools warnings (these were actually necessary for check-manifest)

We still have a couple of C++ warnings about functions that have been deprecated, these should probably stay on to remind us to remove them at some point.

The setuptools warnings:

warning: no previously-included files found matching 'CHANGELOG.md'

Seem to be coming from excluding files in the manifest that were not included in the first place, but it would be good for someone with more Python knowledge to double check this. There are still a couple of warnings about temporary files (*.pyc, .DS_Store, etc.) that seem OK to leave in.

@darbyjohnston darbyjohnston added the bug A problem, flaw, or broken functionality. label Mar 24, 2026
@darbyjohnston darbyjohnston marked this pull request as draft March 24, 2026 19:12
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.15%. Comparing base (d793d6f) to head (3bceab3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2002   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files         181      181           
  Lines       12783    12784    +1     
  Branches     1206     1206           
=======================================
+ Hits        10885    10886    +1     
  Misses       1715     1715           
  Partials      183      183           
Flag Coverage Δ
py-unittests 85.15% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/opentimelineio/serializableObject.h 83.78% <100.00%> (+0.11%) ⬆️

Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@darbyjohnston darbyjohnston marked this pull request as ready for review March 24, 2026 19:32
@jhodges10 jhodges10 self-requested a review March 26, 2026 17:54
Copy link
Copy Markdown
Collaborator

@jhodges10 jhodges10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consensus with the TSC call is that this looks good to merge, given all the tests are passing and it's a very minimal change.

Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
@darbyjohnston darbyjohnston added this to the 0.19.0 milestone Mar 26, 2026
@darbyjohnston darbyjohnston merged commit af13ccb into AcademySoftwareFoundation:main Mar 26, 2026
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A problem, flaw, or broken functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address build-time warnings

3 participants