Opened 14 years ago
Closed 14 years ago
#2112 closed Bugs (fixed)
bjam_call always returns None
Reported by: | Steven Watanabe | Owned by: | René Rivera |
---|---|---|---|
Milestone: | To Be Determined | Component: | bjam |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
bjam_call should return the result of the bjam rule. Patch against the trunk attached.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | builtins.c.patch added |
---|
comment:1 by , 14 years ago
Milestone: | Boost 1.36.0 → To Be Determined |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [49907]) Reflect the results of calling bjam from Python. (fixes #2112)