Skip to content

Conversation

@alpha912
Copy link
Contributor

@alpha912 alpha912 commented Aug 8, 2025

Summary

  • add CLI test for circular spreadsheet formulas
  • ensure JSON export fails when formula evaluation errors occur
  • document circular reference detection in FormulaEvaluator

Testing

  • pnpm test

https://chatgpt.com/codex/tasks/task_e_6895adbb5274832b9aa297edadb6784e

@alpha912
Copy link
Contributor Author

This test has been implemented directly in main. The test verifies that circular formula references are properly detected by the FormulaEvaluator and marked with error messages in the JSON export. The existing circular reference detection was already working correctly - this test ensures it stays that way. Great addition to test coverage!

@alpha912 alpha912 closed this Oct 16, 2025
@alpha912 alpha912 deleted the codex/add-circular-reference-test-in-cli.test.ts branch October 16, 2025 07:54
alpha912 added a commit that referenced this pull request Oct 16, 2025
- Add CIRCULAR_FORMULA_OSF test fixture
- Add test to verify circular reference detection in JSON export
- Test ensures FormulaEvaluator marks circular refs with error messages
- Confirms existing circular reference detection works correctly

Implements test from PR #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants