yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

```mv``` needs to have the ```-f``` flag.

Please just provide a revision that I can test.

Stable dependencies like ```flatbuffers``` should be used through external packages for these reasons: 1. In case security vulnerabilities would be later found in them - they should be fixed in...

I think compiler is trying to suggest some variable name.

No, there should be a regular tarball uploaded there. You can take a look at other packages there,

Tarball should contain the same directory that has ```setup.py``` at the top.

The ```pagmo``` project is pre-installed, no need to bundle it. But I am not insisting, this isn't too important. Please close it if you feel so.

> Also, if you have an external L2 package and it's the default-ordering v2.7.2 you mentioned yesterday, I think psi could get confused between them at runtime. Am I mis-analyzing...

``` execute_process( COMMAND /bin/sh -c "if test -t 1; then return 1; else return 0; fi" RESULT_VARIABLE OUTPUT_IS_TERMINAL OUTPUT_FILE /dev/stdout ) message("OUTPUT_IS_TERMINAL=${OUTPUT_IS_TERMINAL}") ```