You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GEP 10: state the dimensionless blind spot and the equality carve-out (D2, D4)
Two scope caveats from @hmgaudecker's audit, both prose-only:
- D2: the check is dimensional, not semantic. Anything reducing to the
dimensionless dimension is indistinguishable to it — HOURS_FLOW is
[time]/[time], so adding working hours to a share/count is not caught.
Generalize the existing "result comes out dimensionless" bullet to state the
principle, with HOURS_FLOW as the worked example.
- D4: equality (==, !=) is deliberately not screened, so sentinel and
exact-marker tests (p_id_empfänger == -1, kindersatz_m == 0.0) need not promote
the literal to a parameter. Note the trade-off (a non-equivalent equality slips
through) on the ordering-comparison bullet.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments