dark icon indicating copy to clipboard operation
dark copied to clipboard

Allow users to create/use tuples

Open StachuDotNet opened this issue 3 years ago • 7 comments
trafficstars

As of #2545 and #4182, we have hidden support for Tuples - we don't allow users to create tuples, leaving the feature "turned off" via this switch

Here's work to be done with tuples:

  • [x] add tuple stdlib fns #3309
  • [x] hide tuples behind a feature flag rather than a constant value in-code (so we can use them in the meantime, and see what feels good/bad)
  • [x] tuple match pattern: #4427
  • [x] fluid bugfix: #4235
  • [ ] fluid bugfix: #4264
  • [ ] tuple destructuring #3402
  • [ ] resolve all remaining TUPLETODOs
  • [ ] #4239 (incl. backend type checking) maybe this should be split up?
  • [ ] #4339
  • [ ] remove the experimental setting - allow tuples by default
  • [ ] #3310

These should not block the general release of tuples, but are useful:

  • [ ] #4475

StachuDotNet avatar Jul 13 '22 14:07 StachuDotNet

I don't believe #4339 needs to be a blocker here, but I discovered the desire while writing a draft of docs updates.

StachuDotNet avatar Jul 27 '22 15:07 StachuDotNet

I don't believe #4339 needs to be a blocker here, but I discovered the desire while writing a draft of docs updates.

I would say this should be done before we consider the project done.

pbiggar avatar Jul 27 '22 17:07 pbiggar

Putting #3310 on your radar!

pbiggar avatar Jul 27 '22 17:07 pbiggar

Putting #3310 on your radar!

Thanks, I thought it was already on the list! Adding.

StachuDotNet avatar Jul 27 '22 17:07 StachuDotNet

So it is. I missed it when reading.

pbiggar avatar Jul 27 '22 17:07 pbiggar

Ah right - forgot I put it in the footnote. Anyway, moved it to the 'main' section

StachuDotNet avatar Jul 27 '22 17:07 StachuDotNet

I think we could enable to all users without #4475

pbiggar avatar Sep 20 '22 14:09 pbiggar

Tuples are out

pbiggar avatar Mar 01 '23 04:03 pbiggar