remove comment

This commit is contained in:
Emil Lerch 2026-08-28 11:15:46 -07:00
parent df204a3eb2
commit 3fc1be8073
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -32,14 +32,6 @@ const srf = @import("srf");
/// every `zfin portfolio` run; the fix was to turn this on for
/// `portfolio.srf` alone, which left every other hand-edited file
/// exposed to the same typo.
///
/// This is mitigation, not a cure. Two holes remain, both needing an
/// upstream fix in SRF's `coerce`:
///
/// - a non-string, non-number value in a numeric field (say
/// `harvested:bool:true`) still reaches the unchecked access;
/// - enum fields ignore this option entirely, so a typo like
/// `security_type::stok` still hits `stringToEnum(...).?`.
pub const user_edited: srf.CoercionOptions = .{ .strings_to_numbers = true };
/// For files ZFIN writes: the candle, quote, and options caches,