Thread overview
[Issue 21139] dhsell tests fail locally
Aug 09, 2020
Basile-z
Aug 09, 2020
Mathias LANG
Aug 09, 2020
Basile-z
Aug 09, 2020
Basile-z
August 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21139

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
August 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21139

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
I suspect you didn't build from a clean directory. Did you run `make -f posix.mak clean` beforehand ? Eventually also `git clean`.

--
August 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21139

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
mmh no and this solves the problem, but this problem comes often. Before I very rarely had to make clean (eventually sometimes after ^C, there could remain some bad objects, but otherwise never).

The dependency on phobos is to blame here, as it has no stable ABI. Maybe that dshell objects should never be cached for less surprises.

--
August 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21139

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
well I've just added the clean command to my script, that does not make re- building much slower.

--