Conversation
…ed from the default enabled features #177
Contributor
|
Building yozefu-app v0.0.21 (current)
Built [ 171.543s] (current)
Parsing yozefu-app v0.0.21 (current)
Parsed [ 0.011s] (current)
Building yozefu-app v0.0.20 (baseline)
Built [ 168.242s] (baseline)
Parsing yozefu-app v0.0.20 (baseline)
Parsed [ 0.012s] (baseline)
Checking yozefu-app v0.0.20 -> v0.0.21 (assume patch change)
Checked [ 0.017s] 184 checks: 184 pass, 16 skip
Summary no semver update required
Finished [ 342.584s] yozefu-app
Building yozefu-command v0.0.21 (current)
Built [ 199.828s] (current)
Parsing yozefu-command v0.0.21 (current)
Parsed [ 0.016s] (current)
Building yozefu-command v0.0.20 (baseline)
Built [ 199.434s] (baseline)
Parsing yozefu-command v0.0.20 (baseline)
Parsed [ 0.017s] (baseline)
Checking yozefu-command v0.0.20 -> v0.0.21 (assume patch change)
Checked [ 0.013s] 184 checks: 184 pass, 16 skip
Summary no semver update required
Finished [ 402.923s] yozefu-command
Building yozefu-lib v0.0.21 (current)
Built [ 47.384s] (current)
Parsing yozefu-lib v0.0.21 (current)
Parsed [ 0.017s] (current)
Building yozefu-lib v0.0.20 (baseline)
Built [ 47.763s] (baseline)
Parsing yozefu-lib v0.0.20 (baseline)
Parsed [ 0.017s] (baseline)
Checking yozefu-lib v0.0.20 -> v0.0.21 (assume patch change)
Checked [ 0.038s] 184 checks: 182 pass, 2 fail, 0 warn, 16 skip
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field TopicDetail.config in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:20
field TopicDetail.config in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:20
--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---
Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/derive_trait_impl_removed.ron
Failed in:
type TopicDetail no longer derives Hash, in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:14
type TopicDetail no longer derives PartialOrd, in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:14
type TopicDetail no longer derives Ord, in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:14
type TopicDetail no longer derives Hash, in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:14
type TopicDetail no longer derives PartialOrd, in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:14
type TopicDetail no longer derives Ord, in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/topic.rs:14
Summary semver requires new major version: 2 major and 0 minor checks failed
Finished [ 96.924s] yozefu-lib
Building yozefu-wasm-types v0.0.21 (current)
Built [ 20.035s] (current)
Parsing yozefu-wasm-types v0.0.21 (current)
Parsed [ 0.002s] (current)
Building yozefu-wasm-types v0.0.20 (baseline)
Built [ 19.884s] (baseline)
Parsing yozefu-wasm-types v0.0.20 (baseline)
Parsed [ 0.002s] (baseline)
Checking yozefu-wasm-types v0.0.20 -> v0.0.21 (assume patch change)
Checked [ 0.012s] 184 checks: 184 pass, 16 skip
Summary no semver update required
Finished [ 41.643s] yozefu-wasm-types |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.