Skip to content

Issues: tact-lang/tact

Tact v1.6.0 release checklist
#1361 opened Jan 16, 2025 by anton-trunov
Open
Backlog
#1525 opened Jan 23, 2025 by verytactical
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Trampolining and error recovery scope: parser Implementation of parser (src/grammar)
#1583 opened Jan 27, 2025 by verytactical
CLI refactor v2
#1582 opened Jan 27, 2025 by verytactical
Datalog midend stage
#1580 opened Jan 27, 2025 by verytactical
1 of 5 tasks
Research error recovery in parser
#1579 opened Jan 27, 2025 by verytactical
Better error for if () scope: errors Error reporting mechanism (src/error)
#1578 opened Jan 27, 2025 by verytactical
Describe safe types in styleguide scope: dev-docs Internal documentation of the Tact compiler and the repository. (dev-docs/)
#1577 opened Jan 27, 2025 by verytactical
IDE scope: ide IDE support: LSP, VSCode plugin, Webstorm plugin
#1576 opened Jan 27, 2025 by verytactical
Move linters into a separate job in CI kind: performance Improve compiler/testing performance scope: ci Continuous Integration: GitHub Actions (.github), commit/push hooks (.husky)
#1575 opened Jan 26, 2025 by anton-trunov v1.6.0
CI scope: ci Continuous Integration: GitHub Actions (.github), commit/push hooks (.husky)
#1574 opened Jan 26, 2025 by anton-trunov
Cache dependencies to speed up CI scope: ci Continuous Integration: GitHub Actions (.github), commit/push hooks (.husky)
#1573 opened Jan 26, 2025 by anton-trunov
Make msg_bounced last parameter of _contract_router_internal kind: gas! Gas consumption and fee-related things
#1572 opened Jan 25, 2025 by i582 v1.6.0
Reverse __tact_store_bool parameters to remove extra SWAP kind: gas! Gas consumption and fee-related things
#1571 opened Jan 25, 2025 by i582 v1.6.0
a!! should be no-op if we know the variable is not null feature: optionals Maybe types (Foo?) kind: gas! Gas consumption and fee-related things
#1566 opened Jan 24, 2025 by i582
Benchmark all functions receiving "special treatment" in FunC compiler against related TVM instructions kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1564 opened Jan 24, 2025 by novusnota v1.6.0
Use STZEROES to compile storeUint(x, 0) kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1561 opened Jan 24, 2025 by Shvandre
Translate init() to FunC's *_contract_init() with inline attribute kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1559 opened Jan 24, 2025 by anton-trunov v1.6.0
Version of send() using SENDRAWMSG instead of SENDMSG kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1558 opened Jan 24, 2025 by anton-trunov v1.6.0
Interpret Context().sender as sender() kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1557 opened Jan 24, 2025 by Shvandre v1.6.0
Stop checking message opcodes after it's been already parsed in router kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1556 opened Jan 24, 2025 by Shvandre v1.6.0
Optimize readForwardFee kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1555 opened Jan 24, 2025 by anton-trunov v1.6.0
Identify more optimization opportunities in stdlib kind: gas! Gas consumption and fee-related things
#1554 opened Jan 24, 2025 by anton-trunov v1.6.0
Optimize stdlib kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1553 opened Jan 24, 2025 by anton-trunov v1.6.0
.vscode/launch.json scope: project Project configuration (package.json, tsconfig.json, knip.json, .gitignore)
#1552 opened Jan 23, 2025 by verytactical
ProTip! What’s not been updated in a month: updated:<2024-12-26.