Skip to content

Should spin build perform component dependency composition? #3117

Open
@rylev

Description

@rylev

Currently when running spin build we do not perform component dependency composition. This means that developers won't know about issues with dependencies until they actually go to run the app. Ideally, we would give that feedback earlier.

On the flip side, the cost of component dependency composition is not trivial, and doing that composition to only just through that result away and do it again at load time is a bit wasteful. Would this lead us to think about storing the result of composition in some cache so that we don't necessarily have to do the composition at load time?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Investigating / Open For Comment

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions