This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add callback to lumo.build.api/build
This change was made necessary by the fact that the bootstrap compiler is asynchronous by default. Therefore, it does not make sense to call lumo.build.api/build without a callback. The patch does not break old code, so it still contains the arity without cb, but includes a warning if that arity is invoked.
- Loading branch information
1 parent
3f1292c
commit 92ba898
Showing
2 changed files
with
11 additions
and
8 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