libgit2-racket / libgit2

Low-level Racket bindings for the libgit2 C library
https://pkgs.racket-lang.org/package/libgit2
MIT License
3 stars 2 forks source link

Online documentation #3

Closed kengruven closed 1 year ago

kengruven commented 1 year ago

Searching for "libgit2" on docs.racket-lang.org turns up nothing. The package page appears to have the most recent hash but clicking "Documentation" goes to a Racket documentation page with the old git_revwalk_next interface.

Is this related to #2? Or do we just need to wait for some process to catch up?

LiberalArtist commented 1 year ago

The build failure from https://github.com/libgit2-racket/libgit2/issues/2 prevents the current docs from generating, which makes https://github.com/libgit2-racket/libgit2/issues/2 an especially high priority.

Installing the package will build the documentation locally.

A separate problem is that I neglected to update the documentation for git_revwalk_next in https://github.com/libgit2-racket/libgit2/pull/1.

LiberalArtist commented 1 year ago

The docs have built at https://pkgs.racket-lang.org/package/libgit2 using https://github.com/libgit2-racket/libgit2/pull/6 , so this is fixed, though https://github.com/libgit2-racket/libgit2/issues/2 is still an issue.