-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove KAPT #16018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Remove KAPT #16018
Conversation
Signed-off-by: tobiasKaminsky <[email protected]>
|
test-Unit test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16018-Unit-test-12-58 |
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16018.apk |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
| false, | ||
| "property", | ||
| grammar("inside", | ||
| token("string", pattern(compile("(#\\s*include\\s*)(?:<.+?>|(\"|')(?:\\\\?.)+?\\2)"), true)), |
Check failure
Code scanning / CodeQL
Inefficient regular expression High
| token( | ||
| "template-string", | ||
| pattern( | ||
| compile("`(?:\\\\[\\s\\S]|\\$\\{[^}]+\\}|[^\\\\`])*`"), |
Check failure
Code scanning / CodeQL
Inefficient regular expression High
| GrammarUtils.require(prism4j, "clike"), | ||
| "swift", | ||
| token("string", pattern( | ||
| compile("(\"|')(\\\\(?:\\((?:[^()]|\\([^)]+\\))+\\)|\\r\\n|[\\s\\S])|(?!\\1)[^\\\\\\r\\n])*\\1"), |
Check failure
Code scanning / CodeQL
Inefficient regular expression High

We use KAPT only for creating language for MarkwonGrammarLocator.
I now replaced it with pre-built version.
This saves on my machen 20s per each full run.