Skip to content

Baseline dependency and dead code cleanup - #39

Merged
noha merged 2 commits into
masterfrom
baseline-dependency-and-dead-code-cleanup
Aug 1, 2026
Merged

Baseline dependency and dead code cleanup#39
noha merged 2 commits into
masterfrom
baseline-dependency-and-dead-code-cleanup

Conversation

@noha

@noha noha commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

No description provided.

noha and others added 2 commits August 1, 2026 15:50
OpenAPISpecCall (in OpenAPI-REST-Tests) references PetsAPI, which is
defined in OpenAPI-Core-Tests - but the baseline only declared
OpenAPI-REST as a requirement. This worked only by accident because
the default Tests group happens to load all three Tests packages
together; loading OpenAPI-REST-Tests on its own would fail to resolve
PetsAPI.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
convert:contentType:/convertApplicationJson:/convertTextPlain: were
never called from anywhere in the codebase. The actual response-
parsing path is OAResponse>>handleResponse: (used by
OpenApiClient>>handleResponse:), which dispatches to
OAMediaTypeObject>>handleResponse: instead - a separate, unrelated
method despite the similar name.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@noha
noha merged commit 976f85f into master Aug 1, 2026
3 of 4 checks passed
@noha
noha deleted the baseline-dependency-and-dead-code-cleanup branch August 1, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant