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

Progress on #2080 #2715

Closed
wants to merge 1 commit into from
Closed

Progress on #2080 #2715

wants to merge 1 commit into from

Conversation

toots
Copy link
Member

@toots toots commented Oct 29, 2022

This PR makes some progress on #2080.

It is based on the observation that this works:

def f(x) = [x, {foo = "aabb"}] end
f(())

but this does not:

def f(x) = [{foo = "aabb"},x] end
f(())

For some reason, typechecking the variables for a list first allows for the sup mechanism to be applied when calling the function so this PR does just that.

Perhaps this could shed more light on how to properly fix the issue?

@toots toots closed this Jul 16, 2024
@toots toots deleted the partial-2080 branch July 16, 2024 15:54
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.

None yet

1 participant