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

Use string objects for extending strings #199

Merged
merged 7 commits into from
Sep 3, 2022

Conversation

marcauberer
Copy link
Member

@marcauberer marcauberer commented Sep 3, 2022

  • Convert strings to string objects automatically when needed and back
  • Add support for +, == and != operators on strings
  • Enhance string runtime
  • Improve tests

@marcauberer marcauberer added enhancement New feature or request improvement Improvement of an existing feature labels Sep 3, 2022
@marcauberer marcauberer added this to the 0.12.0 milestone Sep 3, 2022
@marcauberer marcauberer self-assigned this Sep 3, 2022
@pull-request-size pull-request-size bot added size/XL and removed size/L labels Sep 3, 2022
@marcauberer marcauberer marked this pull request as ready for review September 3, 2022 20:56
@marcauberer marcauberer requested review from a team as code owners September 3, 2022 20:56
@marcauberer marcauberer merged commit c04d310 into main Sep 3, 2022
@marcauberer marcauberer deleted the feature/use-string-objects branch September 3, 2022 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improvement Improvement of an existing feature size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant