forked from tact-lang/tact-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fork Sync: Update from tact-lang/tact-docs #10
Open
github-actions
wants to merge
102
commits into
TownSquareXYZ:localization
Choose a base branch
from
tact-lang:main
base: localization
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Showcasing the counter contract on the main page * Updated links for JetBrains plugin * Updated links for VS Code extension * Refined corresponding pages
* `_app.tsx` -> `_app.mdx` * `output: 'export'` in `next.config.js` * max fetch depth for CI to correct "latest modified" times
Plus: * initOf got cross-linked correctly * various smaller fixes related to literals
* Added small references to `types` * Corrected all the links * Added a redirect * "Structs and Messages", "Maps" and "Optionals" -- now became standalone pages
Explains the structure of a contract
* Clean-up in `/book/message-mode` * Re-write of `/book/send` * More examples on sending messages in `/book/cookbook`
* All of the available stuff! * And mention of issues with large maps and how to avoid them * feat: Additional examples for maps in Cookbook * chore: Suggestion of corepack to pin down version of the package manager * fix: Add info about no penalty for using emptyMap() * feat: Maps as Array, Stack, CircularBuffer 🚀
* fix: Minor adjustments to optimize space * chore: Removed the basics from the Cookbook * feat: Place for #146 and #149 * chore: Moved all data structures to dedicated page * feat: Jettons and NFTs got their pages * chore: Moved additional examples of primitive types * chore: moved Int <-> String examples * chore: Moved time and date-related stuff * chore: Moved single-contract communication (mostly about sending stuff) * chore: Moved randomness * chore: Stubs for NFT, FT and Mass communication * chore: Invite to contribute * chore: Algo page stub As mentioned in #161 * chore: Moved access control * chore: Data structure enhancements * chore: Miscellaneous and niche things which don't have a dedicated page (yet?) * chore: Moved randomness a bit * feat: New Cookbook Overview! * chore: Rename Primitive types -> Type conversions * chore: Temporarily archive Cell & Slice examples
* chore: .gitignore of editor folders * feat: Updated /language/ref/common * Enhanced each description * Added usage examples * Fixed links and added new ones * Added allowed types for `dump()` function * context().sender vs. sender() * links to TON Docs where suitable * links to exit codes, where they're set
* Made comparison of optionals much more visible * Clarified implicit conversions for Cells and Slices for == and != * chore: Combine == and != * chore: Make bullet lists of types complete and exhaustive
The page will be modified as per #131
And minor adjustments to the headers and ToC
* feat: Update of the Book→Operators page * All precedences match Tact 1.3.0 * Added bitwise XOR operator `^` * Fixed minor typos and corrected some descriptions * Added a table of operators in decreasing order of their precedences Note, that the only link leading to Language section now has a proper link to the Reference section. This is intentional, as the Lang->Ref rename is almost there :) * chore: reset alignment * chore: corrected highlighting * fix/feat: applied suggestions from a code review * Property of division rounding down (division of real numbers without rounding them down won't have such property) * Rounding towards -∞ mentioned and explained * Bit masking example reference
* fix/feat: rephrased ecosystem/tools/typescript and updated links * fix: whoopsie
* feat: slightly updated the index page to encourage people to search and seek answers
Use `forward_fee` instead of `forward - fee` to reduce ambiguity.
And provide helpful set of topics to quickly jump to right at the beginning
In favor of improving the following pages: * Deployment page * Debugging page * And a soon-to-be-made Compilation page
* feat: add jetton cookbook * fix: fix typos * fix: fix after review * fix: fixes after review * fix: add rawSlice --------- Co-authored-by: Aliaksandr Bahdanau <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.