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

Improve compiler warning when not specifying named parameter #755

Open
3 tasks done
ByteHamster opened this issue Nov 4, 2024 · 0 comments
Open
3 tasks done

Improve compiler warning when not specifying named parameter #755

ByteHamster opened this issue Nov 4, 2024 · 0 comments

Comments

@ByteHamster
Copy link
Contributor

Checklist

  • I have used the search function for open and closed issues to see if someone else has already submitted the same feature request.
  • I will describe the problem with as much detail as possible.
  • This request contains only one single feature, not a list of multiple (related) features. Please link related feature requests.

KaMPIng version

0.1.1

Problem you may be having, or feature you want

When passing a parameter without passing its name, the error message reveals internals of kamping but does not explicitly state that one should use named parameters.

grafik

Suggested solution

Check if the passed type is a named parameter.

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

No branches or pull requests

1 participant