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

rapids_export version support expanded to handle more use-cases #37

Conversation

robertmaynard
Copy link
Contributor

The rapids_export command now supports the following features:

Explicit version argument option. This allows projects to specify a
version when calling rapids_export instead of having it inferred
from the project() call.

Disabling of version exporting by passing VERSION OFF. This
removes the generation of any version related information to allow
for projects that don't have API/ABI version matching requirements

Projects that only have a MAJOR version number now don't try
to match on the exact Major.Minor value but instead on Major only

@robertmaynard robertmaynard added 3 - Ready for Review Ready for review by team feature request New feature or request labels Jun 29, 2021
@robertmaynard robertmaynard added the non-breaking Introduces a non-breaking change label Jul 9, 2021
@robertmaynard robertmaynard force-pushed the fea/rapids_export_more_robust_version_support branch from 53e7e8d to 457cd90 Compare July 19, 2021 12:54
@robertmaynard robertmaynard changed the base branch from branch-21.08 to branch-21.10 July 19, 2021 12:54
@robertmaynard robertmaynard force-pushed the fea/rapids_export_more_robust_version_support branch from 457cd90 to b4d65ea Compare July 19, 2021 13:23
@robertmaynard
Copy link
Contributor Author

rerun tests

@robertmaynard robertmaynard changed the base branch from branch-21.10 to branch-21.08 July 19, 2021 14:04
@robertmaynard robertmaynard changed the base branch from branch-21.08 to branch-21.10 July 19, 2021 14:32
The rapids_export command now supports the following features:

Explicit version argument option. This allows projects to specify a
version when calling `rapids_export` instead of having it inferred
from the `project()` call.

Disabling of version exporting by passing `VERSION OFF`. This
removes the generation of any version related information to allow
for projects that don't have API/ABI version matching requirements

Projects that only have a MAJOR version number now don't try
to match on the exact Major.Minor value but instead on Major only
@robertmaynard robertmaynard force-pushed the fea/rapids_export_more_robust_version_support branch from b4d65ea to 619b270 Compare July 19, 2021 21:22
@robertmaynard robertmaynard requested a review from a team as a code owner July 20, 2021 18:22
@robertmaynard robertmaynard force-pushed the fea/rapids_export_more_robust_version_support branch from 7d70891 to 619b270 Compare July 20, 2021 19:58
@robertmaynard
Copy link
Contributor Author

rerun tests

@robertmaynard
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8c899d8 into rapidsai:branch-21.10 Jul 23, 2021
@robertmaynard robertmaynard deleted the fea/rapids_export_more_robust_version_support branch July 29, 2021 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team feature request New feature or request non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants