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 slice-valued attributes when used as map keys #2223

Merged
merged 4 commits into from Sep 9, 2021

Commits on Sep 6, 2021

  1. Fix slice-valued attributes when used as map keys

    Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
    Aneurysm9 committed Sep 6, 2021
    Copy the full SHA
    fe29e9f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. store pointers to slice values to make them usable as map keys

    Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
    Aneurysm9 committed Sep 8, 2021
    Copy the full SHA
    adaedc1 View commit details
    Browse the repository at this point in the history
  2. Emit slice-typed attribute values as slices, not pointers to slices

    Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
    Aneurysm9 committed Sep 8, 2021
    Copy the full SHA
    c037114 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Copy the full SHA
    fa25af5 View commit details
    Browse the repository at this point in the history