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

feature(core): Add introspection powers to the pipeline control API #134

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

TheElectronWill
Copy link
Contributor

@TheElectronWill TheElectronWill commented Mar 24, 2025

Example (from the tests):

let request = request::list_elements(ElementListFilter::kind(ElementKind::Source));
let list = rt
    .block_on(handle.send_wait(request, TIMEOUT))
    .expect("list request failed");
assert_eq!(
    list,
    vec![ElementName::from_str(ElementKind::Source, "test", "simple_source")]
)

This is needed to write proper integration tests for the fix of #132.

Progresses towards #79.

@TheElectronWill TheElectronWill added the P:high priority: high = do this first! label Mar 24, 2025
@TheElectronWill TheElectronWill force-pushed the feature/pipeline-discoverability branch 2 times, most recently from f6291db to 30df6db Compare March 24, 2025 15:13
@TheElectronWill TheElectronWill force-pushed the feature/pipeline-discoverability branch from 30df6db to cc2ffa5 Compare March 28, 2025 11:21
@TheElectronWill TheElectronWill merged commit 96a798e into main Mar 28, 2025
8 checks passed
@TheElectronWill TheElectronWill deleted the feature/pipeline-discoverability branch March 28, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P:high priority: high = do this first!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant