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

fix: Unused ticketAddressResolver #30

Closed
wants to merge 1 commit into from
Closed

fix: Unused ticketAddressResolver #30

wants to merge 1 commit into from

Conversation

novr
Copy link
Member

@novr novr commented Mar 7, 2024

what

Concerns Regarding Changes

  1. Conversion from Struct to Class:
    The PR includes a change in the type from a struct to a class. Please review and ensure that this modification aligns with the project's design principles and does not introduce unexpected behavior.

  2. Initialization Order Change:
    Additionally, there is a modification in the initialization order. It's essential to assess the impact of this change on the overall functionality of the code and confirm that it does not introduce new issues.

@novr novr requested a review from a team March 7, 2024 01:55
@novr novr self-assigned this Mar 7, 2024
@@ -43,7 +43,7 @@ public struct GitFlow {

}

public struct Configuration {
public final class Configuration {
Copy link
Member

Choose a reason for hiding this comment

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

[ask]
struct should be good... is there any concern that needs to make it a class?

Copy link
Member Author

Choose a reason for hiding this comment

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

To utilize self.ticketAddressResolver in the branchParsingMethod, it needs to be a reference type.

@novr novr closed this Oct 15, 2024
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.

ticketAddressResolver not utilized when passed to GitFlow.Configuration
2 participants