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

Fix Vararg handling on v1.7+ #17

Merged
merged 3 commits into from
Jan 23, 2022
Merged

Fix Vararg handling on v1.7+ #17

merged 3 commits into from
Jan 23, 2022

Conversation

christopher-dG
Copy link
Member

On 1.7, typeof(Vararg) is no longer UnionAll, it's Core.TypeofVararg, which has fields T and N. Unfortunately we still have the errors that 1.6 has, which means this package remains mostly unusable 🙃

@christopher-dG
Copy link
Member Author

Fun stuff: on 1.7, the tests take 10 minutes to fail vs 3 minutes for 1.6. Puzzling, but not my problem for now 🙃

@christopher-dG christopher-dG merged commit 00d6e5c into master Jan 23, 2022
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