-
Notifications
You must be signed in to change notification settings - Fork 246
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: invalid generated output for a class named Default
#2637
Closed
1 of 5 tasks
eladb opened this issue
Mar 3, 2021
· 1 comment
· Fixed by #2641, cdk8s-team/cdk8s-operator#228 or awslabs/aws-delivlib-sample#83
Closed
1 of 5 tasks
go: invalid generated output for a class named Default
#2637
eladb opened this issue
Mar 3, 2021
· 1 comment
· Fixed by #2641, cdk8s-team/cdk8s-operator#228 or awslabs/aws-delivlib-sample#83
Labels
Comments
eladb
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 3, 2021
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
Since these structs are all private, simply add a `_jsiiClass` postfix to the name. Fixes #2637
eladb
pushed a commit
that referenced
this issue
Mar 3, 2021
Since these structs are all private, simply add a `_jsiiClass` postfix to the name. Fixes #2637
eladb
pushed a commit
that referenced
this issue
Mar 3, 2021
Since these structs are all private, simply add a `_jsiiProxy` postfix to the name. Fixes #2637
|
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
Closed
This was referenced Mar 17, 2021
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 Bug Report
Affected Languages
Golang
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
What is the problem?
Consider the following jsii code:
The output of
jsii-pacmak
is:Verbose Log
The generated source looks like this:
godefault.go
:The text was updated successfully, but these errors were encountered: