-
-
Notifications
You must be signed in to change notification settings - Fork 57
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Xuanwo/backon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Xuanwo/backon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 14 files changed
- 6 contributors
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c574c61 - Browse repository at this point
Copy the full SHA c574c61View commit details
Commits on Dec 17, 2024
-
feat: Add std support for no-std without global rand seed (#169)
Split #168 into two PRs as requested, this is the one for no_std support. --------- Co-authored-by: Xuanwo <github@xuanwo.io>
Configuration menu - View commit details
-
Copy full SHA for f7e3b97 - Browse repository at this point
Copy the full SHA f7e3b97View commit details
Commits on Dec 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1582dbc - Browse repository at this point
Copy the full SHA 1582dbcView commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45e9170 - Browse repository at this point
Copy the full SHA 45e9170View commit details
Commits on Jan 3, 2025
-
chore(deps): update embassy-time requirement from 0.3 to 0.4 (#174)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09b07f7 - Browse repository at this point
Copy the full SHA 09b07f7View commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bce8d39 - Browse repository at this point
Copy the full SHA bce8d39View commit details -
feat: Mark builders to be const (#172)
Hello thank you for your work. I have made changes so that all builders are now const. They should still be 100% backwards compadible. I had to introduce a constructor, new, as Default cannot be const just yet. This allows me to define a const builder at the top and use it like this: ``` const BACKOFF_BUILDER: ExponentialBuilder = ExponentialBuilder::new().with_min_delay(Duration::from_millis(1)); fn test() { my_fn().retry(BACKOFF_BUILDER).call(); } ``` All changes: - Refactored all methods inside FibonacciBuilder, ExponentialBuilder, and ConstantBuilder to be const. - Added a new const `new` constructor for each builder which uses the values from default() - Updated the default method to call `new()`. - Added unit tests for the const builders to ensure they have the correct values. --------- Co-authored-by: matt3o12 <1218474+Matt3o12@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for a1351c2 - Browse repository at this point
Copy the full SHA a1351c2View commit details -
ci: Skip all features tests on windows for now (#179)
Signed-off-by: Xuanwo <github@xuanwo.io>
Configuration menu - View commit details
-
Copy full SHA for 6cd2f93 - Browse repository at this point
Copy the full SHA 6cd2f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3352b - Browse repository at this point
Copy the full SHA 3d3352bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.4.0