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: remove unalias function #3523

Merged
merged 4 commits into from
Nov 27, 2024
Merged

feat: remove unalias function #3523

merged 4 commits into from
Nov 27, 2024

Conversation

mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented Nov 26, 2024

Remove the _unalias function as it is already supported in the server. We still need to traverse to the alias class to convert disctionary state keys to scheme name.

(I've avoided generation of explicit classes for aliases as it results into too much duplication of class hierarchy at various levels. We need to support a different journaling behaviour for alias classes and their descendents.)

Covered by existing unittests.

@mkundu1 mkundu1 force-pushed the feat/remove-unalias branch from 186d9b0 to fff8325 Compare November 26, 2024 23:38
@mkundu1 mkundu1 enabled auto-merge (squash) November 27, 2024 06:04
@mkundu1 mkundu1 merged commit 2e88a51 into main Nov 27, 2024
28 checks passed
@mkundu1 mkundu1 deleted the feat/remove-unalias branch November 27, 2024 06:50
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.

Move backward compatibility code for dict set-state from PyFluent to settings API
3 participants