Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MSRV #101

Merged
merged 4 commits into from
Mar 14, 2024
Merged

Bump MSRV #101

merged 4 commits into from
Mar 14, 2024

Conversation

zeenix
Copy link
Collaborator

@zeenix zeenix commented Mar 13, 2024

No description provided.

@coveralls
Copy link

coveralls commented Mar 13, 2024

Pull Request Test Coverage Report for Build 8282469423

Details

  • 1 of 2 (50.0%) changed or added relevant lines in 2 files are covered.
  • 12 unchanged lines in 6 files lost coverage.
  • Overall coverage increased (+0.08%) to 57.137%

Changes Missing Coverage Covered Lines Changed/Added Lines %
varlink-cli/src/watchclose_epoll.rs 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
varlink/src/error.rs 1 13.11%
varlink-cli/src/watchclose_epoll.rs 1 0.0%
varlink_stdinterfaces/src/org_varlink_service.rs 1 0.0%
varlink/src/stream.rs 2 56.25%
varlink_parser/src/format.rs 3 40.4%
varlink/src/lib.rs 4 78.53%
Totals Coverage Status
Change from base Build 5682232138: 0.08%
Covered Lines: 2890
Relevant Lines: 5058

💛 - Coveralls

@zeenix
Copy link
Collaborator Author

zeenix commented Mar 14, 2024

@haraldh Thanks. What's with the CI? 🤔

@zeenix
Copy link
Collaborator Author

zeenix commented Mar 14, 2024

Not sure where these checks are coming from:

build (macos-latest, 1.63.0) 
build (ubuntu-latest, 1.63.0)
build (windows-latest, 1.63.0)

rg 1.63 .github in the repo returns nothing.

@zeenix
Copy link
Collaborator Author

zeenix commented Mar 14, 2024

rg 1.63 .github in the repo returns nothing.

Ah, @haraldh you need to reselect the required workflows from the settings.

@haraldh haraldh enabled auto-merge March 14, 2024 14:08
@haraldh
Copy link
Collaborator

haraldh commented Mar 14, 2024

Please gpg sign your commits :-)

zeenix added 4 commits March 14, 2024 15:28
Signed-off-by: Zeeshan Ali Khan <zeenix@gmail.com>
Signed-off-by: Zeeshan Ali Khan <zeenix@gmail.com>
Fixes a clippy warning:

```rust
warning: redundant guard
   --> varlink/src/server.rs:593:40
    |
593 | ...                   Ok(buf) if buf.is_empty() => break,
    |                                  ^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_guards
    = note: `#[warn(clippy::redundant_guards)]` on by default
help: try
    |
593 -                             Ok(buf) if buf.is_empty() => break,
593 +                             Ok([]) => break,
    |

warning: `varlink` (lib test) generated 1 warning
```

Signed-off-by: Zeeshan Ali Khan <zeenix@gmail.com>
Fixes clippy warning:

```rust
warning: useless use of `vec!`
   --> varlink-cli/src/watchclose_epoll.rs:157:21
    |
157 |         let mut v = vec![Event { events: 0, data: 0 }, Event { events: 0, data: 1 }];
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use an array directly: `[Event { events: 0, data: 0 }, Event { events: 0, data: 1 }]`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
    = note: `#[warn(clippy::useless_vec)]` on by default
```

Signed-off-by: Zeeshan Ali Khan <zeenix@gmail.com>
auto-merge was automatically disabled March 14, 2024 14:30

Head branch was pushed to by a user without write access

@zeenix
Copy link
Collaborator Author

zeenix commented Mar 14, 2024

Please gpg sign your commits :-)

Ughhh, ok.

@haraldh
Copy link
Collaborator

haraldh commented Mar 14, 2024

or, let me remove this hurdle, before development stalls

@zeenix
Copy link
Collaborator Author

zeenix commented Mar 14, 2024

or, let me remove this hurdle, before development stalls

For this PR, I already signed the commits. Can you please approve again for the ci?

@haraldh haraldh enabled auto-merge March 14, 2024 19:07
@haraldh haraldh merged commit c3b0287 into varlink:master Mar 14, 2024
14 checks passed
@zeenix zeenix deleted the bump-msrv branch March 14, 2024 19:57
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.

3 participants