MinoruSekine / libfixedpointnumber

Library for fixed point number by C++11
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Some errors in GitHub Actions workflows #203

Closed MinoruSekine closed 3 years ago

MinoruSekine commented 3 years ago

Describe the bug

MinoruSekine commented 3 years ago

In cpplint failure, this seems unexpected behavior

vagrant@ubuntu-bionic:~/work/libfixedpointnumber$ ../styleguide/cpplint/cpplint.py --filter=-build/include test/test_math_abs.cc 
vagrant@ubuntu-bionic:~/work/libfixedpointnumber$ echo $?
1
vagrant@ubuntu-bionic:~/work/libfixedpointnumber$ 
MinoruSekine commented 3 years ago
vagrant@ubuntu-bionic:~/work/libfixedpointnumber$ ../styleguide/cpplint/cpplint.py /dev/null
vagrant@ubuntu-bionic:~/work/libfixedpointnumber$ echo $?
1
vagrant@ubuntu-bionic:~/work/libfixedpointnumber$ 

Hmmm... May ln -s ../../bin/python3 /usr/local/bin/python make anything wrong?

MinoruSekine commented 3 years ago

https://github.com/cpplint/cpplint doesn't make above issue. It seems valuable to consider switching cpplint from google's one to forked one.