Re: Fwd: aegis bug
Peter Miller <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Message-ID | <1333000245.2227.27.camel@hawk> |
The logic used is: if the description starts with text identical to the brief description, the description probably doesn't add any value (and it should). This is an empirical test based on observation. On Thu, 2012-03-29 at 01:35 -0400, Aryeh Friedman wrote: > 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 > _______________________________________________ > Aegis-users mailing list > [email protected] > http://lists.auug.org.au/listinfo/aegis-users