#9245 closed Bugs (fixed)
Check for process errors in make_qbk.py
| Reported by: | Daniel James | Owned by: | Barend Gehrels |
|---|---|---|---|
| Milestone: | Boost 1.56.0 | Component: | geometry |
| Version: | Boost 1.54.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The script doesn't check for errors when building the documentation in make_qbk.py, so my documentation build script doesn't notice that anything is wrong. As you might recall this resulted in some of the documentation failing to build in the last release.
I've attached a patch for a possible solution.
Attachments (1)
Change History (5)
by , 9 years ago
| Attachment: | geometry-svn.patch added |
|---|
comment:1 by , 9 years ago
| Status: | new → assigned |
|---|
comment:3 by , 9 years ago
| Milestone: | To Be Determined → Boost 1.55.0 |
|---|
comment:4 by , 9 years ago
| Milestone: | Boost 1.55.0 → Boost 1.56.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Thanks! Will apply it.