Skip to content
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

Discard exported method declaration when running ginkgo bootstrap #558

Merged
merged 1 commit into from Aug 6, 2020

Conversation

wingyplus
Copy link
Contributor

Previously, ginkgo bootstrap -nodot will make compile error because
it export function including method. Fix it by ignore FuncDecl if
Recv is not nil.

Fixes #557

Previously, ginkgo bootstrap -nodot will make compile error because
it export function including method. Fix it by ignore FuncDecl if
Recv is not nil.

Fixes onsi#557
@unkiwii
Copy link

unkiwii commented Aug 6, 2020

@onsi @blgm Can you check this out? The issue is still in the last version v1.14.0 and this should fix it

@blgm
Copy link
Collaborator

blgm commented Aug 6, 2020

@wingyplus @unkiwii, sorry for the delay. This does indeed fix a bad problem, so I'll merge it right away.

Would you like a new release cut? Typically I cut a release at the start of the month, but I'm happy to cut one sooner if that's helpful.

@blgm blgm merged commit f4b0240 into onsi:master Aug 6, 2020
@unkiwii
Copy link

unkiwii commented Aug 6, 2020

I don't mind the wait. Thanks for the hard work (and the faster response)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redeclared error after run ginkgo bootstrap with -nodot option
3 participants