You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/29 12:22:46 UTC

[PR] chore(deps): Update typed-builder requirement from ^0.17 to ^0.18 [iceberg-rust]

dependabot[bot] opened a new pull request, #87:
URL: https://github.com/apache/iceberg-rust/pull/87

   Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md">typed-builder's changelog</a>.</em></p>
   <blockquote>
   <h2>0.18.0 - 2023-10-19</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>?Sized</code> generic parameters are now supported.</li>
   </ul>
   <h2>0.17.0 - 2023-10-15</h2>
   <h3>Changed</h3>
   <ul>
   <li>Internal refactor of attribute parsing - results in better error messages and
   easier proces for adding new settings.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>#[builder(mutators(...))]</code> to generate functions on builder to mutate fields</li>
   <li><code>#[builder(via_mutator)]</code> on fields to allow defining fields initialized
   during <code>::builder()</code> for use with <code>mutators</code></li>
   <li><code>mutable_during_default_resolution</code> to allow <code>default</code> expression mutate
   previous fields.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Add support for paths with angle brackets (see PR <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/122">#122</a> )</li>
   </ul>
   <h2>0.16.2 - 2023-09-22</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Use generics with the constructor in <code>build</code> method (see issue <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/118">#118</a>)</li>
   </ul>
   <h2>0.16.1 - 2023-09-18</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Add <code>#[allow(clippy::exhaustive_enums)]</code> to generated empty enums used for
   error &quot;reporting&quot; (see issue <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/112">#112</a>)</li>
   <li>Add <code>#[automatically_derived]</code> to generated <code>impl</code>s (see issue <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/114">#114</a>)</li>
   <li>Add <code>#[allow(clippy::used_underscore_binding)]</code> to build method and setter
   methods (see issue <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/113">#113</a>)</li>
   </ul>
   <h2>0.16.0 - 2023-08-26</h2>
   <h3>Added</h3>
   <ul>
   <li><code>#[builder(crate_module_path = ...)]</code> for overcoming cases where the derive
   macro is used in another crate's macro (see issue <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/109">#109</a>)</li>
   </ul>
   <h2>0.15.2 - 2023-08-03</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix const generics generating &quot;empty&quot; entries in some lists, resulting in
   consecutive commas (see issue <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/106">#106</a>)</li>
   </ul>
   <h2>0.15.1 - 2023-07-10</h2>
   <h3>Fixed</h3>
   <ul>
   <li>no-std build.</li>
   </ul>
   <h2>0.15.0 - 2023-07-06</h2>
   <h3>Changed</h3>
   <ul>
   <li>[<strong>BREAKING</strong>] Split the derive macro out to <a href="https://crates.io/crates/typed-builder-macro">a separate procmacro
   crate</a>. This is considered a
   breaking change because reexporting and/or renmaing the crate can now prevent</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/idanarye/rust-typed-builder/commits">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] chore(deps): Update typed-builder requirement from ^0.17 to ^0.18 [iceberg-rust]

Posted by "liurenjie1024 (via GitHub)" <gi...@apache.org>.
liurenjie1024 commented on PR #87:
URL: https://github.com/apache/iceberg-rust/pull/87#issuecomment-1784353336

   cc @Fokko  This is good to go.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] chore(deps): Update typed-builder requirement from ^0.17 to ^0.18 [iceberg-rust]

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #87:
URL: https://github.com/apache/iceberg-rust/pull/87


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org