From: "mame (Yusuke Endoh)" Date: 2012-06-13T02:36:12+09:00 Subject: [ruby-core:45597] [ruby-trunk - Bug #6548][Assigned] Rake doesn't ignore arguments after -- Issue #6548 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to drbrain (Eric Hodel) I guess rake in stdlib is just a mirror, so it should be first fixed in GitHub. Anyway I'm assigning this to drbrain because recently he often import the latest Rake maybe from GitHub. -- Yusuke Endoh ---------------------------------------- Bug #6548: Rake doesn't ignore arguments after -- https://bugs.ruby-lang.org/issues/6548#change-27194 Author: rosenfeld (Rodrigo Rosenfeld Rosas) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: 1.9.3 ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux] I've created this issue first in GitHub before I realized that Rake is now part of stdlib: https://github.com/jimweirich/rake/issues/115 I'll copy it here: rake some_task -- some_arg Raises an error after running some_task: Don't know how to build task some_arg. -- http://bugs.ruby-lang.org/