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

Document the behaviour of infinite iterators on potentially-computable methods #47547

Merged
merged 4 commits into from
Feb 10, 2018

Commits on Jan 18, 2018

  1. Document the behaviour of infinite iterators on potentially-computabl…

    …e methods
    
    It’s not entirely clear from the current documentation what behaviour
    calling a method such as `min` on an infinite iterator like `RangeFrom`
    is. One might expect this to terminate, but in fact, for infinite
    iterators, `min` is always nonterminating (at least in the standard
    library). This adds a quick note about this behaviour for clarification.
    varkor committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    fdfb964 View commit details
    Browse the repository at this point in the history
  2. Make example no_run

    varkor committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    91668fb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    0be5173 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    f129374 View commit details
    Browse the repository at this point in the history