Patch in Ticket #9212 (Broken links to C++ standard papers)

Jonathan Wakely pointed out "Broken links to C++ standard papers" issue and attached a patch in #9212. ( https://svn.boost.org/trac/boost/ticket/9212 ) Though this patch is a large Boost-wide patch, it's very simple so I think someone can commit it to every library at once. Regards, Michel

On Fri, Oct 11, 2013 at 11:32 PM, Michel Morin
Jonathan Wakely pointed out "Broken links to C++ standard papers" issue and attached a patch in #9212. ( https://svn.boost.org/trac/boost/ticket/9212 )
Though this patch is a large Boost-wide patch, it's very simple so I think someone can commit it to every library at once.
Makes sense. Is it possible to apply it separately to trunk and branches/release so that both get updated but we avoid the possibility that some of the trunk files aren't in a state where they can be merged into release? --Beman

Beman Dawes wrote:
On Fri, Oct 11, 2013 at 11:32 PM, Michel Morin
wrote: Jonathan Wakely pointed out "Broken links to C++ standard papers" issue and attached a patch in #9212. ( https://svn.boost.org/trac/boost/ticket/9212 )
Though this patch is a large Boost-wide patch, it's very simple so I think someone can commit it to every library at once.
Makes sense. Is it possible to apply it separately to trunk and branches/release so that both get updated but we avoid the possibility that some of the trunk files aren't in a state where they can be merged into release?
I made separate patches for trunk and release, and attached to #9212. These patches do the same thing as Jonathan's patch (except that I excluded the modifications to PDF files). Diff viewer: [For trunk] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_trunk.patch [For release] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_release.pat... Download: [For trunk] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_trunk.p... [For release] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_release... Regards, Michel

On Fri, Oct 11, 2013 at 11:32 PM, Michel Morin
wrote: Jonathan Wakely pointed out "Broken links to C++ standard papers" issue and attached a patch in #9212. ( https://svn.boost.org/trac/boost/ticket/9212 )
Though this patch is a large Boost-wide patch, it's very simple so I think someone can commit it to every library at once.
Makes sense. Is it possible to apply it separately to trunk and branches/release so that both get updated but we avoid the possibility
Beman Dawes wrote: that
some of the trunk files aren't in a state where they can be merged into release?
I made separate patches for trunk and release, and attached to #9212. These patches do the same thing as Jonathan's patch (except that I excluded the modifications to PDF files).
Diff viewer: [For trunk]
https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_trunk.patch [For release]
https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_release.pat...
Download: [For trunk]
https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_trunk.p... [For release]
https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_release...
I'd really like to see these applied, but would prefer that one of the other release managers give a final OK, since I've been out-of-the-loop for
On Mon, Oct 14, 2013 at 6:44 AM, Michel Morin

On 14 October 2013 21:47, Beman Dawes
I'd really like to see these applied, but would prefer that one of the other release managers give a final OK, since I've been out-of-the-loop for this release.
It looks okay. But I'd rather leave the documentation tests alone (in docs/test and tools/boostbook/test), they aren't used as documentation.

Daniel James wrote:
It looks okay. But I'd rather leave the documentation tests alone (in docs/test and tools/boostbook/test), they aren't used as documentation.
Deleted the corresponding hunks and attached to #9212. Diff viewer: [For trunk] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_trunk_2.pat... [For release] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_release_2.p... Download: [For trunk] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_trunk_2... [For release] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_release... Regards, Michel

Michel Morin wrote:
Daniel James wrote:
It looks okay. But I'd rather leave the documentation tests alone (in docs/test and tools/boostbook/test), they aren't used as documentation.
Deleted the corresponding hunks and attached to #9212.
Diff viewer: [For trunk] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_trunk_2.pat... [For release] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_release_2.p...
Download: [For trunk] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_trunk_2... [For release] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_release...
Is it OK to apply these large patches by me? If nobody objects, I'll apply them **to trunk in 24 hours**. Then, after the release branch will be open for the next release (Boost 1.56), I'll apply them to the release branch. Regards, Michel

Michel Morin wrote:
Is it OK to apply these large patches by me? If nobody objects, I'll apply them **to trunk in 24 hours**. Then, after the release branch will be open for the next release (Boost 1.56), I'll apply them to the release branch.
Committed to trunk in r86524. ( https://svn.boost.org/trac/boost/changeset/86524 ) Regards, Michel

On 30 October 2013 12:54, Michel Morin wrote:
Michel Morin wrote:
Is it OK to apply these large patches by me? If nobody objects, I'll apply them **to trunk in 24 hours**. Then, after the release branch will be open for the next release (Boost 1.56), I'll apply them to the release branch.
Committed to trunk in r86524. ( https://svn.boost.org/trac/boost/changeset/86524 )
Excellent - thanks for fixing up my patch and taking care of this.

Michel Morin wrote:
Committed to trunk in r86524. ( https://svn.boost.org/trac/boost/changeset/86524 )
Merged to the release branch in r86673. ( https://svn.boost.org/trac/boost/changeset/86673 ) Regards, Michel
participants (4)
-
Beman Dawes
-
Daniel James
-
Jonathan Wakely
-
Michel Morin