summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-24docs(rpn): fix Rat.Compare comment to cover all NumericValue typesPaul Buetow
2026-05-24fix(rpn): correct Show comment to reflect StackValue interface usagePaul Buetow
2026-05-24docs(repl): fix inaccurate comments in repl.goPaul Buetow
2026-05-24docs: update stale version references in internal/version.go commentsPaul Buetow
2026-05-24docs(internal/repl): fix inaccurate comments in handlers.goPaul Buetow
2026-05-24cmd/gt: fix stale comments and remove dead LogWriter codePaul Buetow
2026-05-24fix(rpn): correct misleading comments in metric_parse.goPaul Buetow
2026-05-24rpn: implement custom show to display custom metric detailsPaul Buetow
2026-05-24rpn: eliminate RPN.mode duplication with Operations.modePaul Buetow
2026-05-24docs(rpn): fix Values() comment — correct order from top-to-bottom to botto...Paul Buetow
2026-05-24docs: fix inaccurate comments in operations_interfaces.goPaul Buetow
2026-05-24docs(rpn): fix inaccurate Stack() return value commentPaul Buetow
2026-05-24fix(repl): correct misleading comments in commands.goPaul Buetow
2026-05-24fix(rpn): correct comments in operations_hyper.goPaul Buetow
2026-05-24docs(rpn): fix misleading comment in handleStandardAssignPaul Buetow
2026-05-24fix(rpn): clarify nm/nanometer comment in metric_builtin.goPaul Buetow
2026-05-23docs(internal/perc): fix misleading comments in perc.goPaul Buetow
2026-05-23docs(rpn): fix misleading comments in rpn_ops.goPaul Buetow
2026-05-23docs(rpn): fix misleading comments on ClearConstants and ReloadBuiltInConstantsPaul Buetow
2026-05-23docs: fix stale file-level comment in internal/rpn/rpn.goPaul Buetow
2026-05-23doc: fix misleading comment about constants provider in NewOperationsPaul Buetow
2026-05-23docs(rpn): fix _sentinel comment — remove reference to nonexistent lookupsPaul Buetow
2026-05-23fix(rpn): correct misleading comment in parseCategoryPaul Buetow
2026-05-23refactor(rpn): replace sort.Slice with slices.SortFunc + cmp.ComparePaul Buetow
2026-05-23rpn: use maps.DeleteFunc in ReloadBuiltInConstantsPaul Buetow
2026-05-23rpn: use clear() builtin instead of loop+deletePaul Buetow
2026-05-23rpn: replace manual make+copy with slices.Clone in Stack.Values()Paul Buetow
2026-05-23chore: bump go.mod from go 1.25.0 to go 1.26.0Paul Buetow
2026-05-23feat: wire DeleteVariable to OperatorRegistry as 'd' operatorPaul Buetow
2026-05-23fix: return Cool metric for Cool/non-Cool divisionPaul Buetow
2026-05-23fix: preserve arbitrary precision in Rat.Compare() for Rat-to-RatPaul Buetow
2026-05-23refactor: split Value and Stack types out of variables.goPaul Buetow
2026-05-23refactor: extract shared logOp() helper for Log2/Log10/LnPaul Buetow
2026-05-23fix: prevent stack corruption in popTwo() and FastPower()Paul Buetow
2026-05-23refactor: split RPN.evaluate() into focused helper functionsPaul Buetow
2026-05-23refactor: eliminate duplication between handleAssignRight and handleAssignLeftPaul Buetow
2026-05-23fix: prevent stack corruption in Divide() on numerator pop failurePaul Buetow
2026-05-23fix: prevent data race in GetCoolMetric() concurrent accessPaul Buetow
2026-05-23refactor: share ConstantsProvider between RPN and OperationsPaul Buetow
2026-05-23fix: preserve operator name in binaryMetricOp error messagesPaul Buetow
2026-05-23doc: document convertToBase Cool absorption behaviorPaul Buetow
2026-05-23test: add runCommand edge case tests (coverage 58.5% → 75%+)Paul Buetow
2026-05-23test: add unit tests for RPN assignment operators (=, :=, =:)Paul Buetow
2026-05-23test: add CLI integration tests for RPN comparison operatorsPaul Buetow
2026-05-23refactor: split NewNumber into two constructors (NewNumber, NewNumberWithMetric)Paul Buetow
2026-05-23refactor: remove dead Symbol checks from ModuloPaul Buetow
2026-05-23test: add negative tests for custom metrics (CustomDefine/CustomUndefine)Paul Buetow
2026-05-23refactor: fix parseCategory OCP violation with range-based iterationPaul Buetow
2026-05-23doc: document MetricRegistry pointer safety guaranteesPaul Buetow
2026-05-23refactor: replace panics in coolMetric/baseMetric with proper errorsPaul Buetow