-
Notifications
You must be signed in to change notification settings - Fork 247
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
go: malformed constructor docstring with period #2638
Closed
1 of 5 tasks
eladb opened this issue
Mar 3, 2021
· 1 comment
· Fixed by #2639, cdk8s-team/cdk8s-operator#228 or awslabs/aws-delivlib-sample#83
Closed
1 of 5 tasks
go: malformed constructor docstring with period #2638
eladb opened this issue
Mar 3, 2021
· 1 comment
· Fixed by #2639, cdk8s-team/cdk8s-operator#228 or awslabs/aws-delivlib-sample#83
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
needs-triage
This issue or PR still needs to be triaged.
p1
Comments
eladb
pushed a commit
that referenced
this issue
Mar 3, 2021
Use `documenter.emit()`, which takes care of multi-line docstrings instead of just emitting the text. This uncovered missing maturity information on ctors as well. Fixes #2638
mergify bot
pushed a commit
to aws/aws-cdk
that referenced
this issue
Mar 3, 2021
This reverts commit e8f0c3c due to some issue in go code generation (namely aws/jsii#2638 and aws/jsii#2637) and unacceptable build performance for producing bindings for all CDK modules. Our plan is to fix the relevant issues and only produce go bindings for monocdk instead of all modules. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
eladb
pushed a commit
that referenced
this issue
Mar 3, 2021
Use `documenter.emit()`, which takes care of multi-line docstrings instead of just emitting the text. This uncovered missing maturity information on ctors as well. Fixes #2638
eladb
pushed a commit
that referenced
this issue
Mar 3, 2021
Use `documenter.emit()`, which takes care of multi-line docstrings instead of just emitting the text. This uncovered missing maturity information on ctors as well. Fixes #2638
|
cornerwings
pushed a commit
to cornerwings/aws-cdk
that referenced
this issue
Mar 8, 2021
This reverts commit e8f0c3c due to some issue in go code generation (namely aws/jsii#2638 and aws/jsii#2637) and unacceptable build performance for producing bindings for all CDK modules. Our plan is to fix the relevant issues and only produce go bindings for monocdk instead of all modules. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This was referenced Mar 9, 2021
This was referenced Mar 16, 2021
Closed
This was referenced Mar 17, 2021
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
needs-triage
This issue or PR still needs to be triaged.
p1
🐛 Bug Report
Affected Languages
Golang
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
What is the problem?
Consider the following jsii code:
Error:
Verbose Log
Generated output:
The text was updated successfully, but these errors were encountered: