Skip to content

Conversation

@BrianHung
Copy link
Owner

Summary

  • implement GCD and LCM in the math functions
  • wire new functions in function dispatch and static analysis
  • add basic tests for GCD and LCM

Testing

  • cargo test

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

@BrianHung BrianHung changed the title Implement GCD and LCM functions gcd, lcm Jul 14, 2025
use crate::test::util::new_empty_model;

#[test]
fn test_fn_gcd_arguments() {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs more comprehensive tests.

@BrianHung
Copy link
Owner Author

@cursor come up with more comprehensive tsts for gcm lcm

@BrianHung
Copy link
Owner Author

cursor review

cursor[bot]

This comment was marked as outdated.

@BrianHung
Copy link
Owner Author

cursor review
make sure there are comprehensive tests for each function, functions are ticked as available, and properly documented with their own page stub

cursor[bot]

This comment was marked as outdated.

@BrianHung
Copy link
Owner Author

cursor review
make sure there are comprehensive tests for each function, functions are ticked as available, and properly documented with their own page stub

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ BugBot reviewed your changes and found no bugs!


Was this report helpful? Give feedback by reacting with 👍 or 👎

@BrianHung BrianHung added the ready to merge PRs ready to merge label Jul 20, 2025
BrianHung added a commit that referenced this pull request Jul 30, 2025
@BrianHung
Copy link
Owner Author

Consolidating and close in favor of #52.

@BrianHung BrianHung closed this Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex ready to merge PRs ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants