You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to know more about why dropbox selected AST parsing compared to bytecode parsing. I think one advantage of bytecode parsing is it works with any language.
Does hypershard-android parse the AST for both Java and Kotlin?
On a high level, (1) we collect the tests on a single node in CI. That node will then give the list of tests and the scripts to run. (2) Then the our CI system will spin up N nodes and order the balance each node. Each node then will build the apk and test apk.
In our internal CI system, it's not trivial to share artifacts between builds. Therefore, it's prudent (1) to be very fast. If we did bytecode parsing, it would slow down (1).
I'd love to know more about why dropbox selected AST parsing compared to bytecode parsing. I think one advantage of bytecode parsing is it works with any language.
Does
hypershard-android
parse the AST for both Java and Kotlin?https://github.com/linkedin/dex-test-parser
The text was updated successfully, but these errors were encountered: