Skip to content

Commit

Permalink
Move cycles package to root level (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoylan authored Mar 25, 2024
1 parent bd4e119 commit 57ff987
Show file tree
Hide file tree
Showing 87 changed files with 57 additions and 71 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
go.sum linguist-generated=true
**/*.conjure.go linguist-generated=true
vendor/** linguist-generated=true
2 changes: 1 addition & 1 deletion conjure/types/conjure_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (

"github.com/dave/jennifer/jen"
"github.com/palantir/conjure-go/v6/conjure-api/conjure/spec"
"github.com/palantir/conjure-go/v6/conjure/cycles"
"github.com/palantir/conjure-go/v6/conjure/transforms"
"github.com/palantir/conjure-go/v6/cycles"
werror "github.com/palantir/witchcraft-go-error"
"github.com/pkg/errors"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions godel/config/generate-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ generators:
paths:
- conjure-api
conjure-graph-testdata:
go-generate-dir: conjure/cycles/testdata
go-generate-dir: cycles/testdata
gen-paths:
paths:
- conjure/cycles/testdata
- cycles/testdata
conjure-verifier:
go-generate-dir: conjure-go-verifier
gen-paths:
Expand Down
19 changes: 1 addition & 18 deletions godel/config/godel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,4 @@ exclude:
names:
- "\\..+"
- "vendor"
paths:
- "godel"
- "conjure/cycles/testdata/no-cycles/conjure"
- "conjure/cycles/testdata/cycle-within-pkg/conjure"
- "conjure/cycles/testdata/pkg-cycle/conjure"
- "conjure/cycles/testdata/pkg-cycle-disconnected/conjure"
- "conjure/cycles/testdata/type-cycle/conjure"
- "conjure-api/conjure"
- "conjure-go-verifier/conjure"
- "integration_test/testgenerated/auth/api"
- "integration_test/testgenerated/binary/api"
- "integration_test/testgenerated/cli/api"
- "integration_test/testgenerated/client/api"
- "integration_test/testgenerated/errors/api"
- "integration_test/testgenerated/post/api"
- "integration_test/testgenerated/objects/api"
- "integration_test/testgenerated/server/api"
- "integration_test/testgenerated/queryparam/api"
- ".*\\.conjure\\.go$"

0 comments on commit 57ff987

Please sign in to comment.