Grigoris Pavlakis

Results 10 comments of Grigoris Pavlakis

Seconding. Not just with googletest, but also Catch2 presents the same issue.

Is this transition to LLVM 10 still happening? If not, would I be safe in using a version of IKOS patched with the changes of this PR as part of...

Here it is (it's quite big, 2 MB of errors) [error.log](https://github.com/wxWidgets/Phoenix/files/5075015/error.log)

Just tried it. No errors, but when attempting to `ls` the broken symlink is nowhere to be found. Inside `testdir` the symlink is visible and clearly marked as broken, like...

Here's the output of `df -T`: ``` [lightspot21@Workbox-MK2 ~]$ df -T /tmp Filesystem Type Size Used Avail Use% Mounted on tmpfs tmpfs 3,9G 44M 3,8G 2% /tmp ``` So it's...

``` [lightspot21@Workbox-MK2 ~]$ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC=el_GR.UTF-8 LC_TIME=el_GR.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=el_GR.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=el_GR.UTF-8 LC_NAME=el_GR.UTF-8 LC_ADDRESS=el_GR.UTF-8 LC_TELEPHONE=el_GR.UTF-8 LC_MEASUREMENT=el_GR.UTF-8 LC_IDENTIFICATION=el_GR.UTF-8 LC_ALL= ```

@swt2c I can confirm it works, thank you! (at least for this specific version, haven't checked others) Still, weird that it breaks if the version of setuptools changes. Also paging...

Found the problem. Leaving the cause here for any others that stumble upon it: By default `modify_dn()` is called with `delete_old_dn=True`. In case the DN after the move happens to...

Oh wow I'm late as heck, just saw the message :| Regarding the `_raise` hack, maybe add the encode behind an `isinstance()` check? Mypy should be clever enough to infer...

This game is reliant on Direct3D, which is not available in Linux. Maybe the error has to do with this?