Closed EricDeveaud closed 5 years ago
Hi, Eric --
Thanks for the find! You're right, I hadn't updated downstream code for modifications in the repository, but I've fixed it now. (I'll let you know/close this issue after the Travis build exits successfully.)
It passed Travis CI — let me know if you have any other problems, and thanks again!
Hello,
I was abble to compile dashing monday 19th and not abble to recompile it today (thursday 22th) with the following error:
due to updates in hll submodule.
monday I cloned dashing (commit e002e3eda84013e926015bbdfcd5ec662fc13049) which had following revisions of submodules and nested submodules after make update
today in order to reompile it on a other machine I cloned again dashing which have following revisions of submodules and nested submodules after make update
you can note that hll and pybind11 differs
after
make dashing ends correctly
the update rule braks the submodule behavior, as you perform the following git checkout master && git pull
regards
Eric