Verizon / quiver

A reasonable library for modeling multi-graphs in Scala
http://verizon.github.io/quiver/
Apache License 2.0
200 stars 39 forks source link

getPath failed on empty paths #20

Closed mgttlinger closed 7 years ago

mgttlinger commented 7 years ago

Changed head to headOption to prevent crash on empty paths

timperrett commented 7 years ago

@mgttlinger thanks for the PR; one small comment :-)

/cc @kaiserpelagic

mgttlinger commented 7 years ago

Sure thing, gonna change that later today.

kaiserpelagic commented 7 years ago

@mgttlinger @timperrett lgtm

mgttlinger commented 7 years ago

What is your release schedule? Aka when can I expect a release with that PR?

timperrett commented 7 years ago

@mgttlinger releases are automated on merge: https://repo1.maven.org/maven2/io/verizon/quiver/core_2.11/5.5.15-scalaz-7.1/ https://repo1.maven.org/maven2/io/verizon/quiver/core_2.11/5.5.15-scalaz-7.2/ etc

mgttlinger commented 7 years ago

That's great!