Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

ENH: add runtests option to find untyped module attributes #53

Merged
merged 3 commits into from
Apr 22, 2020

Conversation

person142
Copy link
Member

Now you can run something like

./runtests.py --find-missing numpy

to get a list of everything that still needs annotations added.

@shoyer
Copy link
Member

shoyer commented Apr 16, 2020

Nice! Any chance you could save the output in an issue somewhere for users to reference?

@person142
Copy link
Member Author

Any chance you could save the output in an issue somewhere for users to reference?

The big list: https://github.com/numpy/numpy-stubs/issues/54

@person142 person142 force-pushed the find-missing branch 3 times, most recently from 739e6f8 to 745dc65 Compare April 18, 2020 21:30
@person142
Copy link
Member Author

Anybody have any objections here? Otherwise I might merge in a bit so that updating the blacklist/list in the issue is easier.

Now you can run something like

```
./runtests.py --find-missing numpy
```

to get a list of everything that still needs annotations added.
Various things have accidentally made it into public namespaces, and
we don't want to include stubs for those (since the stubs should
promote best practices).
@shoyer shoyer merged commit 773130b into numpy:master Apr 22, 2020
@shoyer
Copy link
Member

shoyer commented Apr 22, 2020

Thanks!

@person142 person142 deleted the find-missing branch April 22, 2020 03:45
@person142
Copy link
Member Author

Thanks @shoyer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants