Merge vlcrs-plugin into vlcrs-core
vlcrs_plugin exposes the base types to create plugin, much like vlc_plugin.h in the C headers, and uses the vlcrs_core::object::Object type. But vlcrs_core also needs vlcrs_plugin internally to define the capabilities, and both need each other for tests also.
The same applies to vlcrs_macros when used in tests, which must stay separated, but we can still provide it as a dev-dependencies and avoid the cyclic reference.
Merge request reports
Activity
changed milestone to %4.0
added Component::Bindings: Rust label
added MRStatus::Reviewable label
mentioned in merge request !6676 (merged)
mentioned in merge request !6677 (merged)
added MRStatus::Accepted label and removed MRStatus::Reviewable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 101 commits
-
ab43b634...f9041c34 - 98 commits from branch
videolan:master
- a9f1a03f - Cargo.toml: list crate explicitely
- 62e7d695 - rust: Makefile.am: enable tests for vlcrs-core
- 3221c89f - rust: merge vlcrs_plugin into vlcrs_core
Toggle commit list-
ab43b634...f9041c34 - 98 commits from branch
enabled an automatic merge when all merge checks for 3221c89f pass