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

[Improvement]: Support adding resources from compiler plugins to the final executable #43041

Open
Dilhasha opened this issue Jul 4, 2024 · 0 comments · May be fixed by #43049 or #43105
Open

[Improvement]: Support adding resources from compiler plugins to the final executable #43041

Dilhasha opened this issue Jul 4, 2024 · 0 comments · May be fixed by #43049 or #43105

Comments

@Dilhasha
Copy link
Contributor

Dilhasha commented Jul 4, 2024

Description

When compiler plugins generate resources and write to the target, at the code generation phase, these resources can be extracted and added to the final executable.

Describe your problem(s)

  • The current approach for user provided resources - adds resources with a package specific path. So, accessing the resource is not possible without knowing the package which added the resource

  • There's no mechanism to add resources from compiler plugin to the final executable

Describe your solution(s)

  • User provided resources - remove package specific path and add the resources directly to the base

  • Resources from compiler plugins - When compiler plugins generate resources and write to the target, at the code generation phase, these resources can be extracted and added to the final executable.

Related area

-> Other Area

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
2 participants