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

Inspect: Visual debugging aids

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
haskell

調査の方向性

まず、実行中のプログラムでInspectモードがどのように切り替わるか、またdrawingOfが塗りつぶされた図形をどのように描画するかを確認します。要求されている座標平面と半透明の輪郭付き図形を、LSUフォークにおけるdrawingOfのデバッグ動作と比較します。完了条件は、別個のプログラムエントリポイントを必要とせずにInspectが両方の補助表示を示すことです。

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

説明

enhancement

When students enable "Inspect" on their programs, we want to:

  1. Add a coordinate plane to the picture.
  2. Convert all solid shapes to opaque outlines with translucent fill. This allows students to see when another shape is hidden behind this one.

This was inspired by @alphalambda who adds a special debug version of drawingOf to LSU's fork, which implements something like both of these changes. Instead of a different entry point, though, I want to do it by just toggling debug mode in the same running program.

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

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

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

はじめの一歩

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

google/codeworld のほかの issue

google/codeworld の issue をすべて見る

似ている issue

Haskell の issue をもっと見る

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

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