typetools / checker-framework-inference

Inference of pluggable types for Java
10 stars 33 forks source link

Use typetools organization #120

Closed wmdietl closed 5 years ago

wmdietl commented 5 years ago

@smillst Shouldn't this be typetools? Otherwise, doesn't it clone the eisop version of the dependencies?

smillst commented 5 years ago

Eventually, yes, but this branch is being merged back into eisop. So don’t merge this.

It only clones eisop if a matching branch in the current organization isn’t found.

wmdietl commented 5 years ago

I thought the typetools/eisop-java9-build branch will be merged into typetools, not into eisop. Wouldn't it be clearer to move this branch to eisop then?

Doesn't the git-organization eisop part set the current organization to be eisop? Isn't what you're describing what git-find-fork ${SLUGOWNER} typetools is doing?