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

Optional parameters for operators #1680

Open
2 tasks
rohitkulshreshtha opened this issue Jan 28, 2025 · 0 comments
Open
2 tasks

Optional parameters for operators #1680

rohitkulshreshtha opened this issue Jan 28, 2025 · 0 comments
Labels
dfir_lang syntax Dataflow IR syntax (surface syntax) wontfix This will not be worked on

Comments

@rohitkulshreshtha
Copy link
Contributor

rohitkulshreshtha commented Jan 28, 2025

I am adding an optional parameter to state_by to change how the lattice is constructed for load testing.

Some longer-term questions that need answers:

  • Should we even support optional parameters?
  • What if there are multiple optional parameters? That would imply some type of keyword arguments like say Python.

For now, I am just doing one optional parameter to unblock myself. It is impossible to do optional arguments since num_args is not a range, so I am unblocking myself with a mandatory argument.

@MingweiSamuel MingweiSamuel added dfir_lang syntax Dataflow IR syntax (surface syntax) wontfix This will not be worked on labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dfir_lang syntax Dataflow IR syntax (surface syntax) wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants