Viewing profile — sdwilsh
sdwilsh
HN member- Joined
- Tue, Mar 14, 2017, 3:50 PM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About sdwilsh
No profile information was provided.
Recent public activity
-
comment
Comment #13870857
It does, although it may not be 100%. I've seen lots of PRs going by that fix problems with Swift support.
-
comment
Comment #13868667
I don't believe c++ support exists yet for Windows (although it works if you are targeting Android).
-
comment
Comment #13868653
Although the daemon doesn't automatically build things. Buck does use watchman ( https://github.com/facebook/watchman ) to watch files though, and it has a way to run commands when…
-
comment
Comment #13868621
The only thing that I'm aware of these days that doesn't work on Windows is C++ code (but it works if you are building for Android on Windows). It's even covered in the getting sta…
-
comment
Comment #13868604
Gradle was not the default Android build tool when Buck was open sourced.
-
comment
Comment #13868591
What Facebook uses internally in their monorepo and what they publish to open source for external consumption doesn't have to be the same build tool. Facebook uses fbshipit ( https…