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

Implement foreach support #235

Closed
Tracked by #9
adrianoc opened this issue Jun 3, 2023 · 0 comments
Closed
Tracked by #9

Implement foreach support #235

adrianoc opened this issue Jun 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@adrianoc
Copy link
Owner

adrianoc commented Jun 3, 2023

No description provided.

@adrianoc adrianoc added the enhancement New feature or request label Jun 3, 2023
@adrianoc adrianoc mentioned this issue Jun 3, 2023
100 tasks
adrianoc added a commit that referenced this issue Jun 19, 2023
…rencing one of the parents generic type parameter (#240)

This is also riquered for #235
adrianoc added a commit that referenced this issue Jun 28, 2023
…e emission of code in try/finally blocks

the initial motication was to avoid code duplication in foreach handling (#235)
@adrianoc adrianoc added the wip Work In Progress label Jun 29, 2023
adrianoc added a commit that referenced this issue Jun 29, 2023
…e emission of code in try/finally blocks (part of #235)

the initial motication was to avoid code duplication in foreach handling
adrianoc added a commit that referenced this issue Jun 29, 2023
…rn (part of #235)

the 'enumerator' pattern can be summarized as, give a type that implements:
1. a 'public bool MoveNext()' method and
2. has a public property named 'Current'

it can be used as the target of a foreach.
adrianoc added a commit that referenced this issue Jun 30, 2023
…rn (part of #235)

the 'enumerator' pattern can be summarized as, give a type that implements:
1. a 'public bool MoveNext()' method and
2. has a public property named 'Current'

it can be used as the target of a foreach.
@adrianoc adrianoc added fixed-in-staging and removed wip Work In Progress labels Jun 30, 2023
adrianoc added a commit that referenced this issue Jul 22, 2023
…rencing one of the parents generic type parameter (#240)

This is also riquered for #235
adrianoc added a commit that referenced this issue Jul 22, 2023
…e emission of code in try/finally blocks

the initial motication was to avoid code duplication in foreach handling (#235)
adrianoc added a commit that referenced this issue Jul 22, 2023
…rn (part of #235)

the 'enumerator' pattern can be summarized as, give a type that implements:
1. a 'public bool MoveNext()' method and
2. has a public property named 'Current'

it can be used as the target of a foreach.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant