You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remark: the disadvantage is minimal and can be easily fixed with git clean -fxd, I don't expect this to be solved. And so far I have only seen it on the version of latest master with #181 merged, but it looks reasonable to expect the same to happen with other engines.
To reproduce:
start with a clean checkout
run pip install . --verbose
see the line building 'pysolvers' extension being printed out
Remark: the disadvantage is minimal and can be easily fixed with
git clean -fxd
, I don't expect this to be solved. And so far I have only seen it on the version of latest master with #181 merged, but it looks reasonable to expect the same to happen with other engines.To reproduce:
start with a clean checkout
run
pip install . --verbose
see the line
building 'pysolvers' extension
being printed outmodify the source code by
run
pip install . --verbose
now the line
building 'pysolvers' extension
is not printed out — showing the pysolvers.o
and.so
filenot being correctly regenerated
The text was updated successfully, but these errors were encountered: