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

fix: Handle aliases in scheduler #285

Merged
merged 1 commit into from
Jul 27, 2024
Merged

Conversation

anakrish
Copy link
Collaborator

Earlier scheduler only recognized rules and would raise an unsafe var error on alias.

Register alias var names to fix this.

fixes #284

Earlier scheduler only recognized rules and would raise an
`unsafe var` error on alias.

Register alias var names to fix this.

fixes microsoft#284

Also fix clippy warning treated as error

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
@anakrish anakrish merged commit 7095e26 into microsoft:main Jul 27, 2024
16 checks passed
@anakrish anakrish deleted the import-alias branch July 27, 2024 17:56
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.

Is the import statement fully supported?
1 participant