uclahs-cds / Ligare

GNU General Public License v2.0
0 stars 0 forks source link

Pyright version 1.1.367 breaks build #79

Closed aholmes closed 3 months ago

aholmes commented 4 months ago

Pyright version 1.1.367 breaks the build. The error can be seen here. This ticket will track the issue. For now, version 1.1.366 works as expected.

aholmes commented 4 months ago

Tracked here https://github.com/microsoft/pyright/issues/8228.

aholmes commented 4 months ago

Resolved in 1.1.369.

Fixed recent regression that results in a runtime assert (and therefore a crash) in certain circumstances when computing the MRO for a class.

aholmes commented 4 months ago

It seems this is still an issue.

aholmes commented 4 months ago

The following PRs cannot be merged until this is resolved:

aholmes commented 4 months ago

Note to self: update Pyright to ~= 1.1 once a new release is made.

aholmes commented 3 months ago

Resolved in Pyright version 1.1.370.