Andrew Higgins

Results 2 issues of Andrew Higgins

## What happened? I modified the https://github.com/palantir/conjure-java-example to introduce a circular dependency between packages: ```diff --- a/recipe-example-api/src/main/conjure/recipe-example-api.yml +++ b/recipe-example-api/src/main/conjure/recipe-example-api.yml @@ -14,6 +14,7 @@ types: alias: string BakeStep: + package: com.palantir.conjure.examples.recipe.api.step...

Method signatures are unstable due to a side effect of the implementation of https://github.com/palantir/conjure-python/pull/14. In order to prevent difficult to debug breaks we should force keyword arguments to be used....