标签: ruby warnings
在什么版本或补丁级别中添加了以下警告?
warning: assigned but unused variable - x
我从http://www.slideshare.net/tenderlove/nordic-ruby-2011
答案 0 :(得分:4)
快速git grep显示,这是在2010年6月16日的this提交中添加的,然后在2010年6月17日由于某些问题reverted添加,最后added开始2010年6月20日。
注意:我在Ruby git repo上运行git log --reverse -S "assigned but"来查找这些提交。
git log --reverse -S "assigned but"