splice 2.6.4

Span-safe refactoring kernel for 7 languages with Magellan code graph integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Integration tests for Splice.

mod backend_compatibility_tests;
mod backend_specific_tests;
mod cli_output_tests;
mod compiler_error_tests;
mod completion_bench;
mod completion_integration;
mod cross_language_tests;
mod e2e_refactor_tests;
mod magellan_integration_tests;
mod rich_span_tests;
mod snapshot_tests;

// Graph algorithm tests (Phase 30)
mod integration;