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 Stack Overflow for Debug::fmt #630

Merged
merged 4 commits into from
Aug 17, 2020
Merged

Fix Stack Overflow for Debug::fmt #630

merged 4 commits into from
Aug 17, 2020

Commits on Aug 16, 2020

  1. Fix infinite recursion for Debug::fmt

    Jonathan Dickinson authored and Jonathan Dickinson committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    40414d6 View commit details
    Browse the repository at this point in the history
  2. Limit recursion in Debug for GcObject

    Jonathan Dickinson authored and Jonathan Dickinson committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    5b7bac5 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    Jonathan Dickinson authored and Jonathan Dickinson committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    458269f View commit details
    Browse the repository at this point in the history
  4. Add comment to RecursionLimiter::VISITED

    Jonathan Dickinson authored and Jonathan Dickinson committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    1bfce7c View commit details
    Browse the repository at this point in the history