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

Library: improve debugging for untyped languages and incorrect naming #3061

Open
1 task
DanielMSchmidt opened this issue Aug 10, 2023 · 1 comment
Open
1 task
Labels
enhancement New feature or request language/python priority/important-longterm Medium priority, to be worked on within the following 1-2 business quarters. upstream/jsii Pending upstream work on JSII ux/debugging

Comments

@DanielMSchmidt
Copy link
Contributor

Description

In languages like Python where there are no strong types users with invalid configuration (e.g. camel cased vs snake cased attribute keys) might not spot their mistake if they are new to CDKTF and perceive the behaviour as a bug.

We can (potentially) look out for some common mistakes like wrong casing, passing an array instead of an item of the list, etc and throw more helpful errors. This might need to be done in JSII

References

No response

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@DanielMSchmidt DanielMSchmidt added enhancement New feature or request language/python upstream/jsii Pending upstream work on JSII ux/debugging priority/important-longterm Medium priority, to be worked on within the following 1-2 business quarters. labels Aug 10, 2023
@DanielMSchmidt
Copy link
Contributor Author

See also #1898

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language/python priority/important-longterm Medium priority, to be worked on within the following 1-2 business quarters. upstream/jsii Pending upstream work on JSII ux/debugging
Projects
None yet
Development

No branches or pull requests

1 participant