ruff/crates/red_knot_python_semantic/src
Carl Meyer 181e7b3c0d
[red-knot] rename module_global to global (#12385)
Per comments in https://github.com/astral-sh/ruff/pull/12269, "module
global" is kind of long, and arguably redundant.

I tried just using "module" but there were too many cases where I felt
this was ambiguous. I like the way "global" works out better, though it
does require an understanding that in Python "global" generally means
"module global" not "globally global" (though in a sense module globals
are also globally global since modules are singletons).
2024-07-18 13:05:30 -07:00
..
semantic_index [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
types [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
ast_node_ref.rs [red-knot] per-definition inference, use-def maps (#12269) 2024-07-16 11:02:30 -07:00
db.rs [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
lib.rs [red-knot] intern types using Salsa (#12061) 2024-07-05 12:16:37 -07:00
node_key.rs [red-knot] Extract red_knot_python_semantic crate (#11926) 2024-06-20 13:24:24 +02:00
semantic_index.rs [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
semantic_model.rs [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
types.rs [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00