Skip to content

[#490] remove-instruction-template-co#495

Draft
nrslib wants to merge 1 commit intomainfrom
takt/490/remove-instruction-template-co
Draft

[#490] remove-instruction-template-co#495
nrslib wants to merge 1 commit intomainfrom
takt/490/remove-instruction-template-co

Conversation

@nrslib
Copy link
Owner

@nrslib nrslib commented Mar 9, 2026

Summary

概要

PR #479instruction_templateinstruction へのリネームが行われ、後方互換として instruction_template を受け付ける deprecated コードが残っている。

ビルトインピースの instruction_template は全て instruction に置換済み。次のリリースで後方互換コードを削除する。

対象箇所

  • src/infra/config/loaders/pieceParser.ts — movement の instruction_template フォールバック + 警告
  • src/infra/config/loaders/pieceParser.ts — loop_monitors judge の instruction_template フォールバック + 警告

削除タイミング

次のマイナーバージョンリリース時。ユーザーが .takt/pieces/~/.takt/pieces/ でカスタムピースを使っている場合に影響するため、リリースノートで告知する。

Execution Report

Piece takt-default completed successfully.

Closes #490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

instruction_template の後方互換コードを削除する

1 participant