Opened 14 years ago

Closed 13 years ago

#2552 closed Feature Requests (fixed)

Patch for bjam to recognize rule parameters 10-19

Reported by: Jonathan Biggar <jon@…> Owned by: René Rivera
Milestone: To Be Determined Component: bjam
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

I've found that bjam's limit of 9 parameters to rules is too limiting for some projects I'm working on. Here's a patch to extend bjam to recognize parameters 10-19, along with a test case.

Attachments (2)

bjam-param.patch (1.6 KB ) - added by Jonathan Biggar <jon@…> 14 years ago.
Patch to add support for rule parameters 10-19
rule_param.jam (1.8 KB ) - added by Jonathan Biggar <jon@…> 14 years ago.
New test case for bjam rules accepting parameters 10-19

Download all attachments as: .zip

Change History (3)

by Jonathan Biggar <jon@…>, 14 years ago

Attachment: bjam-param.patch added

Patch to add support for rule parameters 10-19

by Jonathan Biggar <jon@…>, 14 years ago

Attachment: rule_param.jam added

New test case for bjam rules accepting parameters 10-19

comment:1 by Vladimir Prus, 13 years ago

Resolution: fixed
Status: newclosed

(In [57536]) Support more parameters to rules.

Fixes #2552. Patch from Jonathan Biggar.

Note: See TracTickets for help on using tickets.