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

refactor: remove to_workspace_path and to_manifest_path from paths #590

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

gregmagolan
Copy link
Member

Removes deprecated to_workspace_path and to_manifest_path. These functions were renamed to to_repository_relative_path and to_rlocation_path for clarity. The old names were kept around for backward compat in 1.x. This was a planned breaking change for the 2.0 release.

BREAKING CHANGES

  • to_workspace_path helper function is removed from paths. Use paths.to_repository_relative_path instead.
  • to_manifest_path helper function is removed from paths. Use paths.to_rlocation_path instead.

@gregmagolan gregmagolan changed the title refactor: remove to_workspace_path and to_manifest_path refactor: remove to_workspace_path and to_manifest_path from paths Oct 6, 2023
@alexeagle alexeagle merged commit cb9b74f into 2.x Oct 6, 2023
42 checks passed
@alexeagle alexeagle deleted the remove_to_workspace_path branch October 6, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants