-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) Deprecate the
requireLanguage
API (#2844)
- Entire library now no longer uses any run-time dependencies (no grammar will break because another is missing) - Add docs for fixMarkup deprecation - Add docs for requireLanguage deprecation - Remove `Requires:` meta-data used only for run-time dependencies. - Gzip size is only ~230 bytes larger than before - Fix auto-detect tests now that the equivalency between `cpp` and `arduino` is no longer hidden by the load order. - adds `supersetOf` to resolve conflicts between very similar languages (C++, Arduino). The base language wins in the case of a tie. ie `arduino` is now a `supersetOf` `cpp`. (closes #2275) Note: `Requires: ` still stays overall as it's used to clue the build process about "loose" (non-breaking) sublanguage dependencies between languages. This dependency is purposely loose and therefore still a thing.
- Loading branch information
1 parent
e8a8216
commit 9ba5a5d
Showing
6 changed files
with
127 additions
and
97 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
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
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