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 option to force to emit all modules imported from dependent projects to filelist #1108

Open
taichi-ishitani opened this issue Nov 28, 2024 · 1 comment
Labels
tools Tools feature

Comments

@taichi-ishitani
Copy link
Contributor

Currenlty, the generated filelist does not include unused modules imported from dependent projects.
Therefore, user cannot use such modules in their SV modules.

To support such case, a new option to force emit all modules imported from dependent projects to the filelist is needed.

@dalance
Copy link
Collaborator

dalance commented Nov 28, 2024

I think some way to realize it.

  • Add command line option to veryl build
  • Add project config to Veryl.toml
    • This config affects to the current project only
    • This config affects to all dependent projects (If project A sets the config, all files of project A is emitted on project B which doesn't set the config)

@dalance dalance added the tools Tools feature label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Tools feature
Projects
None yet
Development

No branches or pull requests

2 participants