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

tweak creation of initial array in toml parser to work around accidental type piracy in packages #38511

Merged
merged 1 commit into from
Nov 22, 2020

Conversation

KristofferC
Copy link
Sponsor Member

@KristofferC KristofferC commented Nov 20, 2020

At least two packages have managed to type pirate the getindex on a Union (by doing Base.getindex(::Type{<:Foo}, i...)) breaking pretty much everything when it comes to loading packages and Pkg. Use an alternative syntax that is less likely to be pirated.

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