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
cd ~/src/lightning
cd ccan/ccan
find . -type f -name _info | cut -b3- | sed 's|/_info$||' > /tmp/ccan-modules
Now let us test those modules*:
cd ~/src/ccan
git checkout init-2507-g05ec8351 # as referenced in lightning/ccan/README
make tools/ccanlint/ccanlint
while read module; do echo tools/ccanlint/ccanlint -s --deps-fail-ignore $module; done < /tmp/ccan-modules | sh -sxe
Practically a C-Lightning daemon is running on Alpine Linux with success (payments and forwards work) but these failing tests make me wonder that maybe something needs fixing. My assumption may be wrong. That is why this issue was created — to get feed-back.
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
First I get the ccan module names used in C-Lightning (e393791 of ccan rustyrussell/ccan@05ec8351) by running*:
Now let us test those modules*:
This issue is related to rustyrussell/ccan#67 and seemingly also to rustyrussell/ccan#59
* the output of
find
ing ccan modules used in C-Lightning and the output of running theccanlint
command for each found module can be found at https://gist.github.com/jsarenik/b87eded7ae290ff50806fe9baefd8f3fPractically a C-Lightning daemon is running on Alpine Linux with success (payments and forwards work) but these failing tests make me wonder that maybe something needs fixing. My assumption may be wrong. That is why this issue was created — to get feed-back.
The text was updated successfully, but these errors were encountered: