Results 26 issues of vient

``` include/util/generic/ptr.h:462:10: error: member access into incomplete type 'NYT::IClientRetryPolicy' 462 | t->UnRef(); | ^ include/util/generic/ptr.h:599:18: note: in instantiation of member function 'TDefaultIntrusivePtrOps::UnRef' requested here 599 | Ops::UnRef(T_); | ^ include/util/generic/ptr.h:504:9:...

backlog
build

Hi, I'm using cvise from Ubuntu 24.10 repos. Tried to reduce a GCC ICE, all ClangDelta passes reported segfaults, all Clang passes reported "non-fatal errors", so here is a reduced...

``` mfast315128adcd459/p/include/mfast/ext_ref.h:131:40: error: no member named 'optional' in 'ext_cref' 131 | bool present() const { return !this->optional() || base_.present(); } | ~~~~ ^ 1 error generated. ``` Guess other places...

Version 1.9.0 ```py >>> with local.env(A=1): ... print(os.getenv('A', default=0)) ... 0 ```

Is [this](https://github.com/C4T-BuT-S4D/S4DFarm/blob/3b8b057c95e0467c6afb3a47648e8b6befd1a815/client/start_sploit.py#L147) `flush` check needed if you export `PYTHONUNBUFFERED=1`? If so, what's the scenario?