Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Two infinite loop fixes #359

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

foscomputerservices
Copy link
Contributor

Both of these issues are fixes to CustomStringConvertible implementations that either directly or indirectly called themselves via String(describing:).

I'm not sure what is expected to be presented in these description implementations, so please review and let me know if you would like alternative implementations.

Both of these issues are fixes to `CustomStringConvertible` implementations that either directly or indirectly called themselves via `String(describing:)`.
@foscomputerservices foscomputerservices added the bug Something isn't working label Jan 19, 2021
@foscomputerservices foscomputerservices requested a review from a team January 19, 2021 09:39
Copy link
Collaborator

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

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

Fabulous! I guess this fixes the infinite loop you previously mentioned?

@foscomputerservices
Copy link
Contributor Author

foscomputerservices commented Jan 19, 2021

Fabulous! I guess this fixes the infinite loop you previously mentioned?

Yup! Sadly there still seems to be at least one more infinite loop somewhere, but these I've identified and allowed me to move forward. Hopefully I'll find the remaining ones soon. They only happen after the app sits idle; much more difficult to find.

@foscomputerservices foscomputerservices merged commit ee4e8de into TokamakUI:main Jan 19, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants