On Mon, Jul 5, 2021 at 9:27 PM Daniel Shahaf <d...@daniel.shahaf.name> wrote:
> Daniel Sahlberg wrote on Sat, Jul 03, 2021 at 23:45:01 +0200: > > It seems that the API and JavaHL docs for 1.13 and 1.14 are missing. I > have > > generated them from the branches. > > Are there any relevant differences between the branches (@HEAD) and the > latest tags on each branch? > Oh, they probably should have been generated from the latest tags, not the branches. HACKING shows how to generate them from branches; sorry, can't copy/paste the section link because this phone won't cooperate, but search "create or update the versioned documentation snapshots" or some subset of that. Of course, that section assumes it's being done at release time, when the branches would supposedly have the same content as the tags (unless a backport approval race condition occurs). >From my memory, I think all the recent JavaHL work was released and the new C APIs (e.g. the parallelization ones) aren't on any release branch. But I can verify that when I next reach a real computer unless someone beats me to it. Thanks for pointing that out. Nathan