Conversation
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v5...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](raven-actions/actionlint@v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ecord with or without a schema registry client
Contributor
|
Building yozefu-app v0.0.29 (current)
Built [ 188.055s] (current)
Parsing yozefu-app v0.0.29 (current)
Parsed [ 0.013s] (current)
Building yozefu-app v0.0.28 (baseline)
Built [ 186.466s] (baseline)
Parsing yozefu-app v0.0.28 (baseline)
Parsed [ 0.015s] (baseline)
Checking yozefu-app v0.0.28 -> v0.0.29 (assume patch change)
Checked [ 0.021s] 222 checks: 221 pass, 1 fail, 0 warn, 30 skip
--- 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.47.0/src/lints/inherent_method_missing.ron
Failed in:
App::count_records_in_topic, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/app/src/app.rs:229
Summary semver requires new major version: 1 major and 0 minor checks failed
Finished [ 379.269s] yozefu-app
Building yozefu-command v0.0.29 (current)
Built [ 217.585s] (current)
Parsing yozefu-command v0.0.29 (current)
Parsed [ 0.018s] (current)
Building yozefu-command v0.0.28 (baseline)
Built [ 215.700s] (baseline)
Parsing yozefu-command v0.0.28 (baseline)
Parsed [ 0.020s] (baseline)
Checking yozefu-command v0.0.28 -> v0.0.29 (assume patch change)
Checked [ 0.014s] 222 checks: 222 pass, 30 skip
Summary no semver update required
Finished [ 438.075s] yozefu-command
Building yozefu-lib v0.0.29 (current)
Built [ 62.412s] (current)
Parsing yozefu-lib v0.0.29 (current)
Parsed [ 0.019s] (current)
Building yozefu-lib v0.0.28 (baseline)
Built [ 62.799s] (baseline)
Parsing yozefu-lib v0.0.28 (baseline)
Parsed [ 0.019s] (baseline)
Checking yozefu-lib v0.0.28 -> v0.0.29 (assume patch change)
Checked [ 0.047s] 222 checks: 220 pass, 2 fail, 0 warn, 30 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.47.0/src/lints/function_missing.ron
Failed in:
function yozefu_lib::search::search_query::parse_search_query, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/search/search_query.rs:70
function yozefu_lib::search::parse_search_query, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/search/search_query.rs:70
function yozefu_lib::parse_search_query, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/search/search_query.rs:70
--- failure method_parameter_count_changed: pub method parameter count changed ---
Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/method_parameter_count_changed.ron
Failed in:
yozefu_lib::kafka::KafkaRecord::parse takes 2 parameters in /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/kafka/kafka_record.rs:74, but now takes 1 parameters in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/kafka_record.rs:74
yozefu_lib::KafkaRecord::parse takes 2 parameters in /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/kafka/kafka_record.rs:74, but now takes 1 parameters in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/kafka_record.rs:74
Summary semver requires new major version: 2 major and 0 minor checks failed
Finished [ 127.014s] yozefu-lib
Building yozefu-wasm-types v0.0.29 (current)
Built [ 35.374s] (current)
Parsing yozefu-wasm-types v0.0.29 (current)
Parsed [ 0.003s] (current)
Building yozefu-wasm-types v0.0.28 (baseline)
Built [ 35.869s] (baseline)
Parsing yozefu-wasm-types v0.0.28 (baseline)
Parsed [ 0.003s] (baseline)
Checking yozefu-wasm-types v0.0.28 -> v0.0.29 (assume patch change)
Checked [ 0.013s] 222 checks: 222 pass, 30 skip
Summary no semver update required
Finished [ 72.558s] 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.