ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Red Knot - Add symbol flags

Open plredmond opened this issue 1 year ago • 1 comments

First commit adds symbol flags using the bitflags package. The flags for is-defined and is-used (in the current scope) are implemented.

Second commit is a bare-sketch of the data for the 1st and 2nd passes to determine if a symbol is free/cell/implicit-global/explicit-global.

plredmond avatar Apr 24 '24 19:04 plredmond

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

github-actions[bot] avatar Apr 25 '24 17:04 github-actions[bot]

It says three flags are supported, but it seems like just two?

That was a typo of "these". Sorry.

I've added a commit for the other variant of Kind.

plredmond avatar Apr 30 '24 00:04 plredmond