Which will probably be never.

  • @scrion
    link
    5
    edit-2
    1 month ago

    Based on this comment*, I’ll migrate a large project to bazel now. I’ll report how it goes.

    • disclaimer: the comment just pushed me over the edge
    • lad
      link
      fedilink
      English
      11 month ago

      Good luck, from my experience with bazel it may go smooth if you have someone who can into bazel to help you, and you create the project from scratch to then maintain small changes. Then there was my attempt to migrate an existing Java project to bazel without external help that failed hard (maybe the situation improved from 2021).

      • @[email protected]
        link
        fedilink
        3
        edit-2
        30 days ago

        Not sure about java, but I migrated a fairly big c++ project knowing only the basics of Bazel. Disclaimer: I know the codebase extremely well and we don’t have any third party dependencies and the code is c++ and some python generators, validators, etc (which fits the bill for Bazel perfectly)

        What I found super hard were toolchains. It’s very verbose to define a toolchain