rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
372 stars 59 forks source link

Upgrade Bazel to version to 0.20.0 #207

Closed metrix78 closed 2 years ago

metrix78 commented 3 years ago

Migrate Bazel to version 0.20.0

vapier commented 3 years ago

if you're going to go through the effort to upgrade this, why stop at 0.20 ? 0.17 (the last one that works w/out warnings) was released Sep 2018. 0.20 was released Nov 2018.

metrix78 commented 3 years ago

I was trying to work through the versions to upgrade to the latest, but I had to stop here because:

  1. The next version up is asking to make changes I don't understand.
  2. If I bump up to the next version, the protobuf dependency has to be bumped to the next version which requires Bazel 0.5.4 minimum
rpwoodbu commented 2 years ago

I ended up committing this in my local clone instead of through GitHub. Thanks!