Skip to content

202411 #8

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

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

202411 #8

wants to merge 34 commits into from

Conversation

mizar
Copy link
Collaborator

@mizar mizar commented Feb 23, 2025

No description provided.

@mizar mizar requested review from qryxip and Copilot April 3, 2025 10:50
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Rust edition to 2024, upgrades multiple dependency versions, and refines GitHub workflow configurations.

  • Updated Cargo.toml files in the main project and xtask to use the 2024 edition and newer dependency versions.
  • Adjusted dependency version constraints and licensing clarifications in deny.toml and clarify.toml.
  • Upgraded GitHub workflow runner versions and checkout actions, and enhanced the build matrix in build.yml.

Reviewed Changes

Copilot reviewed 12 out of 16 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
xtask/Cargo.toml Changed Rust edition to 2024 and updated several dependency versions.
deny.toml Updated build script allowances and bumped dependency versions.
clarify.toml Expanded and refined license expressions and file mappings.
Cargo.toml Upgraded edition and dependency versions, including switching to a git ref.
.github/workflows/*.yml Updated runner images, checkout actions, and build matrix configurations.
Files not reviewed (4)
  • Dockerfile: Language not supported
  • rust-toolchain: Language not supported
  • xtask/templates/install-command.bash.txt: Language not supported
  • xtask/templates/install-script.toml.txt: Language not supported
Comments suppressed due to low confidence (4)

Cargo.toml:22

  • [nitpick] Consider removing the commented-out version of ac-library-rs to avoid potential confusion with the new git dependency specification.
ac-library-rs = { git = "https://github.com/rust-lang-ja/ac-library-rs", rev = "eea0b2ac6b177fc09b706b4e727b3e62e6ef30e7" }

Cargo.toml:35

  • Verify that the upgrade to amplify v4.8.0 is fully compatible with the existing codebase, as version changes may bring breaking changes.
amplify = { version = "=4.8.0", features = ["c_raw", "rand", "stringly_conversions"] }

.github/workflows/typos.yml:8

  • Confirm that the upgrade to ubuntu-24.04 as the runner does not introduce compatibility issues with the actions used.
runs-on: ubuntu-24.04

.github/workflows/licenses.yml:26

  • Ensure that cargo-deny v0.16 does not introduce any configuration or behavior changes that may affect license checks.
run: cargo binstall cargo-deny@^0.16 --no-confirm --log-level debug

- { target: x86_64-apple-darwin, os: macos-11 }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: x86_64-pc-windows-msvc, os: windows-2025 }
Copy link
Preview

Copilot AI Apr 3, 2025

Choose a reason for hiding this comment

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

Ensure that the specified runner 'windows-2025' is available and supported by GitHub Actions to prevent build failures.

Suggested change
- { target: x86_64-pc-windows-msvc, os: windows-2025 }
- { target: x86_64-pc-windows-msvc, os: windows-2022 }

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

mizar added 3 commits April 4, 2025 18:25
…に更新; 新しいパッケージallocator-api2 0.2.21とfoldhash 0.1.5を追加; indexmapを2.9.0、petgraphを0.8.0、smallvecを1.15.0に更新; deny.tomlにZlibライセンスを追加
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.

1 participant