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

Fix specs for default pipeline functions #585

Merged
merged 6 commits into from
Aug 23, 2023

Conversation

FelonEkonom
Copy link
Member

@FelonEkonom FelonEkonom added the no-changelog This label has to be added if changes from the PR are not meant to be placed in the CHANGELOG.md label Jul 21, 2023
@FelonEkonom FelonEkonom requested a review from varsill July 21, 2023 11:50
lib/membrane/pipeline.ex Outdated Show resolved Hide resolved
lib/membrane/pipeline.ex Outdated Show resolved Hide resolved
@@ -454,7 +454,7 @@ defmodule Membrane.Pipeline do
@spec start(
pipeline_options :: unquote(__MODULE__).pipeline_options(),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
pipeline_options :: unquote(__MODULE__).pipeline_options(),
unquote(__MODULE__).pipeline_options(),

@@ -438,7 +438,7 @@ defmodule Membrane.Pipeline do
@spec start_link(
pipeline_options :: unquote(__MODULE__).pipeline_options(),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
pipeline_options :: unquote(__MODULE__).pipeline_options(),
unquote(__MODULE__).pipeline_options(),

FelonEkonom and others added 3 commits August 22, 2023 17:13
Co-authored-by: Mateusz Front <mateusz.front@swmansion.com>
Co-authored-by: Mateusz Front <mateusz.front@swmansion.com>
@FelonEkonom FelonEkonom merged commit 1873bc3 into master Aug 23, 2023
1 check passed
@FelonEkonom FelonEkonom deleted the fix-pipeline-functions-specs branch August 23, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog This label has to be added if changes from the PR are not meant to be placed in the CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid spec for auto-generated pipeline's start function
3 participants