Skip to content

[GenAI] Add support for org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 using gpt-5.4#2114

Merged
vjovanov merged 5 commits into
masterfrom
ai/jormundur00/add-lib-support-org.jetbrains.kotlin-kotlin-stdlib-common-1.5.31
Apr 27, 2026
Merged

[GenAI] Add support for org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 using gpt-5.4#2114
vjovanov merged 5 commits into
masterfrom
ai/jormundur00/add-lib-support-org.jetbrains.kotlin-kotlin-stdlib-common-1.5.31

Conversation

@jormundur00

Copy link
Copy Markdown
Member

What does this PR do?

Fixes: #1388

This PR introduces tests and metadata for org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31, enabling support for this library.

Summary:

  • Strategy: optimistic_dynamic_access_iterative_pi_gpt-5.4
  • Agent: pi
  • Model: gpt-5.4
  • Input tokens: 128472
  • Cached input tokens: 1247872
  • Output tokens: 21438
  • Entries: 0
  • Iterations: 3
  • Library coverage percentage: 100.0
  • Generated lines of code: 148
  • Tested library lines of code: 0

Stats from stats/<groupId>/<artifactId>/<metadata-version>/stats.json:

Dynamic access coverage:

  • Overall: 0/0 covered calls (100.00%)

Library coverage:

  • Instruction: N/A
  • Line: N/A
  • Method: N/A

@jormundur00 jormundur00 added library-new-request Request for supporting a new library, or updating the existing one. GenAI PRs produced by generative AI labels Apr 23, 2026
@jormundur00 jormundur00 requested review from kimeta and vjovanov April 23, 2026 21:55
@jormundur00 jormundur00 added the human-intervention Requires manual follow-up because automated dynamic-access coverage remained too low label Apr 24, 2026
@jormundur00

Copy link
Copy Markdown
Member Author

Closing this PR because it tests a Kotlin library using Java rather than Kotlin, and rolling the linked issue back to Todo.

@jormundur00 jormundur00 removed the human-intervention Requires manual follow-up because automated dynamic-access coverage remained too low label Apr 27, 2026
@jormundur00 jormundur00 reopened this Apr 27, 2026
@jormundur00 jormundur00 force-pushed the ai/jormundur00/add-lib-support-org.jetbrains.kotlin-kotlin-stdlib-common-1.5.31 branch from 124bf75 to ef6b17a Compare April 27, 2026 06:28

@vjovanov vjovanov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added test does not provide valid coverage for . This test project never compiles or runs Kotlin code, and adds as well, so the assertions are only exercising Java access to the JVM stdlib wrappers rather than Kotlin usage of the common library. Please replace this with Kotlin-based coverage for the target library instead of a Java-only test.

@vjovanov vjovanov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added test does not provide valid coverage for org.jetbrains.kotlin:kotlin-stdlib-common. This test project never compiles or runs Kotlin code, and build.gradle adds kotlin-stdlib as well, so the assertions are only exercising Java access to the JVM stdlib wrappers rather than Kotlin usage of the common library. Please replace this with Kotlin-based coverage for the target library instead of a Java-only test.

@vjovanov vjovanov added the human-intervention Requires manual follow-up because automated dynamic-access coverage remained too low label Apr 27, 2026
@vjovanov

Copy link
Copy Markdown
Member

This is a special case as we don't even get this lib on the classpath.

@vjovanov vjovanov merged commit 57b2875 into master Apr 27, 2026
26 checks passed
@vjovanov vjovanov removed the human-intervention Requires manual follow-up because automated dynamic-access coverage remained too low label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GenAI PRs produced by generative AI library-new-request Request for supporting a new library, or updating the existing one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31

2 participants