peakschris

Results 143 comments of peakschris

I've also been seeing this, windows 10, regardless of shell (cmd, bash, powershell)

For me, on windows: ``` git clone https://github.com/bazelbuild/bazel.git cd bazel git checkout release-7.2.1 #specific release unimportant bazel mod graph ``` displays: ``` Starting local Bazel server and connecting to it......

`--charset=ascii` shows the tables, albeit less nicely: ![image](https://github.com/bazelbuild/bazel/assets/77508021/39fa88fa-187e-4232-9452-626ffb932030) The terminal does support UTF-8: ``` wget https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt cat UTF-8-demo.txt ``` shows: ![image](https://github.com/bazelbuild/bazel/assets/77508021/f629fe88-5da4-4974-9ec1-d9782a41976d)

I added this one line to file_windows.cc: ![image](https://github.com/bazelbuild/bazel/assets/77508021/7070d545-ca82-4386-9598-08f7ff0dc901) bazel mod graph now outputs: ![image](https://github.com/bazelbuild/bazel/assets/77508021/3abc86dd-f69a-438b-a567-166c35611b92) I think SetConsoleOutputCP could just be called once somewhere from main(), as long as it is...

@fmeum ok, that's understandable. Is this something that can be fixed? In the meantime, could a warning be emitted if trying to run tests on linux with --noenable_runfiles set?

Added a defect in the zstd_prebuilt repo before I spotted this defect (I had forgotten commenting on this 7 months ago!) https://github.com/aspect-build/zstd-prebuilt/issues/2 Is there any update? @thesayyn?

Exactly, we are migrating from a legacy build system to bazel, and in the interim whilst both build systems are active, we need to set some envvars to subdirectories of...