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

⬆️ update Rust crate optional_struct to 0.5 #281

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
optional_struct dependencies minor 0.3 -> 0.5

Release Notes

lesurp/OptionalStruct (optional_struct)

v0.5.0

Compare Source

v0.4.1

Compare Source

v0.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from ttytm as a code owner January 1, 2024 02:03
@renovate renovate bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2024
@renovate renovate bot force-pushed the renovate/optional_struct-0.x branch 2 times, most recently from 6d8fbd9 to af51707 Compare January 1, 2024 16:20
@kevinmatthes
Copy link
Collaborator

Happy New Year, @ttytm! 🎇 🎆 🎉

I would like to ask you for your opinion on this update as it introduces breaking changes which require further adjustments. Since you are the original author of the affected source code, I would like to discuss with you how to solve the problems rustc found.

@renovate renovate bot force-pushed the renovate/optional_struct-0.x branch from af51707 to b686f7c Compare May 1, 2024 08:27
@renovate renovate bot changed the title ⬆️ update Rust crate optional_struct to 0.4 ⬆️ update Rust crate optional_struct to 0.4.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/optional_struct-0.x branch from b686f7c to dbd00bf Compare May 5, 2024 09:52
@renovate renovate bot changed the title ⬆️ update Rust crate optional_struct to 0.4.1 ⬆️ update Rust crate optional_struct to 0.4 May 5, 2024
@ttytm
Copy link
Owner

ttytm commented May 5, 2024

Hey @kevinmatthes,

sorry about delay, really. I'm really occupied. There were lots of work at some projects and preparations for other applications. Things finally get to an end and clear up a bit. Usually, I wanted to be done by end of January already. Gonna make a release week and wthrr is a fixed part of it. Hope all goes well for you 💯

@ttytm
Copy link
Owner

ttytm commented Jun 11, 2024

Hey @kevinmatthes,

I'm open for that change. The adjustment and update of a create can happen in a dedicated PR.

@ttytm
Copy link
Owner

ttytm commented Jun 11, 2024

In case you made local updates already or want to finalize it please let me know then I don't run over anything.

@kevinmatthes
Copy link
Collaborator

Hello, @ttytm,

I did not change anything, yet, because this is the sole project I contribute to which uses this library. Thus, any changes might lead to hard-to-find problems in the future as I have no experience with this library.

You can go ahead, there will not be any clashes from my side! 👍

@ttytm
Copy link
Owner

ttytm commented Jun 11, 2024

Okay, thanks for the quick info!

@renovate renovate bot force-pushed the renovate/optional_struct-0.x branch from dbd00bf to a617bee Compare June 11, 2024 19:25
@ttytm ttytm force-pushed the main branch 3 times, most recently from 19c5b8b to 3793b98 Compare June 13, 2024 00:47
@renovate renovate bot force-pushed the renovate/optional_struct-0.x branch from a617bee to 1246483 Compare July 18, 2024 20:34
@renovate renovate bot changed the title ⬆️ update Rust crate optional_struct to 0.4 ⬆️ update Rust crate optional_struct to 0.5 Jul 18, 2024
@ttytm ttytm force-pushed the renovate/optional_struct-0.x branch from 1246483 to 23c6387 Compare August 23, 2024 18:30
Copy link
Contributor Author

renovate bot commented Aug 23, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

Filename                              Stmts    Miss  Cover    Missing
----------------------------------  -------  ------  -------  ------------------------------------------------------------
src/main.rs                              13      13  0.00%    26-43
src/modules/display/border.rs            47      47  0.00%    17-106
src/modules/display/current.rs           88      88  0.00%    37-228
src/modules/display/day.rs               69      69  0.00%    29-164
src/modules/display/graph.rs            169     164  2.96%    65-368
src/modules/display/gui_config.rs        15      12  20.00%   46-61
src/modules/display/historical.rs        72      72  0.00%    35-201
src/modules/display/hourly.rs           164     164  0.00%    40-396
src/modules/display/product.rs           19      19  0.00%    24-64
src/modules/display/utils.rs             46      46  0.00%    6-85
src/modules/display/weathercode.rs       31      31  0.00%    11-41
src/modules/display/week.rs              44      44  0.00%    30-137
src/modules/display/wind.rs              21      21  0.00%    17-42
src/modules/api.rs                       24      13  45.83%   26-29, 38, 49-88
src/modules/args.rs                       4       4  0.00%    91-95
src/modules/config.rs                    31      25  19.35%   52-97
src/modules/forecast.rs                  20       6  70.00%   7-8, 24-25, 27-28
src/modules/localization.rs             105      41  60.95%   162-203, 230-265
src/modules/location.rs                  54      28  48.15%   25-29, 59-63, 75, 89, 95-104, 109, 118-126, 131-132, 142-143
src/modules/params.rs                    52      52  0.00%    23-133
src/modules/units.rs                     13       0  100.00%
src/modules/weather.rs                   28      28  0.00%    83-154
TOTAL                                  1129     987  12.58%

Copy link

Test Results

9 tests  ±0   9 ✅ ±0   1s ⏱️ -1s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 23c6387. ± Comparison against base commit baa1f3d.

@ttytm ttytm merged commit 012b313 into main Aug 23, 2024
20 checks passed
@ttytm ttytm deleted the renovate/optional_struct-0.x branch August 23, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants