Skip to content

Issues: tact-lang/tact

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

Methods for non-optional and optional types clash bug Something isn't working or isn't right typechecker
#1285 opened Jan 4, 2025 by anton-trunov v1.6.0
Remove excessive null? checks gas Gas consumption and fee-related things optimizations
#1282 opened Jan 3, 2025 by anton-trunov v1.6.0
Update ton-opcode package to v0.0.17 dependencies TS, JS, etc. packages used by Tact implementation
#1280 opened Jan 3, 2025 by anton-trunov v1.6.0
--project flag doesn't exist bug Something isn't working or isn't right cli Tact's command-line interface
#1273 opened Dec 29, 2024 by verytactical
Doc: add signatures for map methods and builtin functions docs.tact-lang.org Documentation for docs.tact-lang.org kept in docs folder scope: maps The map datatype and operations on it
#1272 opened Dec 29, 2024 by anton-trunov Doc: 2025-01
deepEquals does not always check arguments' types are the same bug Something isn't working or isn't right scope: maps The map datatype and operations on it typechecker
#1261 opened Dec 26, 2024 by anton-trunov v1.6.0
Make lazy_deployment_completed getter optional and off by default gas Gas consumption and fee-related things optimizations scope: codegen Code generation, a.k.a. compiler backend tact.config.json Configuration of Tact projects
#1260 opened Dec 26, 2024 by anton-trunov v1.6.0
Use const in generated TS wrappers instead of let scope: ts-wrappers TypeScript wrappers for Sandbox tests
#1256 opened Dec 25, 2024 by anton-trunov
Document varint16, varint32, varuint16, varuint32 storage annotations docs: Book /book section of the docs: Guides, Cheatsheets, and a streamlined sequence of educational materials docs.tact-lang.org Documentation for docs.tact-lang.org kept in docs folder
#1252 opened Dec 25, 2024 by anton-trunov Doc: 2024-12
Include commit id into internal compiler error errors Error reporting mechanism
#1251 opened Dec 24, 2024 by verytactical
Docs: mark gas-expensive functions like endCell() docs.tact-lang.org Documentation for docs.tact-lang.org kept in docs folder gas Gas consumption and fee-related things
#1246 opened Dec 24, 2024 by anton-trunov Doc: 2025-01
Do not use dictionary with contract codes if it's a few child contracts gas Gas consumption and fee-related things optimizations scope: codegen Code generation, a.k.a. compiler backend
#1245 opened Dec 24, 2024 by anton-trunov v1.6.0
Discover the most commonly used TVM instructions scope: asm Tact-embedded assembly functions
#1242 opened Dec 24, 2024 by novusnota
Map expressions language feature scope: maps The map datatype and operations on it scope: parser
#1241 opened Dec 24, 2024 by anton-trunov v1.6.0
fromCell is missing for maps language feature scope: maps The map datatype and operations on it
#1229 opened Dec 23, 2024 by anton-trunov v1.6.0
Clarify extension functions (extends attribute) docs: Book /book section of the docs: Guides, Cheatsheets, and a streamlined sequence of educational materials docs.tact-lang.org Documentation for docs.tact-lang.org kept in docs folder
#1227 opened Dec 23, 2024 by novusnota Doc: 2025-01
ProTip! Exclude everything labeled bug with -label:bug.