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

Move parsing related classes to Spoom's top level #556

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Conversation

Morriar
Copy link
Collaborator

@Morriar Morriar commented Jun 13, 2024

I want to use those outside of the deadcode context, let's make them top level entities.

There is no functional change to this PR, only moving files/classes around.

Morriar added 3 commits April 3, 2024 16:39
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
@Morriar Morriar added the chore Chore task label Jun 13, 2024
@Morriar Morriar self-assigned this Jun 13, 2024
@Morriar Morriar requested a review from a team as a code owner June 13, 2024 14:04
@Morriar Morriar requested review from amomchilov and egiurleo June 13, 2024 14:04
Copy link
Contributor

@egiurleo egiurleo left a comment

Choose a reason for hiding this comment

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

Nice, makes a lot of sense

Copy link
Contributor

@amomchilov amomchilov left a comment

Choose a reason for hiding this comment

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

Just FYI: moving a Ruby file between different levels of nesting often loses the history, though it doesn't look too important in this case.

The simultaneous rename and large content diff (from all the indentation changes) don't get caught by git's move detection, so it just sees it as the deletion of the old file, and a creation of a new unrelated one.

@Morriar Morriar merged commit 6f8be9d into main Jun 13, 2024
8 checks passed
@Morriar Morriar deleted the at-parsing-top-level branch June 13, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants