iphydf
iphydf
10 months ago, daf2db024fc249cc0b14b0553f0673416a877792 added a flag to force Python 2 (PY2), but it's now (3 months ago) officially [sunset](https://www.python.org/doc/sunset-python-2/). With bazel 2.2.0, I can no longer build or run...
``` qtox/src/widget/form/genericchatform.cpp:315:31: error: ISO C++20 considers use of overloaded operator '==' (with operand types 'ChatLogIdx' (aka 'NamedType') and 'ChatLogIdx') to be ambiguous despite there being a unique best viable function...
There are a number of singletons in qTox, which make dependency analysis (for humans) a bit harder. Functions should generally depend only on their parameters (including `this`) for mutable state....
##### Brief Description OS: Windows 10 qTox version: da0bae54305560db390d87c1eeb7aa86dacf04a4 Commit hash: da0bae54305560db390d87c1eeb7aa86dacf04a4 toxcore: https://github.com/TokTok/c-toxcore/commit/2a79748ed955c4f8670adb6f04f3217f641e8965 Qt: 5.14.1/msvc2017_64 Reproducible: Always ##### Steps to reproduce 1. Open qTox, go to settings 2. Enter...
E.g.: `bazel run -c dbg --run_under=lldb //examples/macos/HelloWorld` Output: ``` (lldb) target create ".../execroot/build_bazel_rules_apple/bazel-out/darwin-dbg/bin/examples/macos/HelloWorld/HelloWorld" error: '.../execroot/build_bazel_rules_apple/bazel-out/darwin-dbg/bin/examples/macos/HelloWorld/HelloWorld' doesn't contain any 'host' platform architectures: x86_64h, x86_64, i386, x86_64 ```
``` [~] % depth github.com/KyleBanks/conways-gol 'github.com/KyleBanks/conways-gol': FATAL: unable to resolve root package [~]!% depth github.com/KyleBanks/goggles 'github.com/KyleBanks/goggles': FATAL: unable to resolve root package ``` It doesn't work on any KyleBanks packages...
**Describe the bug** ``` external/rules_haskell_ghc_linux_amd64/bin/ghc-pkg: line 12: $HOME/.cache/bazel/_bazel_$USER/.../sandbox/sandboxfs/752/external/\ rules_haskell_ghc_linux_amd64/bin/../lib/bin/ghc-pkg: No such file or directory ``` **To Reproduce** * [install sandboxfs](https://github.com/bazelbuild/sandboxfs/blob/master/INSTALL.md) * `bazel build --experimental_use_sandboxfs //...` **Expected behavior** I expect the...
**Is your feature request related to a problem? Please describe.** I'd like to enable `--features=layering_check` globally. **Describe the solution you'd like** When I enable `--features=layering_check`, I'd like the Haskell builds...
**Is your feature request related to a problem? Please describe.** GHC can colourise diagnostics, making them easier for a human to read. When outputting to a pipe, it disables colours....
This is a full example for which scalastyle reports: ``` sbt/tox4j/Coverage.scala:21: Missing or badly formed ScalaDoc: Missing ``` The code is: ``` scala package sbt.tox4j import sbt.PluginTrigger import scoverage.ScoverageSbtPlugin.ScoverageKeys._ /**...