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

removed iterators from MethodState #3938

Merged
merged 1 commit into from
Aug 23, 2024
Merged

removed iterators from MethodState #3938

merged 1 commit into from
Aug 23, 2024

Conversation

NoahCardoso
Copy link
Collaborator

I removed iterators from MethodState since as said in #3919 the changes that I made to the Cpp render forEach loop makes the iterators field in MethodState unnecessary.

Closes #3919

remove Iter
Copy link
Owner

@JacquesCarette JacquesCarette left a comment

Choose a reason for hiding this comment

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

In some sense, this is the opposite than what we'd want: we would want more semantic-oriented iteration concepts in the upper levels of Drasil, and then get loops (or iterators) out as appropriate.

But, be that as it may, this is the right code cleanup for how things are right now.

@JacquesCarette JacquesCarette merged commit 801d842 into main Aug 23, 2024
5 checks passed
@JacquesCarette JacquesCarette deleted the Iter branch August 23, 2024 16:34
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.

Remove iterators from MethodState
2 participants