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

Retrieve info for recursion tracker reliably #3045

Merged
merged 11 commits into from
Mar 2, 2024

Commits on Feb 29, 2024

  1. Retrieve info for recursion tracker reliably

    Fixes model-checking#3035
    
    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d5479c0 View commit details
    Browse the repository at this point in the history
  2. Use find instead of filter_map

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5dd1253 View commit details
    Browse the repository at this point in the history
  3. Update the search for REENTRY and add documentation

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    569208a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add a comment to clarify not using mangled_name

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e2f75fc View commit details
    Browse the repository at this point in the history
  2. Add a test with generics and infinity recursion

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    96ddb5a View commit details
    Browse the repository at this point in the history
  3. New line

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4cabf21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dff4b4 View commit details
    Browse the repository at this point in the history
  5. Move format outside of the loop

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e3b2c35 View commit details
    Browse the repository at this point in the history
  6. Add header to test case

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    84674d3 View commit details
    Browse the repository at this point in the history
  7. Add extra comment about --nondet-static-exclude isssue

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ba5d4c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfe204d View commit details
    Browse the repository at this point in the history