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

Everywhere: Rename DeprecatedFlyString to FlyByteString #25513

Conversation

ninadsachania
Copy link
Contributor

@ninadsachania ninadsachania commented Nov 29, 2024

As discussed in #25492.

@ninadsachania ninadsachania force-pushed the everywhere-rename-deprecatedflystring-to-flybytestring branch from 005f370 to f5875f7 Compare November 29, 2024 09:39
@ninadsachania ninadsachania marked this pull request as ready for review November 29, 2024 10:23
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Nov 29, 2024
Copy link
Contributor

@DanShaders DanShaders left a comment

Choose a reason for hiding this comment

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

Seems reasonable, especially since #22926 removed the main reason for deprecation--the null state--over nine months ago. (I didn't look too closely at mechanical changes though)

@@ -7,7 +7,7 @@ set(AK_SOURCES
ConstrainedStream.cpp
CountingStream.cpp
DOSPackedTime.cpp
DeprecatedFlyString.cpp
FlyByteString.cpp
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be in alphabetic order.

@@ -56,8 +56,8 @@ class FlyString {
[[nodiscard]] static size_t number_of_fly_strings();

// FIXME: Remove these once all code has been ported to FlyString
[[nodiscard]] DeprecatedFlyString to_deprecated_fly_string() const;
static ErrorOr<FlyString> from_deprecated_fly_string(DeprecatedFlyString const&);
[[nodiscard]] FlyByteString to_deprecated_fly_string() const;
Copy link
Contributor

@DanShaders DanShaders Dec 1, 2024

Choose a reason for hiding this comment

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

{to,from}_fly_byte_string, maybe?

@@ -32,7 +32,7 @@ class ConstrainedStream;
template<typename T>
class Coroutine;
class CountingStream;
class DeprecatedFlyString;
class FlyByteString;
Copy link
Contributor

Choose a reason for hiding this comment

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

Again, alphabetic order

Copy link

stale bot commented Dec 28, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

@stale stale bot added the stale label Dec 28, 2024
Copy link

stale bot commented Jan 4, 2025

This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions!

@stale stale bot closed this Jan 4, 2025
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants