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_awt_bug #193

Merged
merged 3 commits into from
Apr 8, 2023
Merged

Fix_awt_bug #193

merged 3 commits into from
Apr 8, 2023

Commits on Apr 8, 2023

  1. Call visit_item_fn_mut in a custom

    visit_item_fn_mut can cause wired behavior
    because it will also visit inner functions.
    A clean solution to #189 is to take the responsibility
    of the two extraction separated.
    Also we removed the inner visit_item_fn_mut for
    all others extractions because are useless and can cause
    also wired bugs
    la10736 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    530a8c4 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    la10736 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    5d74e84 View commit details
    Browse the repository at this point in the history
  3. Prepare new version

    la10736 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    32c2b05 View commit details
    Browse the repository at this point in the history