-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
For the Oly CLI, some of the basics such as build and clean are implemented. The following need to be handled:
- Display non-error diagnostics if the build succeeded. Requires modifying
BuildProjectAsyncto return this information for successful builds. - Allow the Oly CLI to be locally
hostedto allow subsequentolyCLI commands to communicate with it directly. The reasoning behind this is to make compilation go faster with caching and JITing. C# does something similar.- Note: If this becomes difficult, we should either not do anything and accept the start-up time cost, or use ReadyToRun to help decrease start-up time (a few unknowns as to how to handle this across platforms).
Metadata
Metadata
Assignees
Labels
Projects
Status
No status