Raku / old-design-docs

Raku language design documents
https://design.raku.org/
Artistic License 2.0
124 stars 36 forks source link

S22: dependency types are too simplistic #86

Open Leont opened 9 years ago

Leont commented 9 years ago

Based on previous experience in perl 5, I'd say the view on dependencies is overly simplistic. Instead of having a flat set of depends, build-depends, and test-depends, we probably want a two axes system, with phase (runtime, build, test) separated from type of dependency (requires, recommends, suggests)