wilzbach / tools-test

1 stars 0 forks source link

Make Funkwerk's depend a part of the standard tools distribution #135

Open wilzbach opened 8 years ago

wilzbach commented 8 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#15337 From: @andralex Reported version: D2 CC: @wilzbach

wilzbach commented 8 years ago

Comment author: @andralex

Funkwerk has a tool (https://github.com/funkwerk/depend) for showing dependencies in D projects.

This task entails:

  1. Relicensing the work under Boost

  2. Make the tool easier to use, e.g. have it run dmd automatically if needed etc.

  3. Integrate the tool within the tools/ repository and make it part of the standard dmd distribution.

Good tooling has been a huge asset for Go - we could take a page from their book.

wilzbach commented 6 years ago

Comment author: @wilzbach

Not sure whether shipping this by default is still a good idea given that accessing dub packages is so easy nowadays.