Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-4949

kotlin-compiler-1.9.22.redhat-00003 delivers ~5k more classes than the community version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Critical Critical
    • None
    • 3.8.6.CR4
    • team/prod
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • ---

      kotlin-compiler-1.9.22.redhat-00003 delivers ~5k more classes than the community version

      unzip -l ~/Downloads/kotlin-compiler-1.9.22.jar | grep class$ | wc -l
      unzip -l ./maven-repository/org/jetbrains/kotlin/kotlin-compiler/1.9.22.redhat-00003/kotlin-compiler-1.9.22.redhat-00003.jar | grep class$ | wc -l
      
         29121
         34489
      

      Diff: https://www.diffchecker.com/qockvt2g/

      Generated using:

      unzip -l ~/Downloads/kotlin-compiler-1.9.22.jar | grep class$ | awk '{print $4}' | sort > kotlin-compiler-community.txt
      unzip -l ./maven-repository/org/jetbrains/kotlin/kotlin-compiler/1.9.22.redhat-00003/kotlin-compiler-1.9.22.redhat-00003.jar | grep class$ | awk '{print $4}' | sort > kotlin-compiler-rh.txt
      code --diff kotlin-compiler-community.txt kotlin-compiler-rh.txt
      

      btw, org/jetbrains/kotlin/kotlin-compiler/1.9.22.redhat-00003/kotlin-compiler-1.9.22.redhat-00003.jar has size 186M

      https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-compiler/1.9.22 says that community jar is 58.8M

              ant@redhat.com Ant Stephenson
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: