Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • asm asm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asmasm
  • asmasm
  • Merge requests
  • !371

fix ASMifier,

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Remi Forax requested to merge asmifier-do-not-support-v21-correctly into master Jan 14, 2023
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

Fix the version map, Map.put is called twice with the key V20 instead of one with V20 and one with V21.

This is something Map.of() detects but we will never use Map.of() given the backward compatibility requirements of ASM.

Edited Jan 14, 2023 by Remi Forax
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: asmifier-do-not-support-v21-correctly