Implement round 2 for function fields integral basis - #39
Draft
vincentmacri wants to merge 5 commits into
Draft
Conversation
vincentmacri
pushed a commit
that referenced
this pull request
Jul 27, 2026
sagemathgh-42562: build(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action- gh-release) from 2 to 3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/softprops/action-gh- release/blob/master/CHANGELOG.md">softprops/action-gh-release's changelog</a>.</em></p> <blockquote> <h2>0.1.13</h2> <ul> <li>fix issue with multiple runs concatenating release bodies <a href="https://redirect.github.com/softprops/action-gh- release/pull/145">sagemath#145</a></li> </ul> <h2>0.1.12</h2> <ul> <li>fix bug leading to empty strings substituted for inputs users don't provide breaking api calls <a href="https://redirect.github.com/softprops/action-gh- release/pull/144">sagemath#144</a></li> </ul> <h2>0.1.11</h2> <ul> <li>better error message on release create failed <a href="https://redirect.github.com/softprops/action-gh- release/pull/143">sagemath#143</a></li> </ul> <h2>0.1.10</h2> <ul> <li>fixed error message formatting for file uploads</li> </ul> <h2>0.1.9</h2> <ul> <li>add support for linking release to GitHub discussion <a href="https://redirect.github.com/softprops/action-gh- release/pull/136">sagemath#136</a></li> </ul> <h2>0.1.8</h2> <ul> <li>address recent warnings in assert upload api as well as introduce asset upload overrides, allowing for multiple runs for the same release with the same named asserts <a href="https://redirect.github.com/softprops/action-gh- release/pull/134">sagemath#134</a></li> <li>fix backwards compatibility with <code>GITHUB_TOKEN</code> resolution. <code>GITHUB_TOKEN</code> is now resolved first from an env variable and then from an input <a href="https://redirect.github.com/softprops/action-gh- release/pull/133">sagemath#133</a></li> <li>trim white space in provided <code>tag_name</code> <a href="https://redirect.github.com/softprops/action-gh- release/pull/130">sagemath#130</a></li> </ul> <h2>0.1.7</h2> <ul> <li>allow creating draft releases without a tag <a href="https://redirect.github.com/softprops/action-gh- release/pull/95">sagemath#95</a></li> <li>Set default token for simpler setup <a href="https://redirect.github.com/softprops/action-gh- release/pull/83">sagemath#83</a></li> <li>fix regression with action yml <a href="https://redirect.github.com/softprops/action-gh- release/pull/126">sagemath#126</a></li> </ul> <h2>0.1.6</h2> <p>This is a release catch up have a hiatus. Future releases will happen more frequently</p> <ul> <li>Add 'fail_on_unmatched_files' input, useful for catching cases where your <code>files</code> input does not actually match what you expect <a href="https://redirect.github.com/softprops/action-gh- release/pull/55">sagemath#55</a></li> <li>Add <code>repository</code> input, useful for creating a release in an external repository <a href="https://redirect.github.com/softprops/action-gh- release/pull/61">sagemath#61</a></li> <li>Add release <code>id</code> to outputs, useful for referring to release in workflow steps following the step that uses this action <a href="https://redirect.github.com/softprops/action-gh- release/pull/60">sagemath#60</a></li> <li>Add <code>upload_url</code> as action output, useful for managing uploads separately <a href="https://redirect.github.com/softprops/action-gh- release/pull/75">sagemath#75</a></li> <li>Support custom <code>target_commitish</code> value, useful to customize the default <a href="https://redirect.github.com/softprops/action-gh- release/pull/76">sagemath#76</a></li> <li>fix <code>body_path</code> input first then fall back on <code>body</code> input. This was the originally documented precedence but was implemented in the opposite order! <a href="https://redirect.github.com/softprops/action-gh- release/pull/85">sagemath#85</a></li> <li>Retain original release info if the keys are not set, useful for filling in blanks for a release you've already started separately <a href="https://redirect.github.com/softprops/action-gh- release/pull/109">sagemath#109</a></li> <li>Limit number of times github api request to create a release is retried, useful for avoiding eating up your rate limit and action minutes due to either an invalid token or other circumstance causing the api call to fail <a href="https://redirect.github.com/softprops/action- gh-release/pull/111">sagemath#111</a></li> </ul> <h2>0.1.5</h2> <ul> <li>Added support for specifying tag name <a href="https://redirect.github.com/softprops/action-gh- release/pull/39">#39</a></li> </ul> <h2>0.1.4</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="softprops/action-gh-release@3d0d9 888cb7fd7b750713d6e236d1fcb99157228"><code>3d0d988</code></a> release 3.0.2 (<a href="https://redirect.github.com/softprops/action-gh- release/issues/818">sagemath#818</a>)</li> <li><a href="softprops/action-gh-release@7e13e d4ac596a4adf801d3812be5a089356949aa"><code>7e13ed4</code></a> fix: clarify release creation 404 errors (<a href="https://redirect.github.com/softprops/action-gh- release/issues/817">sagemath#817</a>)</li> <li><a href="softprops/action-gh-release@e6c70 a53cf67373fbff7eeebca7782b4fe8f106c"><code>e6c70a5</code></a> fix: replace existing release assets on Gitea (<a href="https://redirect.github.com/softprops/action-gh- release/issues/816">sagemath#816</a>)</li> <li><a href="softprops/action-gh-release@f3453 378888d5ef6208e2788af1c5ba50d8a898d"><code>f345337</code></a> fix: publish existing draft releases as prereleases (<a href="https://redirect.github.com/softprops/action-gh- release/issues/801">sagemath#801</a>)</li> <li><a href="softprops/action-gh-release@d8a89 a206684ded8435bf16d6f698bf04ab05164"><code>d8a89a2</code></a> fix: upload small checksum assets reliably (<a href="https://redirect.github.com/softprops/action-gh- release/issues/815">sagemath#815</a>)</li> <li><a href="softprops/action-gh-release@45ece 40c3178522904ac6c51c21d8a4e3565f3c8"><code>45ece40</code></a> chore(deps): remove unused TypeScript tooling (<a href="https://redirect.github.com/softprops/action-gh- release/issues/814">sagemath#814</a>)</li> <li><a href="softprops/action-gh-release@f6b91 3c3f95302d88e8ef7cb2859c2e7656aa01e"><code>f6b913c</code></a> feat: improve release error reporting and test coverage (<a href="https://redirect.github.com/softprops/action-gh- release/issues/813">sagemath#813</a>)</li> <li><a href="softprops/action-gh-release@15f19 3d7d8aa9623b5181913a31fafceb4e8cef9"><code>15f193d</code></a> chore(deps): upgrade TypeScript to 7 (<a href="https://redirect.github.com/softprops/action-gh- release/issues/812">sagemath#812</a>)</li> <li><a href="softprops/action-gh-release@cc826 8d46a81d57ec9b061f27b0dd68ebd7fb17f"><code>cc8268d</code></a> chore(deps): bump actions/checkout in the github-actions group (<a href="https://redirect.github.com/softprops/action-gh- release/issues/810">sagemath#810</a>)</li> <li><a href="softprops/action-gh-release@fd0ed 1e85b6730f87f5c67d7355751c46ad513d6"><code>fd0ed1e</code></a> chore(deps): bump the npm group with 3 updates (<a href="https://redirect.github.com/softprops/action-gh- release/issues/811">sagemath#811</a>)</li> <li>Additional commits viewable in <a href="https://github.com/softprops/action-gh- release/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security- vulnerabilities/about-dependabot-security-updates#about-compatibility- scores) 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 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> URL: sagemath#42562 Reported by: dependabot[bot] Reviewer(s):
This file contains hidden or 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
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.
Work done with Joel Barraza Nava @1994joeb at/after Sage Days 131.