-
Notifications
You must be signed in to change notification settings - Fork 71
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
Implement quote macro. #1743
Draft
wawel37
wants to merge
26
commits into
dev
Choose a base branch
from
quote-macro
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Implement quote macro. #1743
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit-id:55ec12c0 --- **Stack**: - #1734 - #1722 - #1704 - #1700 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
maciektr
force-pushed
the
dev
branch
2 times, most recently
from
November 14, 2024 16:26
0d8dbe6
to
293aa94
Compare
wawel37
changed the title
Implement first version of the quote macro.
Implement quote macro.
Nov 19, 2024
Draggu
reviewed
Nov 19, 2024
commit-id:55ec12c0 --- **Stack**: - #1734 - #1722 - #1704 - #1700 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:83c7db1f --- **Stack**: - #1734 - #1722 - #1704 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
It waits for this to be merged |
Bumps the non-critical group with 7 updates: | Package | From | To | | --- | --- | --- | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` | `0.17.9` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.164` | | [linkme](https://github.com/dtolnay/linkme) | `0.3.29` | `0.3.31` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `flate2` from 1.0.34 to 1.0.35 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.35 - security update to zlib-rs</h2> <h2>What's Changed</h2> <ul> <li>Upgrade actions/upload-artifact by <a href="https://github.com/jdno"><code>@jdno</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/438">rust-lang/flate2-rs#438</a></li> <li>upgrade zlib-rs to version <code>0.4.0</code> by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/439">rust-lang/flate2-rs#439</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jdno"><code>@jdno</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/438">rust-lang/flate2-rs#438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35">https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/14aec222af2b85485bd3df4578d8d510eca46af7"><code>14aec22</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/439">#439</a> from folkertdev/update-zlib-rs-0.4.0</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/eff67addaede2af11d661016e215a6e5de731efe"><code>eff67ad</code></a> upgrade zlib-rs to version <code>0.4.0</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/ce18d3afb493b0dbba253bdcee06a89f8e316d97"><code>ce18d3a</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/438">#438</a> from jdno/upgrade-action</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/74841c510c1c48c9135bb0a22b1912587c63ede0"><code>74841c5</code></a> Upgrade actions/upload-artifact</li> <li>See full diff in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35">compare view</a></li> </ul> </details> <br /> Updates `indicatif` from 0.17.8 to 0.17.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/indicatif/releases">indicatif's releases</a>.</em></p> <blockquote> <h2>0.17.9</h2> <h2>What's Changed</h2> <ul> <li>Mention ProgressTracker near list of template keys by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/632">console-rs/indicatif#632</a></li> <li>tests: print whether colors are enabled to help diagnose spurious failure by <a href="https://github.com/chris-laplante"><code>@chris-laplante</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/641">console-rs/indicatif#641</a></li> <li>Workarounds for flaky tty/color support in GitHub actions runner by <a href="https://github.com/chris-laplante"><code>@chris-laplante</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/646">console-rs/indicatif#646</a></li> <li>Fix move cursor flag not working by <a href="https://github.com/SuperTux88"><code>@SuperTux88</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/648">console-rs/indicatif#648</a></li> <li>chore: fix comment by <a href="https://github.com/rustco"><code>@rustco</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/649">console-rs/indicatif#649</a></li> <li>Fix AtomicPosition::reset storing wrong value by <a href="https://github.com/TheJokr"><code>@TheJokr</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/650">console-rs/indicatif#650</a></li> <li>Documentation tweaks; bump MSRV by <a href="https://github.com/chris-laplante"><code>@chris-laplante</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/653">console-rs/indicatif#653</a></li> <li>Update deny config for cargo-deny 0.15 release by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/655">console-rs/indicatif#655</a></li> <li>Update unicode-width requirement from 0.1 to 0.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/658">console-rs/indicatif#658</a></li> <li>Replace <code>instant</code> with <code>web-time</code> by <a href="https://github.com/torokati44"><code>@torokati44</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/666">console-rs/indicatif#666</a></li> <li>Bump EmbarkStudios/cargo-deny-action from 1 to 2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/654">console-rs/indicatif#654</a></li> <li>Bump version to 0.17.9 by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/667">console-rs/indicatif#667</a></li> <li>feat: allow constructing and setting the progress bar len to <code>None</code> by <a href="https://github.com/cdellacqua"><code>@cdellacqua</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/664">console-rs/indicatif#664</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/indicatif/commit/e84863a94e9d161bff4d7e4f918ead726d481001"><code>e84863a</code></a> feat: allow constructing and setting the progress bar len to <code>None</code> (<a href="https://redirect.github.com/console-rs/indicatif/issues/664">#664</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/90a1f3bd276bee389b8122eead517baefa831194"><code>90a1f3b</code></a> Bump version to 0.17.9</li> <li><a href="https://github.com/console-rs/indicatif/commit/83da31e39e6ae10fb9a74399bcf0a3394bfdbe15"><code>83da31e</code></a> Bump EmbarkStudios/cargo-deny-action from 1 to 2</li> <li><a href="https://github.com/console-rs/indicatif/commit/884ddfb965b18f011f4d413458b2a302ecf4bf1d"><code>884ddfb</code></a> Replace <code>instant</code> with <code>web-time</code></li> <li><a href="https://github.com/console-rs/indicatif/commit/5396704f8e9fe781d21a5475c8d3af292d0155fe"><code>5396704</code></a> Update unicode-width requirement from 0.1 to 0.2</li> <li><a href="https://github.com/console-rs/indicatif/commit/fde06b745064789e26e9c20a94710f5027bb1335"><code>fde06b7</code></a> Update deny config for cargo-deny 0.15 release</li> <li><a href="https://github.com/console-rs/indicatif/commit/6c017583fa7cfb91b4d9230f8d364f5dcf6dd073"><code>6c01758</code></a> bump MSRV to 1.70 for Tokio 1.39.2</li> <li><a href="https://github.com/console-rs/indicatif/commit/ffd3cda7d1d0b528d4a46de21cf785ec6c5ffbd5"><code>ffd3cda</code></a> ProgressBar::new: update doc string to reflect correct default refresh rate</li> <li><a href="https://github.com/console-rs/indicatif/commit/d323a962c3d469cf4d1157e2e4c581c51bbc4219"><code>d323a96</code></a> Fix 'lazy continuation' lint errors in docs</li> <li><a href="https://github.com/console-rs/indicatif/commit/529531726fca07e0a624462838104388e89d029d"><code>5295317</code></a> Fix AtomicPosition::reset storing wrong value (<a href="https://redirect.github.com/console-rs/indicatif/issues/650">#650</a>)</li> <li>Additional commits viewable in <a href="https://github.com/console-rs/indicatif/compare/0.17.8...0.17.9">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.162 to 0.2.164 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.164</h2> <h3>MSRV</h3> <p>This release increases the MSRV of <code>libc</code> to 1.63.</p> <h3>Other</h3> <ul> <li>CI: remove tests with rust <!-- raw HTML omitted --></li> <li>MSRV: document the MSRV of the stable channel to be 1.63 <a href="https://redirect.github.com/rust-lang/libc/pull/4040">rust-lang/libc#4040</a></li> <li>MacOS: move ifconf to s_no_extra_traits <a href="https://redirect.github.com/rust-lang/libc/pull/4051">rust-lang/libc#4051</a></li> </ul> <h2>0.2.163</h2> <h3>Added</h3> <ul> <li>Aix: add more <code>dlopen</code> flags <a href="https://redirect.github.com/rust-lang/libc/pull/4044">rust-lang/libc#4044</a></li> <li>Android: add group calls <a href="https://redirect.github.com/rust-lang/libc/pull/3499">rust-lang/libc#3499</a></li> <li>FreeBSD: add <code>TCP_FUNCTION_BLK</code> and <code>TCP_FUNCTION_ALIAS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4047">rust-lang/libc#4047</a></li> <li>Linux: add <code>confstr</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3612">rust-lang/libc#3612</a></li> <li>Solarish: add <code>aio</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4033">rust-lang/libc#4033</a></li> <li>Solarish: add <code>arc4random*</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3944">rust-lang/libc#3944</a></li> </ul> <h3>Changed</h3> <ul> <li>Emscripten: upgrade emsdk to 3.1.68 <a href="https://redirect.github.com/rust-lang/libc/pull/3962">rust-lang/libc#3962</a></li> <li>Hurd: use more standard types <a href="https://redirect.github.com/rust-lang/libc/pull/3733">rust-lang/libc#3733</a></li> <li>Hurd: use the standard <code>ssize_t = isize</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4029">rust-lang/libc#4029</a></li> <li>Solaris: fix <code>confstr</code> and <code>ucontext_t</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> </ul> <h3>Other</h3> <ul> <li>CI: add Solaris <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> <li>CI: add <code>i686-unknown-freebsd</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3997">rust-lang/libc#3997</a></li> <li>CI: ensure that calls to <code>sort</code> do not depend on locale <a href="https://redirect.github.com/rust-lang/libc/pull/4026">rust-lang/libc#4026</a></li> <li>Specify <code>rust-version</code> in <code>Cargo.toml</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4041">rust-lang/libc#4041</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/main/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.163...0.2.164">0.2.164</a> - 2024-11-16</h2> <h3>MSRV</h3> <p>This release increases the MSRV of <code>libc</code> to 1.63.</p> <h3>Other</h3> <ul> <li>CI: remove tests with rust <!-- raw HTML omitted --></li> <li>MSRV: document the MSRV of the stable channel to be 1.63 <a href="https://redirect.github.com/rust-lang/libc/pull/4040">rust-lang/libc#4040</a></li> <li>MacOS: move ifconf to s_no_extra_traits <a href="https://redirect.github.com/rust-lang/libc/pull/4051">rust-lang/libc#4051</a></li> </ul> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.162...0.2.163">0.2.163</a> - 2024-11-16</h2> <h3>Added</h3> <ul> <li>Aix: add more <code>dlopen</code> flags <a href="https://redirect.github.com/rust-lang/libc/pull/4044">rust-lang/libc#4044</a></li> <li>Android: add group calls <a href="https://redirect.github.com/rust-lang/libc/pull/3499">rust-lang/libc#3499</a></li> <li>FreeBSD: add <code>TCP_FUNCTION_BLK</code> and <code>TCP_FUNCTION_ALIAS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4047">rust-lang/libc#4047</a></li> <li>Linux: add <code>confstr</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3612">rust-lang/libc#3612</a></li> <li>Solarish: add <code>aio</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4033">rust-lang/libc#4033</a></li> <li>Solarish: add <code>arc4random*</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3944">rust-lang/libc#3944</a></li> </ul> <h3>Changed</h3> <ul> <li>Emscripten: upgrade emsdk to 3.1.68 <a href="https://redirect.github.com/rust-lang/libc/pull/3962">rust-lang/libc#3962</a></li> <li>Hurd: use more standard types <a href="https://redirect.github.com/rust-lang/libc/pull/3733">rust-lang/libc#3733</a></li> <li>Hurd: use the standard <code>ssize_t = isize</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4029">rust-lang/libc#4029</a></li> <li>Solaris: fix <code>confstr</code> and <code>ucontext_t</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> </ul> <h3>Other</h3> <ul> <li>CI: add Solaris <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> <li>CI: add <code>i686-unknown-freebsd</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3997">rust-lang/libc#3997</a></li> <li>CI: ensure that calls to <code>sort</code> do not depend on locale <a href="https://redirect.github.com/rust-lang/libc/pull/4026">rust-lang/libc#4026</a></li> <li>Specify <code>rust-version</code> in <code>Cargo.toml</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4041">rust-lang/libc#4041</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/dad00cb00e92baa7e28a542eb94bc2a78762f583"><code>dad00cb</code></a> chore: release v0.2.164</li> <li><a href="https://github.com/rust-lang/libc/commit/01ce5620434bf8da061e010ca024e0c93dde998f"><code>01ce562</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4051">#4051</a> from tgross35/stable-ci</li> <li><a href="https://github.com/rust-lang/libc/commit/8153ac19104ff88d01f1811f83ebe13b9b5ec405"><code>8153ac1</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4049">#4049</a> from tgross35/rust-version</li> <li><a href="https://github.com/rust-lang/libc/commit/5f0d183ae4e483197bc28440f149b51e6dbadbd3"><code>5f0d183</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4040">#4040</a> from tgross35/stable-msrv</li> <li><a href="https://github.com/rust-lang/libc/commit/512516016bae5ab569ec56c72759d6d2a23782e1"><code>5125160</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4027">#4027</a> from rust-lang/release-plz-2024-11-12T07-15-20Z</li> <li><a href="https://github.com/rust-lang/libc/commit/6093ce044c3e2638523afcc3720db9b0851f4cb6"><code>6093ce0</code></a> MacOS: move <code>ifconf</code> to <code>s_no_extra_traits</code></li> <li><a href="https://github.com/rust-lang/libc/commit/a4b5bf87aec69b93716375776ba2eb81a1f5550a"><code>a4b5bf8</code></a> Remove the "main" workflow</li> <li><a href="https://github.com/rust-lang/libc/commit/d7b6bf0ee8a09b62cbaa6f1508277f8ed2734e5c"><code>d7b6bf0</code></a> ci: Remove tests with rust < 1.63</li> <li><a href="https://github.com/rust-lang/libc/commit/0a976d3cfb543d4032af65fdf4bd47a69ee73896"><code>0a976d3</code></a> ci: trim trailing whitespace</li> <li><a href="https://github.com/rust-lang/libc/commit/cfd7ebf850cb29ca125c09d8486343d3dbc1c3d5"><code>cfd7ebf</code></a> chore: release v0.2.163</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.162...0.2.164">compare view</a></li> </ul> </details> <br /> Updates `linkme` from 0.3.29 to 0.3.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/linkme/releases">linkme's releases</a>.</em></p> <blockquote> <h2>0.3.31</h2> <ul> <li>Prevent <code>ref_option_ref</code> pedantic clippy lint from triggering inside generated code (<a href="https://redirect.github.com/dtolnay/linkme/issues/103">#103</a>)</li> <li>Implement Debug for DistributedSlice (<a href="https://redirect.github.com/dtolnay/linkme/issues/105">#105</a>)</li> </ul> <h2>0.3.30</h2> <ul> <li>Support Rust 2024 edition (<a href="https://redirect.github.com/dtolnay/linkme/issues/102">#102</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/linkme/commit/3c09b2b0edb0592a986401b1db5b4cdf850a711f"><code>3c09b2b</code></a> Release 0.3.31</li> <li><a href="https://github.com/dtolnay/linkme/commit/23f271c3a65fe4d0ff720964493184aa708b6d57"><code>23f271c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/linkme/issues/105">#105</a> from dtolnay/debug</li> <li><a href="https://github.com/dtolnay/linkme/commit/310fb2b26c6a21a1c8f6303420179c8b34016e68"><code>310fb2b</code></a> Delete redundant DistributedSlice impl block</li> <li><a href="https://github.com/dtolnay/linkme/commit/9156041690ef215b7dd9d8e9d2be9f77356e686f"><code>9156041</code></a> Implement Debug for DistributedSlice</li> <li><a href="https://github.com/dtolnay/linkme/commit/28903263db593f32f22529c18522fe416542bc75"><code>2890326</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/linkme/issues/104">#104</a> from dtolnay/refoptionref</li> <li><a href="https://github.com/dtolnay/linkme/commit/109650896643ea48dfabbb9830e9d533003508ac"><code>1096508</code></a> Ignore ref_option_ref pedantic clippy lint in generated code</li> <li><a href="https://github.com/dtolnay/linkme/commit/2c964883de789d0b1ce38bb924919fe587ac132e"><code>2c96488</code></a> Release 0.3.30</li> <li><a href="https://github.com/dtolnay/linkme/commit/0b94c7edf88d0879ab77e42c54909cb28a83345d"><code>0b94c7e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/linkme/issues/102">#102</a> from dtolnay/rust2024</li> <li><a href="https://github.com/dtolnay/linkme/commit/107cd3c981a535569dd813a6a53a8c350f8c135e"><code>107cd3c</code></a> Reorder test lint settings to ignore unknown rust-2024-compatibility in old r...</li> <li><a href="https://github.com/dtolnay/linkme/commit/42a27d999bb09f8c3c23dd33da3ac5b8d803b002"><code>42a27d9</code></a> Add CI job on Rust 1.82 to test unsafe attrs</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/linkme/compare/0.3.29...0.3.31">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.214 to 1.0.215 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.215</h2> <ul> <li>Produce warning when multiple fields or variants have the same deserialization name (<a href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/8939af48fecb965eb3ff04dc8969146d5af5ca0f"><code>8939af4</code></a> Release 1.0.215</li> <li><a href="https://github.com/serde-rs/serde/commit/fa5d58cd007812b5990ec5721082bac293a97467"><code>fa5d58c</code></a> Use ui test syntax that does not interfere with rustfmt</li> <li><a href="https://github.com/serde-rs/serde/commit/1a3cf4b3c18396a1c5da6999ff7695d822709044"><code>1a3cf4b</code></a> Update PR 2562 ui tests</li> <li><a href="https://github.com/serde-rs/serde/commit/7d96352e9638de6662e4660e974ffc7ea232e511"><code>7d96352</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a> from dtolnay/collide</li> <li><a href="https://github.com/serde-rs/serde/commit/111ecc5d8c01cf7795059f3bc436bfd0e57d1d64"><code>111ecc5</code></a> Update ui tests for warning on colliding aliases</li> <li><a href="https://github.com/serde-rs/serde/commit/edd6fe954bc35bbafb454835c6529d0e30148624"><code>edd6fe9</code></a> Revert "Add checks for conflicts for aliases"</li> <li><a href="https://github.com/serde-rs/serde/commit/a20e9249c5849b6855ca2d2aa1d0ce563855c3bd"><code>a20e924</code></a> Revert "pacify clippy"</li> <li><a href="https://github.com/serde-rs/serde/commit/b1353a99cdf7b7ab30b49d5c0cfed0b725b7a8df"><code>b1353a9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a> from dtolnay/dename</li> <li><a href="https://github.com/serde-rs/serde/commit/c59e876bb37ad690090d83e92a7799b75b1a3f49"><code>c59e876</code></a> Produce a separate warning for every colliding name</li> <li><a href="https://github.com/serde-rs/serde/commit/7f1e697c0d4d737068c8dd3f258e7c4122bf7196"><code>7f1e697</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a> from dtolnay/namespan</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.132 to 1.0.133 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.133</h2> <ul> <li>Implement From<[T; N]> for serde_json::Value (<a href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/0903de449c52c1b4a2271e909b7afb18909dc379"><code>0903de4</code></a> Release 1.0.133</li> <li><a href="https://github.com/serde-rs/json/commit/2b65ca09498a8a907e3e3cb66794414edfa6fe27"><code>2b65ca0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a> from dtolnay/fromarray</li> <li><a href="https://github.com/serde-rs/json/commit/4e5f985958bedbc7e75ba6c1931edaf73508c4a7"><code>4e5f985</code></a> Implement From<[T; N]> for Value</li> <li><a href="https://github.com/serde-rs/json/commit/2ccb5b67ca34a5e53b42fa608d756e25e57f91a3"><code>2ccb5b6</code></a> Disable question_mark clippy lint in lexical test</li> <li><a href="https://github.com/serde-rs/json/commit/a11f5f2bc4756035e5a04e01ad486d8a99779527"><code>a11f5f2</code></a> Resolve unnecessary_map_or clippy lints</li> <li><a href="https://github.com/serde-rs/json/commit/07f280a79c07a5e713d519ed6c6a1a71b0cf871a"><code>07f280a</code></a> Wrap PR 1213 to 80 columns</li> <li><a href="https://github.com/serde-rs/json/commit/75ed44722d451143da5621f5ce3edb794965de79"><code>75ed447</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1213">#1213</a> from djmitche/safety-comment</li> <li><a href="https://github.com/serde-rs/json/commit/73011c0b2bcd21639446728fc50de4131a51e5ca"><code>73011c0</code></a> Add a safety comment to unsafe block</li> <li><a href="https://github.com/serde-rs/json/commit/be2198a54d0d9e668f8e2e59ca2e23e3ac10ae60"><code>be2198a</code></a> Prevent upload-artifact step from causing CI failure</li> <li><a href="https://github.com/serde-rs/json/commit/7cce517f53fd60d40bd6ef87a0e51f88a306e901"><code>7cce517</code></a> Raise minimum version for preserve_order feature to Rust 1.65</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133">compare view</a></li> </ul> </details> <br /> Updates `xshell` from 0.2.6 to 0.2.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matklad/xshell/blob/master/CHANGELOG.md">xshell's changelog</a>.</em></p> <blockquote> <h2>0.2.7</h2> <ul> <li>MSRV is raised to 1.63.0</li> <li>Avoid using non-existant cfg in macros</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matklad/xshell/commit/9a405946ecbbfe50fe4a7229bd764194154e4ce6"><code>9a40594</code></a> Bump to 0.2.7</li> <li><a href="https://github.com/matklad/xshell/commit/cda23405cdfb044daece16cd1b0eb534189d4c68"><code>cda2340</code></a> Fix non-existant <code>linux</code> cfg</li> <li><a href="https://github.com/matklad/xshell/commit/37ffc9eca619f971d955cb35adcfc9bb98cdfe9c"><code>37ffc9e</code></a> Avoid using non-existant cfg to not trigger lint</li> <li><a href="https://github.com/matklad/xshell/commit/72425315be3f6569261db50df87e4e569417d754"><code>7242531</code></a> Merge pull request <a href="https://redirect.github.com/matklad/xshell/issues/88">#88</a> from matklad/matklad/msrv</li> <li><a href="https://github.com/matklad/xshell/commit/9b9b8aba189bcf65c48690d1d72369af2a73a363"><code>9b9b8ab</code></a> bump MSRV</li> <li><a href="https://github.com/matklad/xshell/commit/7dc60e2211c6e4ba121e25cdf5c8d2f2347f3116"><code>7dc60e2</code></a> Merge pull request <a href="https://redirect.github.com/matklad/xshell/issues/87">#87</a> from cgwalters/patch-1</li> <li><a href="https://github.com/matklad/xshell/commit/d8adc2216a29885df8440b9bfdc304f10ca17204"><code>d8adc22</code></a> cmd: Note trailing newlines are trimmed</li> <li>See full diff in <a href="https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit-id:55ec12c0 --- **Stack**: - #1734 - #1722 - #1704 - #1700 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:83c7db1f --- **Stack**: - #1734 - #1722 - #1704 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:6d8f33f9 --- **Stack**: - #1749 - #1748 - #1745 - #1747 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
maciektr
force-pushed
the
dev
branch
2 times, most recently
from
November 25, 2024 18:50
037aa1e
to
f5576c3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.