tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
369 stars 102 forks source link

External receivers should be enabled for single contract file compilation #484

Closed anton-trunov closed 3 months ago

anton-trunov commented 3 months ago

If externals are not used there will be no FunC output differences, so to make local debugging and testing easier it would be enable external option in the config that we create on-the-fly

novusnota commented 3 months ago

You'll only need to add external: true in options there and it should be done

https://github.com/tact-lang/tact/blob/e2f5eabcd7e6027e36755b858b152f2716f30cb7/src/node.ts#L26