Skip to content

develop#162

Merged
Mcdostone merged 10 commits into
mainfrom
develop
Nov 18, 2025
Merged

develop#162
Mcdostone merged 10 commits into
mainfrom
develop

Conversation

@Mcdostone
Copy link
Copy Markdown
Collaborator

No description provided.

Mcdostone and others added 2 commits November 4, 2025 15:24
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@Mcdostone Mcdostone force-pushed the develop branch 10 times, most recently from fd44f76 to 5dc052d Compare November 12, 2025 10:36
@github-actions
Copy link
Copy Markdown
Contributor

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

    Building yozefu-app v0.0.19 (current)
       Built [ 189.597s] (current)
     Parsing yozefu-app v0.0.19 (current)
      Parsed [   0.011s] (current)
    Building yozefu-app v0.0.18 (baseline)
       Built [ 178.092s] (baseline)
     Parsing yozefu-app v0.0.18 (baseline)
      Parsed [   0.012s] (baseline)
    Checking yozefu-app v0.0.18 -> v0.0.19 (assume patch change)
     Checked [   0.017s] 184 checks: 181 pass, 3 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 GlobalConfig.log_file in /home/runner/work/yozefu/yozefu/crates/app/src/configuration/global_config.rs:58

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/inherent_method_missing.ron

Failed in:
  GlobalConfig::path, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:115
  GlobalConfig::yozefu_directory, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:120
  GlobalConfig::logs_file, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:153
  GlobalConfig::themes_file, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:160
  GlobalConfig::themes, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:165
  GlobalConfig::filters_dir, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:176

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field global of struct InternalConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/internal_config.rs:14
  field logs_file of struct YozefuConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/yozefu_config.rs:13
  field yozefu_directory of struct GlobalConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:38
  field logs of struct GlobalConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:41

     Summary semver requires new major version: 3 major and 0 minor checks failed
    Finished [ 370.536s] yozefu-app
    Building yozefu-command v0.0.19 (current)
       Built [ 212.523s] (current)
     Parsing yozefu-command v0.0.19 (current)
      Parsed [   0.017s] (current)
    Building yozefu-command v0.0.18 (baseline)
       Built [ 211.300s] (baseline)
     Parsing yozefu-command v0.0.18 (baseline)
      Parsed [   0.018s] (baseline)
    Checking yozefu-command v0.0.18 -> v0.0.19 (assume patch change)
     Checked [   0.014s] 184 checks: 183 pass, 1 fail, 0 warn, 16 skip

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/function_missing.ron

Failed in:
  function yozefu_command::read_config, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/command/src/lib.rs:20

     Summary semver requires new major version: 1 major and 0 minor checks failed
    Finished [ 427.845s] yozefu-command
    Building yozefu-lib v0.0.19 (current)
       Built [  51.403s] (current)
     Parsing yozefu-lib v0.0.19 (current)
      Parsed [   0.017s] (current)
    Building yozefu-lib v0.0.18 (baseline)
       Built [  49.893s] (baseline)
     Parsing yozefu-lib v0.0.18 (baseline)
      Parsed [   0.018s] (baseline)
    Checking yozefu-lib v0.0.18 -> v0.0.19 (assume patch change)
     Checked [   0.038s] 184 checks: 184 pass, 16 skip
     Summary no semver update required
    Finished [ 103.738s] yozefu-lib
    Building yozefu-wasm-types v0.0.19 (current)
       Built [  20.860s] (current)
     Parsing yozefu-wasm-types v0.0.19 (current)
      Parsed [   0.003s] (current)
    Building yozefu-wasm-types v0.0.18 (baseline)
       Built [  20.890s] (baseline)
     Parsing yozefu-wasm-types v0.0.18 (baseline)
      Parsed [   0.003s] (baseline)
    Checking yozefu-wasm-types v0.0.18 -> v0.0.19 (assume patch change)
     Checked [   0.012s] 184 checks: 184 pass, 16 skip
     Summary no semver update required
    Finished [  43.253s] yozefu-wasm-types

@Mcdostone Mcdostone merged commit 1a82255 into main Nov 18, 2025
56 of 57 checks passed
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