mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Now that the Python DSL is retired, it no longer makes any sense to call `langkit.diagnostics.extract_location_from_traceback`, as no traceback frame will even contain location information that is meaningful for the DSL. Replace it with explicit `location` constructor arguments instead.