Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print explicit typeuses for non-MVP function types #6851

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

tlively
Copy link
Member

@tlively tlively commented Aug 19, 2024

We previously printed explicit typeuses (e.g. (type $f)) in function
signatures when GC was enabled. But even when GC is not enabled,
function types may use non-MVP features that require the explicit
typeuse to be printed. Fix the printer to always print the explicit type
use for such types.

Fixes #6850.

We previously printed explicit typeuses (e.g. `(type $f)`) in function
signatures when GC was enabled. But even when GC is not enabled,
function types may use non-MVP features that require the explicit
typeuse to be printed. Fix the printer to always print the explicit type
use for such types.

Fixes #6850.
@tlively tlively requested a review from kripken August 19, 2024 18:58
@tlively tlively merged commit 127844c into main Aug 19, 2024
13 checks passed
@tlively tlively deleted the print-explicit-typeuses branch August 19, 2024 21:23
@gkdn gkdn mentioned this pull request Aug 31, 2024
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.

Roundtrip-text fuzz bug with shared types
2 participants