pyrefly icon indicating copy to clipboard operation
pyrefly copied to clipboard

Run Pyrefly against numpy's typing tests

Open yangdanny97 opened this issue 4 months ago • 1 comments

Describe the Bug

version 2.3.1

example of a test: https://github.com/numpy/numpy/blob/main/numpy/typing/tests/data/pass/arrayprint.py

there are 3 categories of tests:

  • typing/tests/data/pass (should be green)
  • typing/tests/data/reveal (relies on assert_type)
  • typing/tests/data/fail (uses type: ignore w/ mypy error codes)

the pass/reveal tests should be useable out of the box, we'll need a lookaside for the errors & re-generate that automatically, like we do for conformance.

Sandbox Link

No response

(Only applicable for extension issues) IDE Information

No response

yangdanny97 avatar Oct 31 '25 15:10 yangdanny97

This issue has someone assigned, but has not had recent activity for more than 2 weeks.

If you are still working on this issue, please add a comment so everyone knows. Otherwise, please unassign yourself and allow someone else to take over.

Thank you for your contributions!

github-actions[bot] avatar Dec 02 '25 00:12 github-actions[bot]

This was merged as an internal CI job

yangdanny97 avatar Dec 03 '25 22:12 yangdanny97