Anton Trunov

Results 283 comments of Anton Trunov

basically, if I have the Tact package installed, I would like to be able to create Tact projects without having to clone `tact-template`

Related issue: #2051. Duplicating my comment from here: For instance, inlining "struct constructors" would save gas but break examples like ```tact get fun create(v: Int): S { return S{v3: v.inc(),...

looks like the new test is failing

Let's just support some reasonable subset of Fift-asm for now, without creating an external scanner. For instance, the stuff in `stdlib.fc` and other common and important FunC contracts. Our wiki...

Thank you for reporting. - Could you please clarify what "versions below 1.4.0" means? Does it include 1.4.0 or not? - What exact error message do you see? - Please...

@lanlingxiawu We just released a dev version of Tact (`next` tag on NPM) that is supposed to fix this issue. Could you please try it and check it does indeed...

actually, it's easier to install that Tact version like so: ```shell yarn add @tact-lang/[email protected] ```

Perfect! Thank you so much for trying it out and closing the issue, really appreciate it

@lanlingxiawu Btw, we just release Tact v1.4.2 with that fix and even more.

@novusnota Could you also add the `.spec.ts` file you used for testing here. It will be useful to come up fix a fix and a test for that fix