Fwd: aegis bug
Aryeh Friedman <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Message-ID | <CAGBxaXmp+Z-qwPHjWZ_KOvPvx1dJAy+AgPedmXSoTzsWNzFxmw@mail.gmail.com> |
A bug one of my developers had.... not this is with the following aede-policy command: develop_end_policy_command="aede-policy -p $p -c $c all line-length"; ---------- Forwarded message ---------- From: Dorothy L. Nixon <[email protected]> Date: Thu, Mar 29, 2012 at 1:31 AM Subject: aegis bug To: Aryeh <[email protected]> Aegis complains "description not set" for the following: * ** Project thisTest, Change 30 */ brief_description = "project test suite added"; description = "project test suite added and tested"; cause = internal_improvement; test_exempt = false; test_baseline_exempt = true; regression_test_exempt = true; architecture = [ "unspecified", ]; copyright_years = [ 2012, ]; But aegis has no problem with the following, which differs only by replacing "project" with "projxxx" in the description: * ** Project thisTest, Change 30 */ brief_description = "project test suite added"; description = "projxxx test suite added and tested"; cause = internal_improvement; test_exempt = false; test_baseline_exempt = true; regression_test_exempt = true; architecture = [ "unspecified", ]; copyright_years = [ 2012, ]; Dorothy L. Nixon