depstar

Discussion around https://github.com/seancorfield/depstar
golanweiss 2021-04-18T21:07:39.172500Z

Hi, Is it possible to override deps when invoking -X:jar via CLI? similar to -Sdeps '{:deps …}'?

seancorfield 2021-04-18T21:16:19.172900Z

You have use aliases and tell depstar what aliases to use.

seancorfield 2021-04-19T17:26:09.176200Z

Can you open an issue for depstar to describe in detail what problem you’re trying to solve here? Until I understand better what you’re trying to do and why, I would say don’t spend time on a PR. I’m also trying to keep half an eye on tools.build so I don’t want to take on things that would move depstar further away from that path.

👍 1
seancorfield 2021-04-18T21:17:19.173900Z

The command-line -Sdeps can only affect how the CLI runs a program -- that information is all gone by the time the is actually running and therefore it can't affect how the program behaves.