George Necula c70de6deed [better_errors] Merge the JaxprDebugInfo and TracingDebugInfo into core.DebugInfo
Previously, we had two almost identical classes: `TracingDebugInfo` and
`JaxprDebugInfo`. The only difference was that `TracingDebugInfo` had
a thunk to return the result paths, while `JaxprDebugInfo` had the
result paths resolved to a tuple. The separation of these types
provided some clarity, but also led to code duplication and
required conversions as the debugging info goes from `WrappedFun`
to a `Jaxpr` and then to `WrappedFun` again.
2025-02-02 06:23:03 +02:00
..
2024-12-19 18:38:06 +00:00
2024-12-29 13:06:19 +00:00
2024-06-26 16:10:18 -04:00
2025-01-31 12:44:14 -08:00
2024-11-05 09:08:33 -08:00
2025-01-29 21:03:26 +00:00
2024-08-13 14:48:38 -07:00
2025-01-10 18:20:09 -08:00
2024-06-26 16:10:18 -04:00
2024-06-26 16:10:18 -04:00