Q-W1 code-review follow-ups: restore 104 trailing newlines, relocate reasampler_uid.h to core/wire, drop ext_keys namespaces shim, add slot_map_tests, golden serialize literals for 4 modules, namespaces.h/pragma-once ordering sweep. 60/60 green.

This commit is contained in:
2026-07-28 21:33:51 -04:00
parent 847936f813
commit 2d59bbe35d
131 changed files with 460 additions and 263 deletions
+1 -1
View File
@@ -73,4 +73,4 @@ std::string BatchOutcome::summaryLine(const std::string& noun) const {
return line;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -97,4 +97,4 @@ private:
std::vector<BatchUnitResult> results_;
};
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -284,4 +284,4 @@ ProjectTransition classifyProjectTransition(bool sameProjectObject,
return ProjectTransition::NoOp;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -212,4 +212,4 @@ ProjectTransition classifyProjectTransition(bool sameProjectObject,
const std::string& currentGuid,
const std::string& currentPath);
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -46,4 +46,4 @@ int computeInsertMode(const InsertOptions& opts) {
return mode;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -72,4 +72,4 @@ int computeInsertMode(const InsertOptions& opts);
// any computed mode (the "no silent time-stretch" invariant, made checkable).
inline constexpr int kStretchToTimeSelBit = 4;
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -124,4 +124,4 @@ bool isTerminalPhase(RecordPhase phase) {
return phase == RecordPhase::Done || phase == RecordPhase::Failed;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -235,4 +235,4 @@ bool isStopRequested(RecordPhase phase);
// Only Done and Failed are terminal; Recording and Finalizing are live.
bool isTerminalPhase(RecordPhase phase);
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -221,4 +221,4 @@ const std::vector<CaptureActionDef>& captureActionTable() {
return table;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -262,4 +262,4 @@ struct CaptureActionDef {
// capture applies is read from the docked-panel setting, not baked into the row.
const std::vector<CaptureActionDef>& captureActionTable();
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -128,4 +128,4 @@ std::optional<TailSetting> deserializeTailSetting(const std::string& blob) {
return out;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -67,4 +67,4 @@ std::string tailToggleLabel(const TailSetting& setting);
std::string serializeTailSetting(const TailSetting& setting);
std::optional<TailSetting> deserializeTailSetting(const std::string& json);
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -157,4 +157,4 @@ WavTruncatePlan planWavTruncate(const WavLayout& layout, std::size_t keptFrames)
return plan;
}
} // namespace reasampler::capture
} // namespace reasampler::capture
+1 -1
View File
@@ -100,4 +100,4 @@ struct WavTruncatePlan {
// truncate the file to newFileByteLength.
WavTruncatePlan planWavTruncate(const WavLayout& layout, std::size_t keptFrames);
} // namespace reasampler::capture
} // namespace reasampler::capture