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

Interpreter does not short-circuit on operators && and || kind: bug Something isn't working or isn't right scope: interpreter Implementation of interpreter (src/optimizer/interpreter.ts)
#1606 opened Jan 28, 2025 by jeshecdom
1 task done
Document SendOnlyEstimateFee constant and nativeSendMessageReturnForwardFee() function docs: Book /book section of the docs: Guides, Cheatsheets, and a streamlined sequence of educational materials kind: docs Documentation for docs.tact-lang.org kept in docs folder
#1600 opened Jan 27, 2025 by novusnota Doc: 2025-01
Compute tests coverage scope: tooling Language tooling
#1598 opened Jan 27, 2025 by verytactical
Lazy parsing kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1597 opened Jan 27, 2025 by verytactical
Use STSLICECONST when both arguments of store function are const kind: gas! Gas consumption and fee-related things
#1592 opened Jan 27, 2025 by Shvandre
init(init: Init) results in Duplicate identifier 'init' error in TS wrappers kind: bug Something isn't working or isn't right scope: ts-wrappers Implementation of TypeScript wrappers generation for Sandbox tests (src/bindings)
#1590 opened Jan 27, 2025 by anton-trunov v1.6.0
Inline contract routers at codegen stage kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1587 opened Jan 27, 2025 by anton-trunov v1.6.0
Make src/test/benchmarks/benchmarks.spec.ts snapshots updatable kind: gas! Gas consumption and fee-related things kind: testing Tests (*.spec.ts)
#1586 opened Jan 27, 2025 by anton-trunov
Rearrange parameters of asm functions in order described in asm(param1, param2) kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1584 opened Jan 27, 2025 by i582
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
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
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
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
ProTip! Find all open issues with in progress development work with linked:pr.