tact icon indicating copy to clipboard operation
tact copied to clipboard

A mechanism for specifying Tact version

Open anton-trunov opened this issue 1 year ago • 2 comments

  • Something like pragma solidity >=0.4.0 <0.9.0 in Tact source files, or
  • use tact.config.json to specify the version on per-project and per-file basis (suggested by @novusnota here)

anton-trunov avatar Apr 14 '24 07:04 anton-trunov

Alternatively, we can introduce a version: (or similar) key in tact.config.json to specify Tact compiler version there for all projects, and also an (optional) key specifying Tact compiler version per project/file

novusnota avatar Apr 17 '24 11:04 novusnota

@novusnota I like your suggestion better

anton-trunov avatar Apr 17 '24 11:04 anton-trunov