Live data from Hacker News

Viewing profile — sdwilsh

sdwilsh

HN member
Joined
Tue, Mar 14, 2017, 3:50 PM UTC
HN karma
8
Public activity
6 items

About sdwilsh

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #13868667

    I don't believe c++ support exists yet for Windows (although it works if you are targeting Android).

  3. 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…

  4. 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…

  5. comment
    Comment #13868604

    Gradle was not the default Android build tool when Buck was open sourced.

  6. 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…