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

Add iterator for method specializations #49116

Merged
merged 5 commits into from
Mar 30, 2023
Merged

Commits on Mar 20, 2023

  1. Add iterator for method specializations

    There have been longstanding reasons to want an API for extracting
    all extant specializations of a method, but this is even more
    true after #49071.
    timholy committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    63e194f View commit details
    Browse the repository at this point in the history
  2. Also update docs

    timholy committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7bd1877 View commit details
    Browse the repository at this point in the history
  3. Support length

    timholy committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1a24724 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Update base/reflection.jl

    Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
    timholy and aviatesk authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a3ca979 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update base/reflection.jl

    vtjnash authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    15c048c View commit details
    Browse the repository at this point in the history