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

Fixed infinite loop. #37

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Fixed infinite loop. #37

merged 1 commit into from
Sep 28, 2023

Conversation

josephbirkner
Copy link
Contributor

@josephbirkner josephbirkner commented Sep 28, 2023

C++ compilers are mysterious. The infinite loop that existed here was only active in debug mode. In release mode, the function always just picked the first type and never even entered the loop.

@github-actions
Copy link

Package Line Rate Branch Rate Health
libs.http-datasource.src 82% 41%
libs.http-service.src 78% 41%
libs.logging.include.mapget 100% 0%
libs.model.include.mapget.model 81% 41%
libs.model.src 86% 49%
libs.service.include.mapget.service 50% 0%
libs.service.src 77% 41%
Summary 83% (1468 / 1769) 45% (1360 / 2995)

Minimum allowed line rate is 50%

@MisterGC MisterGC merged commit 72f050d into main Sep 28, 2023
13 checks passed
@MisterGC MisterGC deleted the hotfix-infinite-loop branch September 28, 2023 14:29
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