-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error reporting for the linking stage and NoOp for linking JVM
When linking a JVM project the link task now simply noops. This lets clients send all build projects to the link task and the task will only link where possible. This way the client does not need to be explicit when linking (although still possible). Errors when linking are now accumulated and error logged. Bsp returns an error code when encountering linking errors.
- Loading branch information
1 parent
2dde187
commit cd1b42f
Showing
2 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters