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

Rake not executing some tasks, gives "Invoke <task>s (first_time, not_needed)"

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
32/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
ruby
領域
build-system, cli

調査の方向性

リンク先の Stack Overflow の質問から始め、記載されている Rakefile、:run タスク、およびその :filter 引数を使って動作を再現してください。trace が異なるディレクトリでの実行を比較し、trace が実行ごとに変化して not_needed を報告する理由に焦点を当ててください。これらのディレクトリで、タスクが期待される trace に対して一貫して実行されれば完了です。

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

説明

I posted a SO question about his issue here. Most of the background is there. Here's the gist:

I have a task called :run that takes one argument, :filter. Depending on what I pass as the argument, it will sometimes execute with the trace:

** Invoke run (first_time)
** Execute run

Other times it doesn't execute at all, giving the trace:

** Invoke runs (first_time, not_needed)

Notice that when it fails, the trace says runs and not run even though run is the task typed in the command.

This happens when I run the rakefile in some directories, but not others.

Using:

  • ruby 2.0.0p645 (2015-04-13) [i386-mingw32]
  • rake, version 10.4.2
  • Window 7
主要言語
Ruby
スター
2.5k
フォーク
650
平均マージ
6分
マージ済み PR(30日)
3

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

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

はじめの一歩

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

ruby/rake のほかの issue

ruby/rake の issue をすべて見る

似ている issue

Ruby の issue をもっと見る

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

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