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 IEnumerator<T> boilerplate #313

Closed
degory opened this issue Sep 9, 2020 · 0 comments · Fixed by #331
Closed

Implement IEnumerator<T> boilerplate #313

degory opened this issue Sep 9, 2020 · 0 comments · Fixed by #331

Comments

@degory
Copy link
Owner

degory commented Sep 9, 2020

Implementing .NET's IEnumerator requires boilerplate, some of which cannot be expressed in ghul (explicit implementation of non-generic IEnumerator Current property) and the remainder of which is superfluous for normal iterators (IDisposable)

Need a mechanism for auto-generating stubs for these methods for implementers of Iterator[T] to satisfy the .NET runtime.

@degory degory changed the title Implement IEnumerable<T> boilerplate Implement IEnumerator<T> boilerplate Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant