-
Notifications
You must be signed in to change notification settings - Fork 114
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Methods for non-optional and optional types clash
bug
Something isn't working or isn't right
typechecker
Calling methods on Something isn't working or isn't right
typechecker
null
when self
is of an optional type is not allowed
bug
--project
flag doesn't exist
bug
#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
deepEquals
does not always check arguments' types are the same
bug
Make Gas consumption and fee-related things
optimizations
scope: codegen
Code generation, a.k.a. compiler backend
tact.config.json
Configuration of Tact projects
lazy_deployment_completed
getter optional and off by default
gas
Use TypeScript wrappers for Sandbox tests
const
in generated TS wrappers instead of let
scope: ts-wrappers
#1256
opened Dec 25, 2024 by
anton-trunov
Document /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
varint16
, varint32
, varuint16
, varuint32
storage annotations
docs: Book
Include commit id into internal compiler error
errors
Error reporting mechanism
#1251
opened Dec 24, 2024 by
verytactical
Docs: mark gas-expensive functions like Documentation for docs.tact-lang.org kept in docs folder
gas
Gas consumption and fee-related things
endCell()
docs.tact-lang.org
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
Discover the most commonly used TVM instructions
scope: asm
Tact-embedded assembly functions
#1242
opened Dec 24, 2024 by
novusnota
Clarify extension functions (/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
extends
attribute)
docs: Book
try-catch does not restore state changes if a throw occurs inside function with non-trivial branching
bug
Something isn't working or isn't right
func-bug
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.