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

Clean up activator #981

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Clean up activator #981

merged 1 commit into from
Jul 5, 2024

Conversation

ofalvai
Copy link
Contributor

@ofalvai ofalvai commented Jul 5, 2024

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

#973

Cleaning up the refactored code paths

Changes

Investigation details

Decisions

ymlPth = origStepYMLPth
}
err = fmt.Errorf("failed to parse step definition (%s): %s", ymlPth, err)
err = fmt.Errorf("parse step.yml of '%s': %s", stepIDData.IDorURI, err)
Copy link
Contributor Author

@ofalvai ofalvai Jul 5, 2024

Choose a reason for hiding this comment

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

I think in case of path:: step references it's enough to print the reference, it's a relative path to a file I have access to anyway. I don't think it's worth creating a leaky abstraction (in the ActivatedStep struct) just to print this local file path.

@ofalvai ofalvai marked this pull request as ready for review July 5, 2024 07:41
@ofalvai ofalvai merged commit 016883c into master Jul 5, 2024
5 checks passed
@ofalvai ofalvai deleted the ofalvai/cleanup-activator branch July 5, 2024 08:36
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