Skip to content

Conversation

@nilsdeppe
Copy link
Member

Proposed changes

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments


struct Function {
using return_tags = tmpl::list<Tags::MyDouble2>;
using argument_tags = tmpl::list<Tags::MyDouble>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test with more than one entry in these lists.

@nilsdeppe nilsdeppe force-pushed the invoke_apply_tagged_containers branch from f37d6ac to dbd5be8 Compare February 20, 2023 19:30
@nilsdeppe
Copy link
Member Author

Update test to check all cases of 0,1,2 args and return tags. I squashed immediately because this basically changed the entire test.

Thanks for the review!

@nilsdeppe nilsdeppe force-pushed the invoke_apply_tagged_containers branch from dbd5be8 to be17f8a Compare February 20, 2023 23:54
@wthrowe wthrowe merged commit d119afe into sxs-collaboration:develop Feb 21, 2023
@nilsdeppe nilsdeppe deleted the invoke_apply_tagged_containers branch September 14, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants