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

Remove most deprecated APIs #268

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Conversation

NiklasRosenstein
Copy link
Contributor

@NiklasRosenstein NiklasRosenstein commented Aug 2, 2024

Remove most deprecated APIs.

  • Project.path
  • Project.resolve_tasks()
  • Property.config()
  • Task.path
  • Task.add_relationship()
  • EnvironmentAwareDispatchTask.get_execute_command()

We can not yet remove

  • Project.do() as it fulfils a purpose for at least docker_build_image()
  • Task.outputs and Task.get_outputs() because the kraken.std.dist module depends on the mechanism

The interface for Context.resolve_tasks() was adjusted to accept an Iterable over a Sequence.

@NiklasRosenstein NiklasRosenstein self-assigned this Aug 2, 2024
@NiklasRosenstein NiklasRosenstein merged commit 8840ec5 into develop Aug 2, 2024
15 checks passed
@NiklasRosenstein NiklasRosenstein deleted the nr/cleanup-deprecations branch August 2, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant