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

Generate metadata for constructor return type #1460

Merged
merged 14 commits into from
Nov 7, 2022

Commits on Nov 1, 2022

  1. generates correct metadata for Self type

    SkymanOne committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4be003b View commit details
    Browse the repository at this point in the history
  2. generate metadata for Result type

    SkymanOne committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    68df576 View commit details
    Browse the repository at this point in the history
  3. generate metadata for Result<Self, ...>

    SkymanOne committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ced904f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. docs and comments

    SkymanOne committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1686a8a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Merge branch 'master' into gn/constructor-metadata

    SkymanOne committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    42fac54 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    SkymanOne committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7e4aed2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. fix the metadata tests

    SkymanOne committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2912089 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gn/constructor-metadata

    SkymanOne committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    bdd717f View commit details
    Browse the repository at this point in the history
  3. makes compatible with new tests

    SkymanOne committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    32e99fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ec420 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. test changes (#1473)

    * test changes
    
    * rename trait to ConstructorReturnSpec
    
    * adapt test
    xermicus authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4959e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. remove unecessary helper fn (#1475)

    * remove unecessary helper fn
    
    * fix some comments
    
    * rename var
    xermicus authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e59821f View commit details
    Browse the repository at this point in the history
  2. Update crates/ink/codegen/src/generator/metadata.rs

    Co-authored-by: Cyrill Leutwiler <cyrill@parity.io>
    German and xermicus authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e335081 View commit details
    Browse the repository at this point in the history
  3. Add test for metadata generator (#1477)

    * Add test for metadata generator
    
    * nightly fmt
    xermicus authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    17795d0 View commit details
    Browse the repository at this point in the history