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

Remove quotes around string when converting string object to cstring #419

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

Jason2605
Copy link
Member

String

Summary

This removes the quotes around the string when converting a string object to a c-string, for example when printing a string object. The rationale for this is we are using Dictu within AWS and it needs to correctly print out valid JSON, these single quotes are interfering. The other reason is that there isn't really a need for them to be there, if a user wants strings to be there they can define that within the language when printing e.g print("'string'"); rather than have it forced upon them.

@Jason2605 Jason2605 added the enhancement Implementation of a new feature label Aug 27, 2021
@Jason2605 Jason2605 self-assigned this Aug 27, 2021
@Jason2605 Jason2605 merged commit 4f3a4f8 into develop Aug 27, 2021
@Jason2605 Jason2605 deleted the feature/string branch August 27, 2021 20:02
@Jason2605 Jason2605 mentioned this pull request Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Implementation of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant