index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-24
docs(rpn): fix Rat.Compare comment to cover all NumericValue types
Paul Buetow
2026-05-24
fix(rpn): correct Show comment to reflect StackValue interface usage
Paul Buetow
2026-05-24
docs(repl): fix inaccurate comments in repl.go
Paul Buetow
2026-05-24
docs: update stale version references in internal/version.go comments
Paul Buetow
2026-05-24
docs(internal/repl): fix inaccurate comments in handlers.go
Paul Buetow
2026-05-24
cmd/gt: fix stale comments and remove dead LogWriter code
Paul Buetow
2026-05-24
fix(rpn): correct misleading comments in metric_parse.go
Paul Buetow
2026-05-24
rpn: implement custom show to display custom metric details
Paul Buetow
2026-05-24
rpn: eliminate RPN.mode duplication with Operations.mode
Paul Buetow
2026-05-24
docs(rpn): fix Values() comment — correct order from top-to-bottom to botto...
Paul Buetow
2026-05-24
docs: fix inaccurate comments in operations_interfaces.go
Paul Buetow
2026-05-24
docs(rpn): fix inaccurate Stack() return value comment
Paul Buetow
2026-05-24
fix(repl): correct misleading comments in commands.go
Paul Buetow
2026-05-24
fix(rpn): correct comments in operations_hyper.go
Paul Buetow
2026-05-24
docs(rpn): fix misleading comment in handleStandardAssign
Paul Buetow
2026-05-24
fix(rpn): clarify nm/nanometer comment in metric_builtin.go
Paul Buetow
2026-05-23
docs(internal/perc): fix misleading comments in perc.go
Paul Buetow
2026-05-23
docs(rpn): fix misleading comments in rpn_ops.go
Paul Buetow
2026-05-23
docs(rpn): fix misleading comments on ClearConstants and ReloadBuiltInConstants
Paul Buetow
2026-05-23
docs: fix stale file-level comment in internal/rpn/rpn.go
Paul Buetow
2026-05-23
doc: fix misleading comment about constants provider in NewOperations
Paul Buetow
2026-05-23
docs(rpn): fix _sentinel comment — remove reference to nonexistent lookups
Paul Buetow
2026-05-23
fix(rpn): correct misleading comment in parseCategory
Paul Buetow
2026-05-23
refactor(rpn): replace sort.Slice with slices.SortFunc + cmp.Compare
Paul Buetow
2026-05-23
rpn: use maps.DeleteFunc in ReloadBuiltInConstants
Paul Buetow
2026-05-23
rpn: use clear() builtin instead of loop+delete
Paul Buetow
2026-05-23
rpn: replace manual make+copy with slices.Clone in Stack.Values()
Paul Buetow
2026-05-23
chore: bump go.mod from go 1.25.0 to go 1.26.0
Paul Buetow
2026-05-23
feat: wire DeleteVariable to OperatorRegistry as 'd' operator
Paul Buetow
2026-05-23
fix: return Cool metric for Cool/non-Cool division
Paul Buetow
2026-05-23
fix: preserve arbitrary precision in Rat.Compare() for Rat-to-Rat
Paul Buetow
2026-05-23
refactor: split Value and Stack types out of variables.go
Paul Buetow
2026-05-23
refactor: extract shared logOp() helper for Log2/Log10/Ln
Paul Buetow
2026-05-23
fix: prevent stack corruption in popTwo() and FastPower()
Paul Buetow
2026-05-23
refactor: split RPN.evaluate() into focused helper functions
Paul Buetow
2026-05-23
refactor: eliminate duplication between handleAssignRight and handleAssignLeft
Paul Buetow
2026-05-23
fix: prevent stack corruption in Divide() on numerator pop failure
Paul Buetow
2026-05-23
fix: prevent data race in GetCoolMetric() concurrent access
Paul Buetow
2026-05-23
refactor: share ConstantsProvider between RPN and Operations
Paul Buetow
2026-05-23
fix: preserve operator name in binaryMetricOp error messages
Paul Buetow
2026-05-23
doc: document convertToBase Cool absorption behavior
Paul Buetow
2026-05-23
test: add runCommand edge case tests (coverage 58.5% → 75%+)
Paul Buetow
2026-05-23
test: add unit tests for RPN assignment operators (=, :=, =:)
Paul Buetow
2026-05-23
test: add CLI integration tests for RPN comparison operators
Paul Buetow
2026-05-23
refactor: split NewNumber into two constructors (NewNumber, NewNumberWithMetric)
Paul Buetow
2026-05-23
refactor: remove dead Symbol checks from Modulo
Paul Buetow
2026-05-23
test: add negative tests for custom metrics (CustomDefine/CustomUndefine)
Paul Buetow
2026-05-23
refactor: fix parseCategory OCP violation with range-based iteration
Paul Buetow
2026-05-23
doc: document MetricRegistry pointer safety guarantees
Paul Buetow
2026-05-23
refactor: replace panics in coolMetric/baseMetric with proper errors
Paul Buetow
[prev]
[next]