Skip to content

Un-export unused generics#281

Merged
MichaelChirico merged 6 commits intomainfrom
rm-generic-warning
Mar 6, 2026
Merged

Un-export unused generics#281
MichaelChirico merged 6 commits intomainfrom
rm-generic-warning

Conversation

@MichaelChirico
Copy link
Copy Markdown
Collaborator

Closes #273. Because of the difficulty in avoiding false positives when looking for generic calls in the stack, and because I suspect needling aroud the stack at every invocation of a method winds up being too expensive, I think it's time to just rip the band-aid off here.

We might try and restore this approach for the to-be-unexported methods during the next development cycle, to possibly start eliciting some feedback if anyone is working from our development version (we haven't gotten any reports thus far that indicate to me this is likely, but who knows).

@MichaelChirico MichaelChirico merged commit a9e19c2 into main Mar 6, 2026
10 checks passed
@MichaelChirico MichaelChirico deleted the rm-generic-warning branch March 6, 2026 09:09
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.

Missed edge case in check for direct call of S3 method

1 participant