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

Hash function

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
42/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python

調査の方向性

まず、issue #108 で説明されているハッシュ割り当てロジックを見つけ、CodeNet やその他のプロジェクトでリポジトリパスがどのように解析されているかを調べます。複数のプロジェクトのファイルで衝突を再現し、その後、既存の CodeNet の動作を壊すことなく、プロジェクト名から異なるハッシュが生成されることを示すテストカバレッジを追加します。

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

説明

If you are storing files from several projects inside a unique repository from where you take the data, the hash function, will apply the same hash to every project, this due to how the assigning is done:

image

Only if the name is CodeNet will work because takes the second part of the name, meanwhile in every other case it will take only the first part of the path which will be the name of the repository not the name of the projects stored inside as it would be for the CodeNet case.

主要言語
Python
スター
777
フォーク
144
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

facebookresearch/CodeGen のほかの issue

facebookresearch/CodeGen の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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