-
Notifications
You must be signed in to change notification settings - Fork 166
Links to Boost 1.70 and 1.71 documentation still broken #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@stefanseefeld Do you know answer to Glen's question below? |
I can certainly make sure our process to update http://boostorg.github.io/gil is working correctly (both for the |
Trying to learn it Meanwhile, @mjcaisse is also looking at this. |
On Slack, @glenfe @mjcaisse were discussing GIL docs missing from the releases. Below I'm copying my response: I think I managed to pin point what was the problem in https://lists.boost.org/Archives/boost/2019/08/246764.php Shortly, the missing docs for GIL This has been addressed by this commit removing the top-level Unfortunately, this commit is not yet in I realised that a week before the release and I did not know what to do. @stefanseefeld We need to solve it ASAP. @pdimov suggests we should cherry-pick the fix from develop to master. |
@mloskot , I'm fine with that fix. (I would prefer if there was some sort of "test" (even if it's not automated) that we can use to check whether a given revision exhibits the problem or not, so as to have a measure of success without actually committing to master...) |
Here is one possible:
Locally on Ubuntu 18.04, I have verified that, in the current |
@mloskot , what is the above output telling me ? I'v been running this kind of process many times, so I'm rather familiar with it. The piece I'm missing is a check that tells me specifically that the documentation build (as it is performed during the overall boost release website update) is broken. So other than @pdimov telling us what needs to be fixed, is there a check that can be run that yields the same information ? |
It tells that this https://github.com/boostorg/gil/blob/master/Jamfile will fail our docs to build on the Boost's global docs building environment where presumably
The test above shows exactly that! In other words, it shows this: Shortly, |
On Gitter, we've further clarified the comments above with @stefanseefeld , see September 18, 2019 2:54 PM chat. I assume all is clear now. |
…-build-bug-351 Emergency cherry-picks to fix documentation build in master Fixes #351
I assume this one has been fixed by 1d9fe2c |
Looks like 1.72 will have GIL documentation: https://www.boost.org/doc/libs/master/libs/gil/doc/html/index.html |
Great to hear. Thanks @mloskot for pushing this through ! |
Thanks @glenfe for the very good news! |
Uh oh!
There was an error while loading. Please reload this page.
Reminder about the broken links I reported here https://lists.boost.org/Archives/boost/2019/04/245985.php. Shortly, https://www.boost.org/doc/libs/1_70_0/libs/gil/ yields HTTP 404.
I've fiddled with the URL to figure out if the redirects needs an update, but it seems there are no GIL documentation files on the server. In fact, there are no docs in the Boost 1.70 source distribution archive:
A redirect or upload of the missing docs to the server should be arranged to fix it ASAP!
References
The text was updated successfully, but these errors were encountered: