Skip to content

Develop#180

Merged
Mcdostone merged 5 commits into
mainfrom
develop
Nov 24, 2025
Merged

Develop#180
Mcdostone merged 5 commits into
mainfrom
develop

Conversation

@Mcdostone
Copy link
Copy Markdown
Collaborator

No description provided.

@Mcdostone Mcdostone merged commit c8d5332 into main Nov 24, 2025
51 of 53 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

cargo-semver-checks has detected some issues: https://github.com/MAIF/yozefu/actions/runs/19633255416

    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant