Timeline for movable vars?

Is there a timeline for when the movable var/storage (as opposed to copyable) feature is expected to land?

There are a couple of frameworks I would like to open source, but I expect to rewrite them (possibly in a source breaking way) when move becomes available, and so I have put that effort on hold. If it is going to be later than fall though, I may want to reconsider.

For the curious, the projects are a Swift native replacement for bindings (I call them chains), and a packrat parser where the rules can be written directly as Swift code (using a DSL). It also has a nice error handling feature where you can give intelligent feedback to your user when things fail to parse.

1 Like

Move-only types are unlikely to happen in the next year.

Sorry to hear that :-(

Thanks for the quick response!