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

[SDKCLI-52] Concurrency transpilation error #83

Closed
yoannfleurydev opened this issue Jun 9, 2020 · 4 comments · Fixed by #84
Closed

[SDKCLI-52] Concurrency transpilation error #83

yoannfleurydev opened this issue Jun 9, 2020 · 4 comments · Fixed by #84
Assignees
Labels
bug Something isn't working P1 patch Increment the patch version when merged released This issue/pull request has been released. scope:cli Issue for the Command Line Interface

Comments

@yoannfleurydev
Copy link
Contributor

When there is two calls for two functions in the same file, they compile the same file, and it is causing concurrency problems.

@yoannfleurydev yoannfleurydev added bug Something isn't working scope:cli Issue for the Command Line Interface patch Increment the patch version when merged P1 labels Jun 9, 2020
@yoannfleurydev yoannfleurydev self-assigned this Jun 9, 2020
@github-actions github-actions bot changed the title Concurrency transpilation error [SDKCLI-52] Concurrency transpilation error Jun 9, 2020
@github-actions
Copy link

github-actions bot commented Jun 9, 2020

👍 JIRA Issue created : [SDKCLI-52]

yoannfleurydev pushed a commit that referenced this issue Jun 9, 2020
From now on, every request on action will compile javascript file using
a uuid for the path, return the value and will delete the file.

closes #83
yoannfleurydev pushed a commit that referenced this issue Jun 9, 2020
From now on, every request on action will compile javascript file using
a uuid for the path, return the value and will delete the file.

closes #83
@github-actions
Copy link

github-actions bot commented Jun 9, 2020

🗑️ JIRA Issue closed : [SDKCLI-52]

@github-actions
Copy link

github-actions bot commented Jun 9, 2020

🚀 Issue was released in v0.11.4 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Jun 9, 2020
@github-actions
Copy link

github-actions bot commented Jun 9, 2020

🚀 Issue was released in v0.11.4 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 patch Increment the patch version when merged released This issue/pull request has been released. scope:cli Issue for the Command Line Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant