Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Apple: Include the USD patch version in the namespace #3167

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

dgovil
Copy link
Collaborator

@dgovil dgovil commented Jul 15, 2024

Description of Change(s)

USD has set its internal namespace to include the major (always 0), and minor (year) versions, but hasn't thus far included the patch version.

Since USD doesn't follow semver, the patch version is actually quite important, as there may be ABI changes between USD versions within the same year.

Including the patch version will improve the intended nature of the namespacing IMHO. For example, 24.3 and 24.11 may be quite dramatically different in terms of ABI and API, but include the same namespace

  • I have verified that all unit tests pass with the proposed changes
  • I have submitted a signed Contributor License Agreement

USD has set its internal namespace to include the major (always 0), and minor (year) versions, but hasn't thus far included the patch version.

Since USD doesn't follow semver, the patch version is actually quite important, as there may be ABI changes between USD versions within the same year.

Including the patch version will improve the intended nature of the namespacing IMHO. For example, 24.3 and 24.11 may be quite dramatically different in terms of ABI and API, but include the same namespace
@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-9850

@jesschimein
Copy link
Collaborator

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nvmkuruc
Copy link
Collaborator

This seems like a good idea. 👍

@pixar-oss pixar-oss merged commit fb9900d into PixarAnimationStudios:dev Jul 26, 2024
5 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants