Mac McDonald
Mac McDonald
See comments in #45
~2.5 years after release, python 2 is really not supported anymore. We should update the language version used in this project to python 3, maybe migrate away from pipenv too...
It will make the buck dependency optional for this project. It will remove potential support for objective-c modules unless the swift project manager adds it later.
#38 changed buck to use buck build directly, and implicitly did the same with bazel. People might want to just test using xcodebuild with different project generators, so we might...
Since the blog article only shows results from testing swift 4.x, do a swift 5.x test and publish it on the wiki.
We connect to lower layer modules at random, choosing a small subset of modules to depend on (something like 5 / 100). As a result, the more modules there are...
* Apple Libraries * Third Party Libraries from the cocoapods repo? Use the code from these libraries somehow
Some ideas: * Large math expressions. * Make the code gen classes overload the `+` operator everywhere per class to make the type checker go wild. Or some other highly...
To simulating something similar to some large modules in Uber's apps when building in WMO mode.