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

Allow discovering more fields #68

Closed
tfausak opened this issue Apr 25, 2024 · 0 comments · Fixed by #86
Closed

Allow discovering more fields #68

tfausak opened this issue Apr 25, 2024 · 0 comments · Fixed by #86
Labels
enhancement New feature or request

Comments

@tfausak
Copy link
Owner

tfausak commented Apr 25, 2024

Essentially blocked by #66.

Currently Gild's discovery mechanism only works for three fields: exposed-modules, other-modules, and signatures. I think there are other fields where it would make sense to support discovery:

  • license-files
  • data-files
  • extra-source-files
  • extra-doc-files
  • includes
  • install-includes
  • c-sources
  • cxx-sources
  • asm-sources
  • js-sources

Note that they discover files rather than modules, so they're a little different than the existing ones.

Probably shouldn't support extra-tmp-files, since the intent is to list files that can be deleted. That means running Gild will likely produce different results depending on if the directory is clean or not.

@tfausak tfausak added the enhancement New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant