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

Organize examples with native_decide lint disabled

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
停滞
領域
compilers

調査の方向性

CharCorrectness.lean から始め、そこにある証明と例がどのように構成されているかを確認します。ファイルをリファクタリングして、末尾に専用の Examples セクションが現れるようにし、その中では native_decide lint を無効にします。定理とコアライブラリコードはその外側に置いてください。例が増えていくのに合わせて、他の証明ファイルにも同じパターンがあるか確認します。

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

説明

Summary

Create a dedicated section Examples in each proofs file to contain example assertions that use native_decide without triggering the linter.style.nativeDecide lint that applies to the rest of the codebase.

Approach

Use section with lint option disabled:

  • Theorems and core library code remain strict (no native_decide)
  • Examples use native_decide for quick verification without linter noise
  • Clear signal about code intent and verification guarantees

Files to refactor

  • CharCorrectness.lean
  • (other proof files as they accumulate examples)

Notes

  • Place examples section at end of file
  • Examples should be non-library assertions only
  • Theorems stay outside this section and use traditional proofs
主要言語
Lean
スター
2
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

lambdaclass/lambda_compiler_kit のほかの issue

lambdaclass/lambda_compiler_kit の issue をすべて見る

似ている issue

Compilers の issue をもっと見る

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

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