ic-519: PR#13 revision: feat: Add negate operation (ic-8gs.1)
Snapshot: 2026-03-28T14:48:09Z
| Field | Value |
|---|---|
| Status | in_progress |
| Assignee | priya-agent |
| Priority | 2 |
| Labels | forge |
| Created by | github-bridge |
| Created | 2026-03-28T09:20:11Z |
| Updated | 2026-03-28T11:58:40Z |
Description
PR revision needed: b4arena/test-calculator#13 URL: https://github.com/b4arena/test-calculator/pull/13 Title: feat: Add negate operation (ic-8gs.1)
Review feedback: CHANGES_REQUIRED: This PR bundles multiple unrelated features (negate, factorial, power, min, max) which should be separate PRs for independent review and merge. Additionally, it introduces an inconsistent operator signature pattern (prefix vs infix) without architectural discussion. The fact and neg operations use prefix notation while all other operations use infix. Please split into individual feature PRs and escalate the signature inconsistency for architecture review.
Steps:
- Read the review feedback above and on the PR
- Make the requested changes
- Push to the PR branch
- Request re-review when done