Commit graph

4 commits

Author SHA1 Message Date
Pablo Galindo Salgado
8129e3d7f4 Merge remote-tracking branch 'upstream/main' into tachyon-opcodes 2025-12-07 04:38:30 +00:00
Savannah Ostrowski
56a442d0d8
GH-141565: Add async code awareness to Tachyon (#141533)
Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
2025-12-06 19:31:40 +00:00
Pablo Galindo Salgado
8b423df632 Update tests for location tuple and opcode field
Frame location is now a 4-tuple (lineno, end_lineno, col_offset,
end_col_offset). MockFrameInfo wraps locations in LocationInfo struct.
Updates assertions throughout and adds opcode_utils coverage.
2025-12-03 03:43:47 +00:00
Pablo Galindo Salgado
a52c39e260
gh-135953: Refactor test_sampling_profiler into multiple files (#141689) 2025-11-18 15:14:16 +00:00