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

Improve test utils to run code gen tasks in a compiler plugin #37396

Closed
pubudu91 opened this issue Aug 15, 2022 · 1 comment
Closed

Improve test utils to run code gen tasks in a compiler plugin #37396

pubudu91 opened this issue Aug 15, 2022 · 1 comment
Labels
IceBox Older issues that are not being actively worked on but may be revisited in the future. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/NewFeature Type/Task

Comments

@pubudu91
Copy link
Contributor

In the current BCompileUtil test utils, the methods don't seem to execute code gen tasks of a compiler plugin when compiling. The requirement was the following:

  • I have a Ballerina package which also has a compiler plugin which includes a code gen task.
  • I have an integration test suite written using the above mentioned test utils.
  • But since the compile utils don't run the code gen task, my code gen task is not getting tested and the test coverage drops.
@pubudu91 pubudu91 added Type/NewFeature Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Task labels Aug 15, 2022
@anupama-pathirage anupama-pathirage added the IceBox Older issues that are not being actively worked on but may be revisited in the future. label Nov 20, 2024
@anupama-pathirage
Copy link
Contributor

We are closing this issue due to inactivity. If you need further assistance or have additional input, feel free to reopen it. Thank you for helping us maintain a relevant and focused issue list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IceBox Older issues that are not being actively worked on but may be revisited in the future. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/NewFeature Type/Task
Projects
None yet
Development

No branches or pull requests

2 participants