Opened 20 years ago
Closed 18 years ago
#67 closed defect (duplicate)
"--help-all" is silent, goes into indefinate loop.
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | minor | Milestone: | C++ Boost maintenance |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description (last modified by )
"--help <something>" no longer shows anything. Perhaps the changes to implement the local Jamfile help broke it.
--help-all, produces amoung other things, the following:
* targets: +------------------------+ |abstract-target | +========================+ |name | |project | | | |generate(properties) = 0| +-----------+------------+ | ^ / \ +-+-+ | | +------------------------+------+------------------------------+ | | | | | | +----------+-----------+ +------+------+ +------+-------+ | project-target | | main-target | | basic-target | +======================+ 1 * +=============+ alternatives +==============+ | generate(properties) |o-----------+ generate |<>------------->| generate | | main-target | +-------------+ | construct = 0| +----------------------+ +--------------+ | ^ / \ +-+-+ | | .
Change History (7)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 20 years ago
| Priority: | critical → minor |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
| Summary: | "--help *" is silent. → "--help-all" is silent, goes into indefinate loop. |
Forgot one aspect which is not fixed. --help-all now goes into some form of infinite loop no clue why yet.
comment:4 by , 19 years ago
| Description: | modified (diff) |
|---|
comment:5 by , 18 years ago
bjam --help-all does nothing in bjam 3.1.17. There is no handling for it in the source code so I guess this issue should be closed.
comment:6 by , 18 years ago
As I see it in the source code, --help-all seems to have been renamed to --help-internal.
comment:7 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | reopened → closed |
Tested with SVN revision 42484 and there is no indefinite loop with --help-internal on the main boost trunk. There is a problem with most Boost Build modules not getting their documentation displayed correctly but that has been added as a separate issue #164.

Also --help-all does not produce anything. I'm not sure what's up. The changes to implement local Jamfile help included moving call to 'options.process' to build-system.jam, line 144 in my copy. However, I've no idea why this should break anything.