ruff/crates/ruff_python_parser/src/parser/snapshots
Ibraheem Ahmed 7abc41727b
[ty] Shrink size of AstNodeRef (#20028)
## Summary

Removes the `module_ptr` field from `AstNodeRef` in release mode, and
change `NodeIndex` to a `NonZeroU32` to reduce the size of
`Option<AstNodeRef<_>>` fields.

I believe CI runs in debug mode, so this won't show up in the memory
report, but this reduces memory by ~2% in release mode.
2025-08-22 17:03:22 -04:00
..
ruff_python_parser__parser__tests__expr_mode_invalid_syntax1.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
ruff_python_parser__parser__tests__expr_mode_invalid_syntax2.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
ruff_python_parser__parser__tests__expr_mode_invalid_syntax3.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
ruff_python_parser__parser__tests__expr_mode_valid_syntax.snap [ty] Shrink size of AstNodeRef (#20028) 2025-08-22 17:03:22 -04:00
ruff_python_parser__parser__tests__fstring_expr_inner_line_continuation_and_t_string.snap Fix unreachable panic in parser (#19183) 2025-07-20 22:04:14 +00:00
ruff_python_parser__parser__tests__fstring_expr_inner_line_continuation_newline_t_string.snap Fix unreachable panic in parser (#19183) 2025-07-20 22:04:14 +00:00
ruff_python_parser__parser__tests__ipython_escape_commands.snap [ty] Shrink size of AstNodeRef (#20028) 2025-08-22 17:03:22 -04:00
ruff_python_parser__parser__tests__unicode_aliases.snap [ty] Shrink size of AstNodeRef (#20028) 2025-08-22 17:03:22 -04:00