Skip to content
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

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

Closed
Tracked by #136
anton-trunov opened this issue Jun 26, 2024 · 1 comment · Fixed by #495
Closed
Tracked by #136

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

anton-trunov opened this issue Jun 26, 2024 · 1 comment · Fixed by #495
Assignees
Labels
cli Tact's command-line interface enhancement New feature or request
Milestone

Comments

@anton-trunov
Copy link
Member

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

@anton-trunov anton-trunov added the cli Tact's command-line interface label Jun 26, 2024
@anton-trunov anton-trunov added this to the v1.4.1 milestone Jun 26, 2024
@anton-trunov anton-trunov self-assigned this Jun 26, 2024
@anton-trunov anton-trunov added the enhancement New feature or request label Jun 26, 2024
@novusnota
Copy link
Member

novusnota commented Jun 26, 2024

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

options: { debug: true },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Tact's command-line interface enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants