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

Closed Beta v3 zip shipped with the dev/ directory included

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
62/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
github-actions, lua

調査の方向性

.github/workflows/strip-dev.yml から始めて、MultiplayerClosedBeta-v3.zip がどのように生成されたかを追跡し、strip ステップをバイパスしたベータのパッケージングのエントリーポイントを探します。生成されたアーカイブの内容を検証します。ベータビルドで一貫して dev/ が除外されるか、リポジトリがそれを含める意図的な判断を文書化していれば完了です。

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

説明

Status: needs triage (build process)

Observation

The MultiplayerClosedBeta-v3.zip distribution of the API mod contains dev/init.lua (and its contents differ from the repo's version). The repo's release CI (.github/workflows/strip-dev.yml) strips dev/ from release builds, so the beta zip appears to have been built from a working tree through a path that bypasses that step.

Impact

Low today — dev/init.lua only enables env-var-driven dev auth, and the dev impersonation endpoint 404s against production servers. But it means beta testers are silently running dev-mode clients, and anything added to dev/ in the future would ship to them unnoticed. Beta builds should go through the same strip step as releases (or include dev tooling deliberately as a documented decision).

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

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

Balatro-Multiplayer/BalatroMultiplayerAPI のほかの issue

Balatro-Multiplayer/BalatroMultiplayerAPI の issue をすべて見る

似ている issue

Lua の issue をもっと見る

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

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