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

Replace use of Range with RangeBounds in DataCache trait #579

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

dannycjones
Copy link
Contributor

@dannycjones dannycjones commented Oct 26, 2023

Description of change

RangeBounds is better than Range, which represents only a range where both start and end is defined. IDE wasn't working last time I tried to use it, now I see the light.

Relevant issues: N/A

Does this change impact existing behavior?

No.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

@dannycjones dannycjones temporarily deployed to PR integration tests October 26, 2023 14:07 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 26, 2023 14:07 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 26, 2023 14:07 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 26, 2023 14:07 — with GitHub Actions Inactive
@dannycjones dannycjones enabled auto-merge October 26, 2023 14:08
@dannycjones dannycjones added this pull request to the merge queue Oct 26, 2023
Merged via the queue into awslabs:main with commit 71277e7 Oct 26, 2023
18 checks passed
@dannycjones dannycjones deleted the cache-migrate-rangebounds branch October 26, 2023 15:38
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.

2 participants