mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 07:33:10 +03:00
7f58caffe4
Summary: This adds a common/ directory with stub files required for building eden. These stubs are the same ones as used in the fboss repository: https://github.com/facebook/fboss/ Our goal is to eventually create an opensource fb303 repository with complete implementations of these files, but for now these basic stubs allow building eden. (Most of the underlying stats code that supports fb303 is already available in folly/stats/ in the folly repository.) Test Plan: Tested building eden on Ubuntu 16.04
394 B
394 B
This directory mostly contains stub implementations of Facebook libraries that are not fully open source yet. These stubs allow the FBOSS code to build while we are still working on fully open sourcing these libraries.
The code in common/stats is the main piece that is not fully open source yet. We are working to eventually make all of this code available in the facebook/folly repository.