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

Derive Debug for Flag<B> #398

Merged
merged 1 commit into from Feb 15, 2024
Merged

Derive Debug for Flag<B> #398

merged 1 commit into from Feb 15, 2024

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Feb 6, 2024

This just makes it possible to easily print the FLAGS constant.

This just makes it possible to easily print the `FLAGS` constant.
Copy link
Member

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

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

Thanks @tgross35! This looks good to me.

@KodrAus KodrAus merged commit e2c8409 into bitflags:main Feb 15, 2024
9 checks passed
@tgross35 tgross35 deleted the patch-1 branch February 15, 2024 02:47
mergify bot pushed a commit to andrzejressel/pulumi-wasm that referenced this pull request Mar 19, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) | workspace.dependencies | minor | `2.4.2` -> `2.5.0` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

### [`v2.5.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#250)

[Compare Source](https://togithub.com/bitflags/bitflags/compare/2.4.2...2.5.0)

#### What's Changed

-   Derive `Debug` for `Flag<B>` by [@&#8203;tgross35](https://togithub.com/tgross35) in [bitflags/bitflags#398
-   Support truncating or strict-named variants of parsing and formatting by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [bitflags/bitflags#400

#### New Contributors

-   [@&#8203;tgross35](https://togithub.com/tgross35) made their first contribution in [bitflags/bitflags#398

**Full Changelog**: bitflags/bitflags@2.4.2...2.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
kodiakhq bot added a commit to YuiYukihira/hanabAI that referenced this pull request Mar 19, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) | dependencies | minor | `2.4.2` -> `2.5.0` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

### [`v2.5.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#250)

[Compare Source](https://togithub.com/bitflags/bitflags/compare/2.4.2...2.5.0)

#### What's Changed

-   Derive `Debug` for `Flag<B>` by [@&#8203;tgross35](https://togithub.com/tgross35) in [bitflags/bitflags#398
-   Support truncating or strict-named variants of parsing and formatting by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [bitflags/bitflags#400

#### New Contributors

-   [@&#8203;tgross35](https://togithub.com/tgross35) made their first contribution in [bitflags/bitflags#398

**Full Changelog**: bitflags/bitflags@2.4.2...2.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/YuiYukihira/hanabAI).



Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

2 participants