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

feat(core): support generics (especially Param) in #[command] #1622

Merged
merged 13 commits into from
May 5, 2021

Commits on Apr 26, 2021

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

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    17bf38d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6baec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f430c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ec7c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e882710 View commit details
    Browse the repository at this point in the history
  6. wrap State instead of T

    chippers committed May 4, 2021
    Configuration menu
    Copy the full SHA
    7085076 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e8871 View commit details
    Browse the repository at this point in the history
  8. remove StateP

    because we recommend `_: Window<P>` for type inference, the following
    function types are now supported:
    * Pat::Wild (arg: "_")
    * Pat::Struct (arg: final path segment)
    * Pat::TupleStruct (arg: final path segment)
    chippers committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b61e134 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ee0c1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    990757b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    922b5d1 View commit details
    Browse the repository at this point in the history
  2. add change file

    chippers committed May 5, 2021
    Configuration menu
    Copy the full SHA
    f18f484 View commit details
    Browse the repository at this point in the history