-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(docs/developer/move-2024) ensure move 2024 and enums documented #3790
feat(docs/developer/move-2024) ensure move 2024 and enums documented #3790
Conversation
…ssed sections like - (Macro Functions, Enums, Postfix `has` ability declarations, Type inference holes `_` on type annotations, Named blocks with enhanced control flow operations) have been added. Renaming to IOTA
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
@Dkwcs We should make it clear that IOTA launches with Move 2024.beta edition, and there is no point in talking about legacy code migrations. We don't even support bytecode layout lower than 7 (enum addition version). |
@Dkwcs So, I'd refine the migration concept to make it clear that we are not talking about on-chain migration, but more like Move code upgrade. So we still need an "old" vs "new" comparison. We cannot expect that all Move 2024 features are used correctly since the start given that there is not a great number of examples and docs related to it! |
@miker83z |
The description we have about the alpha version right now is ok! So, just reformulating the “migration” sense would be great! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @Dkwcs!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Some small Lints though
|
||
This document highlights some new features to try out and shows how to use them in your existing modules. | ||
|
||
:::info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we remove this info
?
We have a feedback form included in each page of the docs, which automatically opens Github issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can keep Discord link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep both, it doesn't hurt to give the users options.
Co-authored-by: salaheldinsoliman <[email protected]>
✅ Vercel Preview Deployment is ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great article :) Just some comments as to text style
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
Co-authored-by: Lucas Tortora <[email protected]>
✅ Vercel Preview Deployment is ready! |
Description of change
Add a new page introducing Move 2024, and include the missing parts about its new features.
Links to any relevant issues
Fix #3248 .
Type of changes
How the change has been tested
pnpm iota-docs dev