google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.99k stars 2.05k forks source link

Add MODULE.bazel file #1059

Closed Vertexwahn closed 8 months ago

Vertexwahn commented 8 months ago

Add MODULE.bazel file

sergiud commented 8 months ago

Thanks for the PR. Could you please briefly describe the purpose of this file in the commit message?

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7e6fca9) 59.60% compared to head (4205185) 59.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1059 +/- ## ======================================= Coverage 59.60% 59.60% ======================================= Files 19 19 Lines 2604 2604 Branches 914 914 ======================================= Hits 1552 1552 Misses 712 712 Partials 340 340 ```
drigz commented 8 months ago

MODULE.bazel will replace WORKSPACE as I understand it - although I'm not super up-to-date on this migration as I haven't been working with Bazel much lately :/ I assume @Vertexwahn has a good reason for not deleting WORKSPACE immediately though, perhaps for compatibility with older Bazel. I'll improve the message when merging.