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

Support versioned infix operators / hide latest version #2673

Closed
pbiggar opened this issue Jul 5, 2020 · 1 comment
Closed

Support versioned infix operators / hide latest version #2673

pbiggar opened this issue Jul 5, 2020 · 1 comment

Comments

@pbiggar
Copy link
Member

pbiggar commented Jul 5, 2020

Functions are currently versioned, but infix operators (Binops) are not. We should support them.

I think the biggest issue is how to display it. We haven't added extra versions because it would look ugly and weird to always be typing +_v23 or similar.

My thinking is that right now we don't show the version for v0. What if instead we didn't show the version for the latest version, and showed the version for all other versions (including v0).

I'd love someone to make a prototype and let us try it (or we could ship it behind a feature flag if we're unsure).

@pbiggar pbiggar modified the milestones: Great experience for solo dev, Good experience for solo dev Oct 18, 2022
@StachuDotNet
Copy link
Member

folded into #5243

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

2 participants