-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wording change: Streamline context creation and validation algorithms
Bundle validation right into context creation, rather than making it a separate step. Note that with the removal of the "validate MLContext" algorithm, a handful of the internal enum members are never referenced; they are implicitly mapped to identical enums defined in Web IDL. This is discussed in #497 which proposes de-duping the enums. In the mean time, the definitions are marked with "ignore" to silence warnings about unreferenced defnitions. Fixes #498
- Loading branch information
1 parent
7773794
commit 99ca098
Showing
1 changed file
with
8 additions
and
27 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