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

Tracking issue: prepare for Tact v1.3.0 upon its release #9

Closed
12 tasks done
novusnota opened this issue Mar 29, 2024 · 1 comment
Closed
12 tasks done

Tracking issue: prepare for Tact v1.3.0 upon its release #9

novusnota opened this issue Mar 29, 2024 · 1 comment
Assignees
Labels
tact update tact-lang/tact: features and related updates

Comments

@novusnota
Copy link
Member

novusnota commented Mar 29, 2024

See: https://github.com/tact-lang/tact/blob/main/CHANGELOG.md
Upstream checklist: tact-lang/tact#280

To do:

  • Auto-import all from @stdlib/ownable when @stdlib/stoppable is imported
  • Support escape sequences for strings (highlight them differently)
  • Implicit init function
  • Support trailing commas in all comma-separated lists
  • Add new functions: (log and log2, concat method on StringBuilder, toString method/extension function for Address type, isEmpty and del extension functions for maps),
  • The pow2 power function with base 2
  • The try and try-catch statements
  • Bitwise XOR ^
  • Reserve mode constants (and new lib @stdlib/reserve): ReserveExact, ReserveAllExcept, ReserveAtMost, ReserveAddOriginalBalance, ReserveInvertSign, ReserveBounceIfActionFail.
  • Add missing dumpStack() function
  • Struct & Message field punning
  • ??? Support loop for map tact#79
@novusnota novusnota added the tact update tact-lang/tact: features and related updates label Mar 29, 2024
@novusnota novusnota self-assigned this Apr 3, 2024
@novusnota
Copy link
Member Author

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tact update tact-lang/tact: features and related updates
Projects
None yet
Development

No branches or pull requests

1 participant