Skip to content

String purge#248

Merged
jgfoster merged 3 commits intoOpen-Acidification:mainfrom
jgfoster:string_purge
Aug 27, 2021
Merged

String purge#248
jgfoster merged 3 commits intoOpen-Acidification:mainfrom
jgfoster:string_purge

Conversation

@jgfoster
Copy link
Copy Markdown
Member

Replace String with char* in most places. String is disfavored since it goes on the heap and can create holes.

James Foster added 2 commits August 25, 2021 18:58
* Switch form String to `const char*`.
@jgfoster jgfoster requested a review from prestoncarman August 26, 2021 03:22
Copy link
Copy Markdown
Member

@prestoncarman prestoncarman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jgfoster jgfoster merged commit eb379db into Open-Acidification:main Aug 27, 2021
@jgfoster jgfoster deleted the string_purge branch August 27, 2021 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants