Skip to content

Tags: lloydchang/facebook-pyrefly

Tags

0.15.2

Toggle 0.15.2's commit message
Fix incremental panic

Summary:
This should fix facebook#199

Unfortunately the issue is not easily reproducible, but I'm fairly certain
I understand what is happening (we're mixing type values coming from
incompatible versions of the same module, and getting arity mismatches)

The only reported panic caused by this happens in `subset`, so we can just
make this robust. The only obvious way to deal with it is to say that if arities
mismatch, then the two classes are from different versions of the code and
for now they are not linearly orderable (trying to do anything else is tricky
because we'd have work out downstream logic).

Reviewed By: ndmitchell

Differential Revision: D74819844

fbshipit-source-id: 718dea117b61001ca02eb7934af433a452cb81e7

0.15.1

Toggle 0.15.1's commit message
bump version

Summary: this stack contains all the stuff i'd like to get in before pycon

Reviewed By: ndmitchell, stroxler

Differential Revision: D74670359

fbshipit-source-id: 56afc418e058f2c531cbca739c7bb3cb00765a48

0.15.0

Toggle 0.15.0's commit message
Update pyrefly version] [shard:2/N]

Reviewed By: yangdanny97

Differential Revision: D74573616

fbshipit-source-id: a6903c5579300c8288f1adc031986e4bfc7543b7

0.14.1

Toggle 0.14.1's commit message
Increase timeout for extension test

Summary:
test_extension is sometimes failing: https://github.com/facebook/pyrefly/actions/runs/14940864076/job/41977764460.

The failure message says that we're hitting a timeout of 2000 ms. The test seems happy after I increased the timeout to 5000 ms: https://github.com/rchen152/pyrefly/actions/runs/14940926912/job/41977931542.

Reviewed By: yangdanny97

Differential Revision: D74520364

fbshipit-source-id: edd0613e9f52f2ea0dcbf7d343026d9e0221fe3a

0.14.0

Toggle 0.14.0's commit message
Update pyrefly version] [shard:2/N]

Reviewed By: kinto0

Differential Revision: D74164898

fbshipit-source-id: 3f9016b5c086ef90daa412c547f709372e52e27d

0.13.1

Toggle 0.13.1's commit message
bump version

Summary: I want a new extension for the dogfooding post going out today

Reviewed By: connernilsen

Differential Revision: D74182329

fbshipit-source-id: e967be02fe8d79a19b65a9889f6877cbbd4c7397

0.13.0

Toggle 0.13.0's commit message
Update pyrefly version] [shard:2/N]

Reviewed By: rchen152

Differential Revision: D73777932

fbshipit-source-id: 583696cc09d8f9b0e805b67e854bdfa3f958dd97

0.12.1

Toggle 0.12.1's commit message
Bump patch version

Summary:
Two days ago, we restructured the typeshed directory used in Pyrefly's
build.

This means it is not possible to run mypy_primer without a lot of extra
flags, because the defualt behavior is to compare the latest release vs
trunk for a typechecker, and one or the other is going to panic (because
the build scripts are coupled to the directory layout).

Triggering a patch version bump because there are no major changes, we
just need a tag to exist so mypy_primer can find it.

Reviewed By: rchen152

Differential Revision: D73692380

fbshipit-source-id: 549f9df493f0417e10da7e855f4c6367fbcfe229

0.12.0

Toggle 0.12.0's commit message
Update pyrefly version] [shard:2/N]

Reviewed By: rchen152

Differential Revision: D73360079

fbshipit-source-id: 0a3044e95cce05dc31ae3453e399dab362728b94

0.11.1

Toggle 0.11.1's commit message
upgrade extension / pypi

Summary: I want to start dogfooding a new feature.

Reviewed By: yangdanny97

Differential Revision: D73126515

fbshipit-source-id: 26cac11cc9292ee9b5a89a50ee0940cbfeaaa878