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

add api to get the task-file from the compiler extension #2679

Merged
merged 2 commits into from
May 15, 2020

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented May 15, 2020

This is one of the tasks in #2523.

For a compiler to declare its task file, the following API needs to be implemented:

const defineCompiler = () => ({ taskFile: 'task-file' });

This way, no need to enter the task filename to the compile configuration. It's enough to set the compiler name.

@AppVeyorBot
Copy link

Build bit 1.0.10355 failed (commit 357672f940 by @davidfirst)

@AppVeyorBot
Copy link

Build bit 1.0.10356 failed (commit 40f9ed9c3d by @davidfirst)

@davidfirst davidfirst merged commit 968ffba into harmony/main May 15, 2020
@davidfirst davidfirst deleted the harmony/compile-get-task-api branch May 15, 2020 19:51
@ranm8 ranm8 mentioned this pull request May 15, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants