-
Notifications
You must be signed in to change notification settings - Fork 5
Py go diff #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Py go diff #281
Conversation
|
This pull request fixes 1 alert when merging b3f3f61 into b1ac06f - view on LGTM.com fixed alerts:
|
b3f3f61 to
b19177b
Compare
|
This pull request fixes 1 alert when merging b19177b into b1ac06f - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 2520ed4 into b1ac06f - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging c694294 into b1ac06f - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 1ac624a into b1ac06f - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 50d2f0c into b1ac06f - view on LGTM.com fixed alerts:
|
50d2f0c to
e8a28dc
Compare
|
This pull request fixes 1 alert when merging e8a28dc into 9c30f74 - view on LGTM.com fixed alerts:
|
b2e7da7 to
84478f1
Compare
|
This pull request fixes 1 alert when merging ae969d0 into c8ceea7 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 5621dfa into c8ceea7 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 1c50076 into c8ceea7 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 70f070a into c8ceea7 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 5d0c4a5 into c8ceea7 - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I would suggest some error message changes in order to ensure that both python and go refer to same
|
|
Following snippet runs without issues, even though I did not set func TestNewAndSet(t *testing.T) {
c := openapiart.NewPrefixConfig()
c.RequiredObject()
c.SetA("hello")
ja := c.J().Add().JA()
ja.SetEA(2.4)
c.SetE(openapiart.NewEObject().SetEA(123.456).SetEB(453.123))
c.SetF(openapiart.NewFObject().SetFA("fa string"))
yaml1, err := c.E().ToYaml()
assert.Nil(t, err)
yaml2, err := c.F().ToYaml()
assert.Nil(t, err)
log.Println(yaml1)
log.Println(yaml2)
log.Println(c.ToYaml())
}This is a known issue btw (probably because required fields are of primitive types). Mentioned it here just for reference. |
|
For |
5d0c4a5 to
0affebb
Compare
|
This pull request introduces 1 alert when merging 4dc0dd0 into 3249f32 - view on LGTM.com new alerts:
|
4dc0dd0 to
b718b1d
Compare
|
This pull request introduces 1 alert when merging 5fd26d6 into 0ec7bab - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging b2225fd into 261ef08 - view on LGTM.com new alerts:
|
|
shall be merged as part of #320 |
Uh oh!
There was an error while loading. Please reload this page.