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

[TOOL-1955] Fix infinite loop #717

Merged
merged 7 commits into from
Apr 17, 2020
Merged

[TOOL-1955] Fix infinite loop #717

merged 7 commits into from
Apr 17, 2020

Conversation

Szabadember
Copy link
Contributor

No description provided.

@Szabadember Szabadember requested a review from a team April 15, 2020 16:24
@Szabadember Szabadember self-assigned this Apr 15, 2020
@Szabadember Szabadember requested review from trapacska and removed request for a team April 15, 2020 16:24
@Szabadember Szabadember requested a review from godrei April 16, 2020 15:57
@Szabadember Szabadember marked this pull request as ready for review April 16, 2020 16:20
@Szabadember Szabadember requested a review from lpusok April 16, 2020 16:20
@@ -586,6 +586,26 @@ func expandStepInputs(
) map[string]string {
stepInputs := make(map[string]string)

var mappingFuncFactory func([]envmanModels.EnvironmentItemModel) func(string) string
mappingFuncFactory = func(environments []envmanModels.EnvironmentItemModel) func(key string) string {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would start an argument to try to remove all recursion if possible.

trapacska
trapacska previously approved these changes Apr 17, 2020
@trapacska trapacska merged commit dcef36f into master Apr 17, 2020
@trapacska trapacska deleted the TOOL-1955 branch April 17, 2020 10:59
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.

3 participants