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

pkg/proc: implement composite literals #3691

Closed

Commits on Apr 2, 2024

  1. pkg/proc: implement composite struct literals

    This change adds support for evaluating composite
    struct literals.
    
    Updates go-delve#1465
    firelizzard18 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2a45e72 View commit details
    Browse the repository at this point in the history
  2. pkg/proc: implement composite array/slice literals

    This change adds support for slice and array literals.
    
    Updates go-delve#1465
    firelizzard18 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    eb6095e View commit details
    Browse the repository at this point in the history
  3. pkg/proc: implement composite map literals

    This change adds support for map literals.
    
    Fixes go-delve#1465
    firelizzard18 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c6f6409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522a8b2 View commit details
    Browse the repository at this point in the history