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

refactor: two small cleanups that were bothering me. #147

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

Eh2406
Copy link
Member

@Eh2406 Eh2406 commented Nov 7, 2023

These are two small things that I keep running across and are off-topic for other PR's, and two small for their own PR. But if it's ever getting it fixed... here is a PR.

  1. as_ref is stable as of 1.65
  2. <1, >=2, <=2, >3 is tricky to parse visually. My brain keeps trying to figure out what (<1 and >=2) or (<=2 and >3) means. The core issue is that , sometimes means and and other times means or. So this changes to using | for or.

Copy link
Member

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me :)

@Eh2406 Eh2406 enabled auto-merge November 8, 2023 03:31
Copy link
Member

@mpizenberg mpizenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me too

@Eh2406 Eh2406 added this pull request to the merge queue Nov 8, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 8, 2023
@Eh2406 Eh2406 changed the title Two small cleanups that were bothering me. refactor: two small cleanups that were bothering me. Nov 8, 2023
@Eh2406 Eh2406 added this pull request to the merge queue Nov 8, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 8, 2023
@Eh2406 Eh2406 added this pull request to the merge queue Nov 8, 2023
Merged via the queue into dev with commit acfbe99 Nov 8, 2023
5 checks passed
@Eh2406 Eh2406 deleted the small_cleans branch November 8, 2023 15:58
@Eh2406
Copy link
Member Author

Eh2406 commented Nov 8, 2023

Sorry for the spam, I'm taking this trivial PR as an opportunity to explore the new CI merged queue set up.

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