ruff/crates/red_knot_python_semantic/src
Dimitri Papadopoulos Orfanos a55722e740
Revert disjointness->disjointedness (#14906)
## Summary

Partially revert #14880. While `disjointness` is missing from the
[OED](https://www.oed.com/search/dictionary/?q=disjointness) and [SCOWL
(And
Friends)](http://app.aspell.net/lookup?dict=en_US-large;words=disjointness),
it is commonly used in mathematics to describe disjoint sets.

## Test Plan

CI tests.
2024-12-11 08:26:45 +00:00
..
module_resolver Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
semantic_index More typos found by codespell (#14880) 2024-12-09 22:47:34 +00:00
types Handle type[Any] correctly (#14876) 2024-12-10 16:12:37 -05:00
util [red-knot] Improve ergonomics for the PySlice trait (#13983) 2024-10-29 20:40:59 +00:00
ast_node_ref.rs Enable nursery rules: 'redundant_clone', 'debug_assert_with_mut_call', and 'unused_peekable' (#13920) 2024-10-25 09:46:30 +02:00
db.rs [red-knot] Unify setup_db() functions, add TestDb builder (#14777) 2024-12-04 21:36:54 +01:00
lib.rs [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00
lint.rs [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00
module_name.rs [red-knot] Add support for relative imports (#12910) 2024-08-16 12:35:27 +01:00
node_key.rs [red-knot] Use memory address as AST node key (#14317) 2024-11-13 14:35:54 +01:00
program.rs Workspace discovery (#14308) 2024-11-15 19:20:15 +01:00
python_version.rs [red-knot] Default to python 3.9 (#14429) 2024-11-18 11:27:40 +00:00
semantic_index.rs [red-knot] function parameter types (#14802) 2024-12-06 12:55:56 -08:00
semantic_model.rs [red-knot] Unify setup_db() functions, add TestDb builder (#14777) 2024-12-04 21:36:54 +01:00
site_packages.rs Workspace discovery (#14308) 2024-11-15 19:20:15 +01:00
stdlib.rs [red-knot] Infer Literal types from comparisons with sys.version_info (#14244) 2024-11-11 13:58:16 +00:00
symbol.rs [red-knot] Unify setup_db() functions, add TestDb builder (#14777) 2024-12-04 21:36:54 +01:00
types.rs Revert disjointness->disjointedness (#14906) 2024-12-11 08:26:45 +00:00
unpack.rs Remove AST-node dependency from FunctionType and ClassType (#14087) 2024-11-05 08:02:38 +00:00