Afaiu to speed up the compilation. Take a look at its build gradle – some packages are excluded. And replaced by no-op implementations in sources
👍 1
p
Piotr Krzemiński
04/03/2022, 11:31 AM
I'm tempted to see how much longer the tests will take with the full-blown library :)
Piotr Krzemiński
04/03/2022, 11:32 AM
I'm assuming the penalty is only one-time, when compiling the library at the beginning
s
SerVB
04/03/2022, 5:23 PM
At least I remember when using only one type of library, we have a changed number of passed tests...
👍 1
b
bashor
04/04/2022, 2:13 PM
That’s true — it’s needed to speed up tests (compilation).
Depending on how do you “process” IR it may affect compilation time or not. 🤷♂️
I guess, you lower all or part of dependencies every time so compilation/test time will grow with growing your dependencies (stdlib).