mirage / ocaml-github

GitHub APIv3 OCaml bindings
ISC License
100 stars 61 forks source link

Make contributor stats author field nullable #211

Closed rvantonder closed 6 years ago

rvantonder commented 6 years ago

Turns out the author field can be null for contributors in stats (see "author": null in https://api.github.com/repos/dashpay/trezor-mcu/stats/contributors)

I updated lib_test/contributors.ml to make sure tests pass (though contributors.exeisn't in the build rules; not sure why... so I enabled it)

samoht commented 6 years ago

Thank you for your contribution, I have rebased your branch on master.