[1664] in BarnOwl Developers
[nelhage/barnowl] b017b0: Add failing tests for computing $argct with --.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:44 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sat, 29 Aug 2009 19:17:50 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: b017b0309025b72c830864f20f5dd923659f981c
http://github.com/nelhage/barnowl/commit/b017b0309025b72c830864f20f5dd923659f981c
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-29 (Sat, 29 Aug 2009)
Changed paths:
M t/completion.t
Log Message:
-----------
Add failing tests for computing $argct with --.
Commit: bcde942d46c41cb478440ab7a050c5503e389111
http://github.com/nelhage/barnowl/commit/bcde942d46c41cb478440ab7a050c5503e389111
Author: David Benjamin <davidben@mit.edu>
Date: 2009-08-29 (Sat, 29 Aug 2009)
Changed paths:
M perl/lib/BarnOwl/Message/Zephyr.pm
Log Message:
-----------
Quote $realm before including in a regex
Signed-off-by: David Benjamin <davidben@mit.edu>
Commit: a4dd3a5967344fa261581ed1954047e71128f1d6
http://github.com/nelhage/barnowl/commit/a4dd3a5967344fa261581ed1954047e71128f1d6
Author: David Benjamin <davidben@mit.edu>
Date: 2009-08-29 (Sat, 29 Aug 2009)
Changed paths:
M perl/lib/BarnOwl/Completion.pm
Log Message:
-----------
Remove unused variable
Signed-off-by: David Benjamin <davidben@mit.edu>
Commit: 6c144b3bfc116b0132f698427fd4fc478032596b
http://github.com/nelhage/barnowl/commit/6c144b3bfc116b0132f698427fd4fc478032596b
Author: David Benjamin <davidben@mit.edu>
Date: 2009-08-29 (Sat, 29 Aug 2009)
Changed paths:
M perl/lib/BarnOwl/Completion/Util.pm
Log Message:
-----------
Fix $argct when given -- in complete_flags
$argct is updated in the loop, but the loop is prematurely exited when
it finds --.
Signed-off-by: David Benjamin <davidben@mit.edu>
Commit: 94ef58c98f9248815a27a3addd8a7d03e61b9d9b
http://github.com/nelhage/barnowl/commit/94ef58c98f9248815a27a3addd8a7d03e61b9d9b
Author: David Benjamin <davidben@mit.edu>
Date: 2009-08-29 (Sat, 29 Aug 2009)
Changed paths:
M perl/lib/BarnOwl/Completion/Util.pm
Log Message:
-----------
Add keyword arg to complete_flags: stop_at_nonflag
Signed-off-by: David Benjamin <davidben@mit.edu>