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

Does an argument with no name make sense? #1895

Closed
Tracked by #1891
jonsequitur opened this issue Nov 2, 2022 · 2 comments · Fixed by #2073
Closed
Tracked by #1891

Does an argument with no name make sense? #1895

jonsequitur opened this issue Nov 2, 2022 · 2 comments · Fixed by #2073
Labels
Area-API needs discussion Further discussion required
Milestone

Comments

@jonsequitur
Copy link
Contributor

jonsequitur commented Nov 2, 2022

    public class Argument<T> : Argument, IValueDescriptor<T>, IValueDescriptor, ICompletionSource 
    {
        // Does an argument with no name make sense?
        public Argument();
@jonsequitur jonsequitur mentioned this issue Nov 2, 2022
56 tasks
@jonsequitur jonsequitur added Area-API needs discussion Further discussion required labels Nov 2, 2022
@jonsequitur jonsequitur changed the title NEEDS DISCUSSION: Does an argument with no name make sense? Does an argument with no name make sense? Nov 2, 2022
@jonsequitur jonsequitur added this to the 2.0 GA milestone Nov 9, 2022
@KalleOlaviNiemitalo
Copy link

Partial duplicate of #2051, would be fixed by #2067.

@jonsequitur
Copy link
Contributor Author

In light of linked issues, the answer to the question in the issue title is no, so I'll close this.

Thanks, @KalleOlaviNiemitalo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-API needs discussion Further discussion required
Projects
None yet
2 participants