sociomantic-tsunami / neptune

Sociomantic library versioning definitions, guides, and tools
Boost Software License 1.0
1 stars 15 forks source link

Add listing of all open pull requests sorted by open time #253

Open jens-mueller-sociomantic opened 5 years ago

jens-mueller-sociomantic commented 5 years ago

This implements the command time_open. It will output the list of open pull requests for a repository sorted by open time. This is implemented by performing a GraphQL query against the GitHub API service and sorting the output.

jens-mueller-sociomantic commented 5 years ago

@shiv-tiwari-dunnhumby This is the tool we talked about. Please have a look.

jens-mueller-sociomantic commented 5 years ago

@leandro-lucarella-sociomantic Any idea why the build is failing? I didn't change dub dependencies.

jens-mueller-sociomantic commented 5 years ago

The latest dyaml 0.8.0 seems to not work any more with dmd 2.080.*. Either we drop support for this compiler version or we stay on an older version of dyaml.

leandro-lucarella-sociomantic commented 5 years ago

No idea.