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

Real-world examples #5

Closed
ulysses4ever opened this issue Feb 15, 2022 · 2 comments
Closed

Real-world examples #5

ulysses4ever opened this issue Feb 15, 2022 · 2 comments

Comments

@ulysses4ever
Copy link
Collaborator

So far we've been using minimalistic test cases. We need to scale up.

@ulysses4ever
Copy link
Collaborator Author

ulysses4ever commented Feb 15, 2022

First module I tried: Genie. First failures:

  1. Function type is basically impossible to subtype (too many subtypes). So, I had to add a marginal form of blocklisting. Cf. Add Blocklisting #2.
  2. Varargs don't work yet. Done in Varargs are not handled when enumerating from Any #6.
  3. Any is not handled (fixed in b943b16).

As of cf4c04c, Genie is handled all right, but we need an insight into what kind of results we get. See #7.

@ulysses4ever
Copy link
Collaborator Author

Seemingly, the last bit of trouble when scaling up was about generic methods, see #9. A workaround is available for them now (as explained in the issue), so closing this for now

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