Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Consider renaming files named `mod.rs/x86_64.rs/aarch64.rs` to more unique filenames

オープン
#1,762 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
52/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
活発
技術スタック
rust

調査の方向性

まず mod.rs、x86_64.rs、aarch64.rs ファイル(src/hyperlight_host/src/hypervisor/hyperlight_vm/x86_64.rs を含む)を一覧化し、src/hyperlight_host/src/hypervisor/regs/x86_64/special_regs.rs と比較します。どのファイルで新しい Rust モジュール規約を使用できるか、またどのアーキテクチャファイルを一意な名前のディレクトリに移動すべきかを判断します。合意した名前変更が一貫して適用され、プロジェクトのチェックを壊していなければ完了です。

索引モデルが issue の本文から書いたものです。

説明

lifecycle/needs-review

Having multiple files with same name makes it annoying to search and find specific files.

For the x86_64.rs/aarch64.rs files (example src/hyperlight_host/src/hypervisor/hyperlight_vm/x86_64.rs) we could put them in a folder with that name instead (as we already do in certain places for example src/hyperlight_host/src/hypervisor/regs/x86_64/special_regs.rs).

For mod.rs file we can consider moving to the newer rust module convention which uses less mod.rs files.

I'm not saying all existing files must be renamed and are all bad, but I personally would like a bit more uniqueness

主要言語
Rust
スター
4.7k
フォーク
213
平均マージ
1日 20時間
マージ済み PR(30日)
44

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

hyperlight-dev/hyperlight のほかの issue

hyperlight-dev/hyperlight の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。