-
-
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
| false, | ||
| "property", | ||
| grammar("inside", | ||
| token("string", pattern(compile("(#\\s*include\\s*)(?:<.+?>|(\"|')(?:\\\\?.)+?\\2)"), true)), |
Check failure
Code scanning / CodeQL
Inefficient regular expression
| token( | ||
| "template-string", | ||
| pattern( | ||
| compile("`(?:\\\\[\\s\\S]|\\$\\{[^}]+\\}|[^\\\\`])*`"), |
Check failure
Code scanning / CodeQL
Inefficient regular expression
| 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
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
bccdd5d to
22596bc
Compare
|
test-Unit test failed, but no output was generated. Maybe a preliminary stage failed. |
|
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. |
AndyScherzinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added files currently ship the template SPDX header. Should update the copyright line on them.

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.