Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrebenets/buck-private-header-demo
Demo of private header issues
https://github.com/mgrebenets/buck-private-header-demo
Last synced: 6 days ago
JSON representation
Demo of private header issues
- Host: GitHub
- URL: https://github.com/mgrebenets/buck-private-header-demo
- Owner: mgrebenets
- Created: 2018-06-14T23:38:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T12:37:50.000Z (over 6 years ago)
- Last Synced: 2024-10-31T22:12:57.516Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo project for #1918.
Work on a fork, which is based on Uber fork.
Change `.buckfork` to `mgrebenets` and `.buckversion` to `07e7e1b69e` and turn `./buckw test mylib`.
Result: works as expected.
Change `.buckfork` to `facebook` and `.buckversion` to `6c2f9a` and try `./buckw test mylib` again.
Result: fails to import "MyLibPrivate.h"