Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Always use hyphenated format regardless of flags #658

Merged
merged 2 commits into from
Feb 1, 2023
Merged

Conversation

KodrAus
Copy link
Member

@KodrAus KodrAus commented Jan 31, 2023

Closes #652

The main use for alternate formatting is to pretty-print complex structs. It's surprising to have UUIDs change their format when pretty-printing, so this PR just always uses hyphenated formatting.

@KodrAus KodrAus merged commit b90b820 into main Feb 1, 2023
@KodrAus KodrAus mentioned this pull request Feb 1, 2023
bors bot referenced this pull request in OpenPoolProject/stratum Feb 1, 2023
452: fix(deps): update rust crate uuid to 1.3.0 r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.2.2` -> `1.3.0` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.3.0`](https://github.com/uuid-rs/uuid/releases/tag/1.3.0)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0)

#### What's Changed

-   Fix error message. by [`@&#8203;basbossink-ds](https://github.com/basbossink-ds)` in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   implement Arbitrary::size_hint by [`@&#8203;Ekleog](https://github.com/Ekleog)` in [https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)
-   Always use hyphenated format regardless of flags by [`@&#8203;KodrAus](https://github.com/KodrAus)` in [https://github.com/uuid-rs/uuid/pull/658](https://github.com/uuid-rs/uuid/pull/658)
-   Update windows-sys requirement from 0.42.0 to 0.45.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/uuid-rs/uuid/pull/654](https://github.com/uuid-rs/uuid/pull/654)
-   Prepare for 1.3.0 release by [`@&#8203;KodrAus](https://github.com/KodrAus)` in [https://github.com/uuid-rs/uuid/pull/659](https://github.com/uuid-rs/uuid/pull/659)

#### New Contributors

-   [`@&#8203;basbossink-ds](https://github.com/basbossink-ds)` made their first contribution in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   [`@&#8203;Ekleog](https://github.com/Ekleog)` made their first contribution in [https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)

**Full Changelog**: uuid-rs/uuid@1.2.2...1.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

 - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTguMyIsInVwZGF0ZWRJblZlciI6IjM0LjExOC4zIn0=-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
crapStone added a commit to Calciumdibromid/CaBr2 that referenced this pull request Feb 2, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.2.2` -> `1.3.0` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.3.0`](https://github.com/uuid-rs/uuid/releases/tag/1.3.0)

[Compare Source](uuid-rs/uuid@1.2.2...1.3.0)

#### What's Changed

-   Fix error message. by [@&#8203;basbossink-ds](https://github.com/basbossink-ds) in uuid-rs/uuid#656
-   implement Arbitrary::size_hint by [@&#8203;Ekleog](https://github.com/Ekleog) in uuid-rs/uuid#657
-   Always use hyphenated format regardless of flags by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#658
-   Update windows-sys requirement from 0.42.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot) in uuid-rs/uuid#654
-   Prepare for 1.3.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#659

#### New Contributors

-   [@&#8203;basbossink-ds](https://github.com/basbossink-ds) made their first contribution in uuid-rs/uuid#656
-   [@&#8203;Ekleog](https://github.com/Ekleog) made their first contribution in uuid-rs/uuid#657

**Full Changelog**: uuid-rs/uuid@1.2.2...1.3.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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTguMiIsInVwZGF0ZWRJblZlciI6IjM0LjExOC4yIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1764
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
trunk-io bot referenced this pull request in hashintel/hash Feb 12, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.2.2` -> `1.3.0` |
| [uuid](https://github.com/uuid-rs/uuid) | dev-dependencies | minor | `1.2.2` -> `1.3.0` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.3.0`](https://github.com/uuid-rs/uuid/releases/tag/1.3.0)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0)

##### What's Changed

-   Fix error message. by [@&#8203;basbossink-ds](https://github.com/basbossink-ds) in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   implement Arbitrary::size_hint by [@&#8203;Ekleog](https://github.com/Ekleog) in [https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)
-   Always use hyphenated format regardless of flags by [@&#8203;KodrAus](https://github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/658](https://github.com/uuid-rs/uuid/pull/658)
-   Update windows-sys requirement from 0.42.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/uuid-rs/uuid/pull/654](https://github.com/uuid-rs/uuid/pull/654)
-   Prepare for 1.3.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/659](https://github.com/uuid-rs/uuid/pull/659)

##### New Contributors

-   [@&#8203;basbossink-ds](https://github.com/basbossink-ds) made their first contribution in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   [@&#8203;Ekleog](https://github.com/Ekleog) made their first contribution in [https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)

**Full Changelog**: uuid-rs/uuid@1.2.2...1.3.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 these updates again.

---

 - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/hashintel/hash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
@KodrAus KodrAus deleted the fix/alternate-format branch April 11, 2023 06:33
garypen referenced this pull request in apollographql/router May 31, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://github.com/dtolnay/anyhow) | dependencies | patch |
`1.0.68` -> `1.0.69` |
| [bytes](https://github.com/tokio-rs/bytes) | dependencies | minor |
`1.2.1` -> `1.4.0` |
| [clap](https://github.com/clap-rs/clap) | dependencies | patch |
`4.1.4` -> `4.1.6` |
| [insta](https://insta.rs/)
([source](https://github.com/mitsuhiko/insta)) | dev-dependencies |
minor | `1.26.0` -> `1.28.0` |
| [once_cell](https://github.com/matklad/once_cell) | dev-dependencies
| minor | `1.16.0` -> `1.17.1` |
| [once_cell](https://github.com/matklad/once_cell) | dependencies |
minor | `1.16.0` -> `1.17.1` |
| [regex](https://github.com/rust-lang/regex) | dependencies | minor |
`1.6.0` -> `1.7.1` |
| [serde](https://serde.rs)
([source](https://github.com/serde-rs/serde)) | dependencies | patch |
`1.0.149` -> `1.0.152` |
| [serde_json](https://github.com/serde-rs/json) | dependencies |
patch | `1.0.85` -> `1.0.93` |
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://github.com/Stebalien/tempfile)) | dev-dependencies |
minor | `3.3.0` -> `3.4.0` |
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor |
`1.2.2` -> `1.3.0` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow</summary>

### [`v1.0.69`](https://github.com/dtolnay/anyhow/releases/tag/1.0.69)

[Compare
Source](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69)

-   Documentation improvements

</details>

<details>
<summary>tokio-rs/bytes</summary>

###
[`v1.4.0`](https://github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#&#8203;140-January-31-2023)

[Compare
Source](https://github.com/tokio-rs/bytes/compare/v1.3.0...v1.4.0)

##### Added

- Make `IntoIter` constructor public
([#&#8203;581](https://github.com/tokio-rs/bytes/issues/581))

##### Fixed

- Avoid large reallocations when freezing `BytesMut`
([#&#8203;592](https://github.com/tokio-rs/bytes/issues/592))

##### Documented

- Document which functions require `std`
([#&#8203;591](https://github.com/tokio-rs/bytes/issues/591))
- Fix duplicate "the the" typos
([#&#8203;585](https://github.com/tokio-rs/bytes/issues/585))

###
[`v1.3.0`](https://github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#&#8203;130-November-20-2022)

[Compare
Source](https://github.com/tokio-rs/bytes/compare/v1.2.1...v1.3.0)

##### Added

- Rename and expose `BytesMut::spare_capacity_mut`
([#&#8203;572](https://github.com/tokio-rs/bytes/issues/572))
- Implement native-endian get and put functions for `Buf` and `BufMut`
([#&#8203;576](https://github.com/tokio-rs/bytes/issues/576))

##### Fixed

- Don't have important data in unused capacity when calling reserve
([#&#8203;563](https://github.com/tokio-rs/bytes/issues/563))

##### Documented

- `Bytes::new` etc should return `Self` not `Bytes`
([#&#8203;568](https://github.com/tokio-rs/bytes/issues/568))

</details>

<details>
<summary>clap-rs/clap</summary>

###
[`v4.1.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;416---2023-02-15)

[Compare
Source](https://github.com/clap-rs/clap/compare/v4.1.5...v4.1.6)

##### Fixes

- *(help)* Don't show long help for `--help` just because hidden
possible values include a description

###
[`v4.1.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;415---2023-02-15)

[Compare
Source](https://github.com/clap-rs/clap/compare/v4.1.4...v4.1.5)

##### Fixes

- *(help)* Don't show long help for `--help` just because a hidden arg
has a possible value with a description

</details>

<details>
<summary>mitsuhiko/insta</summary>

###
[`v1.28.0`](https://github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#&#8203;1280)

[Compare
Source](https://github.com/mitsuhiko/insta/compare/1.26.0...1.28.0)

-   Added `allow_duplicates!` to enable multiple assertions for a
single snapshot.
([#&#8203;346](https://github.com/mitsuhiko/insta/issues/346))
-   Ensure that expressions formatted with `rustfmt` use unix newlines.
- Added a way to disable diffing in review.
([#&#8203;348](https://github.com/mitsuhiko/insta/issues/348))
-   Added three argument version of `glob!` to set a different base
path. ([#&#8203;347](https://github.com/mitsuhiko/insta/issues/347))
- Added `rounded_redaction` to truncate floating point values.
([#&#8203;350](https://github.com/mitsuhiko/insta/issues/350))

</details>

<details>
<summary>matklad/once_cell</summary>

###
[`v1.17.1`](https://github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#&#8203;1171)

[Compare
Source](https://github.com/matklad/once_cell/compare/v1.17.0...v1.17.1)

- Make `OnceRef` implementation compliant with [strict
provenance](https://github.com/rust-lang/rust/issues/95228).

###
[`v1.17.0`](https://github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#&#8203;1170)

[Compare
Source](https://github.com/matklad/once_cell/compare/v1.16.0...v1.17.0)

-   Add `race::OnceRef` for storing a `&'a T`.

</details>

<details>
<summary>rust-lang/regex</summary>

###
[`v1.7.1`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;171-2023-01-09)

[Compare
Source](https://github.com/rust-lang/regex/compare/1.7.0...1.7.1)

\==================
This release was done principally to try and fix the doc.rs rendering
for the
regex crate.

Performance improvements:

-   [PERF #&#8203;930](https://github.com/rust-lang/regex/pull/930):
Optimize `replacen`. This also applies to `replace`, but not
`replace_all`.

Bug fixes:

-   [BUG #&#8203;945](https://github.com/rust-lang/regex/issues/945):
    Maybe fix rustdoc rendering by just bumping a new release?

###
[`v1.7.0`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;170-2022-11-05)

[Compare
Source](https://github.com/rust-lang/regex/compare/1.6.0...1.7.0)

\==================
This release principally includes an upgrade to Unicode 15.

New features:

- [FEATURE
#&#8203;832](https://github.com/rust-lang/regex/issues/916):
    Upgrade to Unicode 15.

</details>

<details>
<summary>serde-rs/serde</summary>

###
[`v1.0.152`](https://github.com/serde-rs/serde/releases/tag/v1.0.152)

[Compare
Source](https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152)

-   Documentation improvements

###
[`v1.0.151`](https://github.com/serde-rs/serde/releases/tag/v1.0.151)

[Compare
Source](https://github.com/serde-rs/serde/compare/v1.0.150...v1.0.151)

- Update `serde::`{`ser`,`de`}`::StdError` to re-export
`core::error::Error` when serde is built with `feature="std"` **off**
and `feature="unstable"` **on**
([#&#8203;2344](https://github.com/serde-rs/serde/issues/2344))

###
[`v1.0.150`](https://github.com/serde-rs/serde/releases/tag/v1.0.150)

[Compare
Source](https://github.com/serde-rs/serde/compare/v1.0.149...v1.0.150)

- Relax some trait bounds from the `Serialize` impl of `HashMap` and
`BTreeMap`
([#&#8203;2334](https://github.com/serde-rs/serde/issues/2334))
- Enable `Serialize` and `Deserialize` impls of `std::sync::atomic`
types on more platforms
([#&#8203;2337](https://github.com/serde-rs/serde/issues/2337), thanks
[@&#8203;badboy](https://github.com/badboy))

</details>

<details>
<summary>serde-rs/json</summary>

### [`v1.0.93`](https://github.com/serde-rs/json/releases/tag/v1.0.93)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93)

- Support 128-bit integers in serde_json::to_value
([#&#8203;982](https://github.com/serde-rs/json/issues/982))

### [`v1.0.92`](https://github.com/serde-rs/json/releases/tag/v1.0.92)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92)

-   Documentation improvements

### [`v1.0.91`](https://github.com/serde-rs/json/releases/tag/v1.0.91)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.90...v1.0.91)

-   Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now

### [`v1.0.90`](https://github.com/serde-rs/json/releases/tag/v1.0.90)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.90)

-   Documentation improvements

### [`v1.0.89`](https://github.com/serde-rs/json/releases/tag/v1.0.89)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.88...v1.0.89)

- Fix invalid JSON incorrectly accepted when a large number has no
digits after decimal point
([#&#8203;953](https://github.com/serde-rs/json/issues/953))

### [`v1.0.88`](https://github.com/serde-rs/json/releases/tag/v1.0.88)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.88)

- Optimize serde_json::Map's implementation of `append` and `clone_from`
([#&#8203;952](https://github.com/serde-rs/json/issues/952), thanks
[@&#8203;Lucretiel](https://github.com/Lucretiel))

### [`v1.0.87`](https://github.com/serde-rs/json/releases/tag/v1.0.87)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)

- Add `write_i128` and `write_u128` methods to `serde_json::Formatter`
to control the formatting of 128-bit integers
([#&#8203;940](https://github.com/serde-rs/json/issues/940), thanks
[@&#8203;Lucretiel](https://github.com/Lucretiel))

### [`v1.0.86`](https://github.com/serde-rs/json/releases/tag/v1.0.86)

[Compare
Source](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86)

- Support `arbitrary_precision` feature even in no-std mode
([#&#8203;928](https://github.com/serde-rs/json/issues/928), thanks
[@&#8203;kvinwang](https://github.com/kvinwang))

</details>

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.3.0`](https://github.com/uuid-rs/uuid/releases/tag/1.3.0)

[Compare
Source](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0)

#### What's Changed

- Fix error message. by
[@&#8203;basbossink-ds](https://github.com/basbossink-ds) in
[https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
- implement Arbitrary::size_hint by
[@&#8203;Ekleog](https://github.com/Ekleog) in
[https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)
- Always use hyphenated format regardless of flags by
[@&#8203;KodrAus](https://github.com/KodrAus) in
[https://github.com/uuid-rs/uuid/pull/658](https://github.com/uuid-rs/uuid/pull/658)
- Update windows-sys requirement from 0.42.0 to 0.45.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/uuid-rs/uuid/pull/654](https://github.com/uuid-rs/uuid/pull/654)
- Prepare for 1.3.0 release by
[@&#8203;KodrAus](https://github.com/KodrAus) in
[https://github.com/uuid-rs/uuid/pull/659](https://github.com/uuid-rs/uuid/pull/659)

#### New Contributors

- [@&#8203;basbossink-ds](https://github.com/basbossink-ds) made their
first contribution in
[https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
- [@&#8203;Ekleog](https://github.com/Ekleog) made their first
contribution in
[https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)

**Full Changelog**:
uuid-rs/uuid@1.2.2...1.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/apollographql/router).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi40In0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Geoffroy Couprie <geoffroy@apollographql.com>
Co-authored-by: Gary Pennington <gary@apollographql.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression(?): Pretty debug printing now strips hyphens
1 participant