Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for Python builtin sum #25

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

navasvarela
Copy link

@navasvarela navasvarela commented Sep 23, 2024

Changes

Adds support for Python builtin sum operation by allowing integers in __radd__ for numeric values.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Backwards compatability analysis completed (if applicable). "Will this change require recompilation and upload of user programs?"

nada_dsl/compile_test.py Outdated Show resolved Hide resolved
@navasvarela navasvarela force-pushed the feat/builtin-sum-python branch from 02476f8 to 56f20eb Compare September 24, 2024 08:56
@navasvarela navasvarela merged commit efbedc2 into main Sep 24, 2024
2 checks passed
@navasvarela navasvarela deleted the feat/builtin-sum-python branch September 24, 2024 11:56
@navasvarela navasvarela mentioned this pull request Oct 21, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants