Modify

Opened 14 years ago

Closed 14 years ago

#6232 closed defect (fixed)

Invalid argument

Reported by: crusty.applesniffer@… Owned by: Ryan J Ollos
Priority: normal Component: PlannedMilestonesMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

When I try to use the sample you provided in the wiki, I got the following error :

Error: Macro PlannedMilestones(max=5, include=next-major, ignore=noduedate) failed invalid literal for int() with base 10: 'include=next-major'

moreover using this macro without argument, display "(Unspecified)" instead of "(later)"

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by Ryan J Ollos

Owner: changed from jornh to Ryan J Ollos
Summary: invalid argumentInvalid argument

I still have quite a bit of work to do with this plugin. Thanks for the feedback and I will keep you posted on a fix.

comment:2 in reply to:  description Changed 14 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

Replying to crusty.applesniffer@free.fr:

When I try to use the sample you provided in the wiki, I got the following error :

Error: Macro PlannedMilestones(max=5, include=next-major, ignore=noduedate) failed invalid literal for int() with base 10: 'include=next-major'

moreover using this macro without argument, display "(Unspecified)" instead of "(later)"

This should work as of [7504].

Valid keyword arguments are:

  • max=<Integer>
  • include=<Pattern>
  • ignore=noduedate

At present include will not take a comma separated list, and exclude has not yet been implemented. I will add those features shortly.

If you have a chance to test out, I'd appreciate the feedback.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.