refactor(native): extract SPAN_LINK_FLAGS_PRESENT constant - #19929
refactor(native): extract SPAN_LINK_FLAGS_PRESENT constant#19929brettlangdon wants to merge 1 commit into
Conversation
Replace the repeated 0x8000_0000 magic number with a named constant so span_data.rs and span_link.rs share one definition of the flags-present bit.
Codeowners resolved asResolved from the full PR diff against |
Circular import analysis
|
Dependency direction analysis
|
BenchmarksBenchmark execution time: 2026-08-28 15:26:35 Comparing candidate commit a364db4 in PR branch Found 0 performance improvements and 7 performance regressions! Performance is the same for 575 metrics, 10 unstable metrics, 2 known flaky benchmarks, 16 flaky benchmarks without significant changes.
|
|
Description
Replace the repeated 0x8000_0000 magic number with a named constant so span_data.rs and span_link.rs share one definition of the flags-present bit.
Testing
Risks
Additional Notes