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

Inconsistent type inference on MacOS 12 #3667

Open
Scott-Guest opened this issue Sep 26, 2023 · 1 comment
Open

Inconsistent type inference on MacOS 12 #3667

Scott-Guest opened this issue Sep 26, 2023 · 1 comment
Assignees

Comments

@Scott-Guest
Copy link
Contributor

Scott-Guest commented Sep 26, 2023

For the following test,

module TEST
    imports INT
    imports BOOL

    syntax Bool ::= #bar ( KItem ) [function]

    rule #bar ( X::KItem ) => X
endmodule

self-macos-12 infers the sort of the rewrite as KItem, but everywhere else on CI infers it as K.

@Scott-Guest Scott-Guest self-assigned this Sep 26, 2023
@Scott-Guest
Copy link
Contributor Author

Blocked on #3601. Just creating this issue so I remember to test this case for the new inference algorithm.

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

No branches or pull requests

1 participant