Abscissa / gen-package-version

Generate a D module with version and timestamp information automatically-detected from git/hg/dub.
Other
11 stars 4 forks source link

Assumes package structure of source/<project name> #3

Open dhasenan opened 6 years ago

dhasenan commented 6 years ago

Let's say I have a project called ffn, with source files source/app.d containing module ffn.app, source/util.d containing module ffn.util, etc. This works and is at least arguably valid. However, gen-package-versions assumes that my source files are instead in source/ffn/ rather than source/, and it fails to produce the version information module.

Rojetto commented 3 years ago

Same issue here. My source files are all located in the source directory as well, so ideally I would want to tell gen-package-version to use no package.